Interface Eid

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Eid>, AugmentedLispAddress, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<EidContainer>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.LispAddress

    public interface Eid
    extends org.opendaylight.yangtools.yang.binding.ChildOf<EidContainer>, org.opendaylight.yangtools.yang.binding.Augmentable<Eid>, AugmentedLispAddress

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

     container eid {
       uses odl-lisp-address:augmented-lisp-address;
     }
     
    The schema path to identify an instance is odl-lisp-proto/eid-container/eid

    To create instances of this class use EidBuilder.

    See Also:
    EidBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.Class<Eid> implementedInterface()  
      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable

        augmentation
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.LispAddress

        getAddress, getAddressType, getVirtualNetworkId
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<Eid> implementedInterface()
        Specified by:
        implementedInterface in interface AugmentedLispAddress
        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 org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.LispAddress