Interface EidAuthkeyList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AddKeysInput, GetAllKeysOutput, GetKeysOutput, UpdateKeysInput

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

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

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

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends EidAuthkeyList> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getEidAuthkeyItem

        @Nullable java.util.Map<EidAuthkeyItemKey,​EidAuthkeyItem> getEidAuthkeyItem()
        Return eidAuthkeyItem, or null if it is not present.
        Returns:
        Map<EidAuthkeyItemKey, EidAuthkeyItem> eidAuthkeyItem, or null if it is not present.
      • nonnullEidAuthkeyItem

        default @NonNull java.util.Map<EidAuthkeyItemKey,​EidAuthkeyItem> nonnullEidAuthkeyItem()
        Return eidAuthkeyItem, or an empty list if it is not present.
        Returns:
        Map<EidAuthkeyItemKey, EidAuthkeyItem> eidAuthkeyItem, or an empty list if it is not present.