All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

@Generated("mdsal-binding-generator") public interface MappingAuthkeyList extends org.opendaylight.yangtools.yang.binding.DataObject

This class represents the following YANG schema fragment defined in module odl-mappingservice

 grouping mapping-authkey-list {
   list mapping-authkey-item {
     key mapping-authkey-item-id;
     leaf mapping-authkey-item-id {
       type string;
     }
     uses lisp-proto:mapping-authkey-container;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends MappingAuthkeyList> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getMappingAuthkeyItem

      @Nullable Map<MappingAuthkeyItemKey,MappingAuthkeyItem> getMappingAuthkeyItem()
      Return mappingAuthkeyItem, or null if it is not present.
      Returns:
      Map<MappingAuthkeyItemKey, MappingAuthkeyItem> mappingAuthkeyItem, or null if it is not present.
    • nonnullMappingAuthkeyItem

      default @NonNull Map<MappingAuthkeyItemKey,MappingAuthkeyItem> nonnullMappingAuthkeyItem()
      Return mappingAuthkeyItem, or an empty list if it is not present.
      Returns:
      Map<MappingAuthkeyItemKey, MappingAuthkeyItem> mappingAuthkeyItem, or an empty list if it is not present.