Interface EidLispAddress

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EidLispAddress>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MapRegisterCacheMetadata>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EidContainer, org.opendaylight.yangtools.yang.binding.Identifiable<EidLispAddressKey>

    public interface EidLispAddress
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MapRegisterCacheMetadata>, org.opendaylight.yangtools.yang.binding.Augmentable<EidLispAddress>, EidContainer, org.opendaylight.yangtools.yang.binding.Identifiable<EidLispAddressKey>
    List of EID-Prefixes from Map-Register message.

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

     list eid-lisp-address {
       key eid-lisp-address-id;
       leaf eid-lisp-address-id {
         type string;
       }
       uses eid-container;
     }
     
    The schema path to identify an instance is odl-lisp-proto/map-register-cache-metadata-container/map-register-cache-metadata/eid-lisp-address

    To create instances of this class use EidLispAddressBuilder.

    See Also:
    EidLispAddressBuilder, EidLispAddressKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default java.lang.Class<EidLispAddress> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface EidContainer
      • getEidLispAddressId

        @Nullable java.lang.String getEidLispAddressId()
        Returns:
        java.lang.String eidLispAddressId, or null if not present