Interface SpeakerEntityId

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SpeakerEntityId>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SpeakerEntityIdTlv>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SpeakerEntityId, Tlv

    public interface SpeakerEntityId
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SpeakerEntityIdTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<SpeakerEntityId>, Tlv, SpeakerEntityId

    This class represents the following YANG schema fragment defined in module odl-pcep-sync-optimizations

     container speaker-entity-id {
       uses pcep:tlv;
       uses speaker-entity-id;
     }
     
    The schema path to identify an instance is odl-pcep-sync-optimizations/speaker-entity-id-tlv/speaker-entity-id

    To create instances of this class use SpeakerEntityIdBuilder.

    See Also:
    SpeakerEntityIdBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SpeakerEntityId> 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 SpeakerEntityId
        Specified by:
        implementedInterface in interface Tlv