Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv.SpeakerEntityId
Packages that use SpeakerEntityId
Package
Description
-
Uses of SpeakerEntityId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720 that return SpeakerEntityIdModifier and TypeMethodDescriptionSpeakerEntityIdTlv.getSpeakerEntityId()
Return speakerEntityId, ornull
if it is not present.Tlvs3Builder.getSpeakerEntityId()
Return current value associated with the property corresponding toSpeakerEntityIdTlv.getSpeakerEntityId()
.Tlvs4Builder.getSpeakerEntityId()
Return current value associated with the property corresponding toSpeakerEntityIdTlv.getSpeakerEntityId()
.@NonNull SpeakerEntityId
SpeakerEntityIdTlv.nonnullSpeakerEntityId()
Return speakerEntityId, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720 with parameters of type SpeakerEntityIdModifier and TypeMethodDescriptionTlvs3Builder.setSpeakerEntityId
(SpeakerEntityId value) Set the property corresponding toSpeakerEntityIdTlv.getSpeakerEntityId()
to the specified value.Tlvs4Builder.setSpeakerEntityId
(SpeakerEntityId value) Set the property corresponding toSpeakerEntityIdTlv.getSpeakerEntityId()
to the specified value. -
Uses of SpeakerEntityId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv with type parameters of type SpeakerEntityIdModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SpeakerEntityId>>
E$$SpeakerEntityIdBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv that return SpeakerEntityIdModifier and TypeMethodDescription@NonNull SpeakerEntityId
SpeakerEntityIdBuilder.build()
A newSpeakerEntityId
instance.static @NonNull SpeakerEntityId
SpeakerEntityIdBuilder.empty()
Get empty instance of SpeakerEntityId.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv that return types with arguments of type SpeakerEntityIdModifier and TypeMethodDescriptiondefault Class<SpeakerEntityId>
SpeakerEntityId.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv with parameters of type SpeakerEntityIdModifier and TypeMethodDescriptionstatic boolean
SpeakerEntityId.bindingEquals
(@NonNull SpeakerEntityId thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SpeakerEntityId.bindingHashCode
(@NonNull SpeakerEntityId obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SpeakerEntityId.bindingToString
(@NonNull SpeakerEntityId obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv with type arguments of type SpeakerEntityIdModifier and TypeMethodDescriptionSpeakerEntityIdBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<SpeakerEntityId> augmentation) Add an augmentation to this builder's product.SpeakerEntityIdBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SpeakerEntityId>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.sync.optimizations.rev200720.speaker.entity.id.tlv with parameters of type SpeakerEntityIdModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSpeakerEntityId
.