Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message.PcupdMessage
Packages that use PcupdMessage
Package
Description
-
Uses of PcupdMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 that return PcupdMessageModifier and TypeMethodDescriptionPcupdBuilder.getPcupdMessage()
Return current value associated with the property corresponding toPcupdMessage.getPcupdMessage()
.PcupdMessage.getPcupdMessage()
Return pcupdMessage, ornull
if it is not present.@NonNull PcupdMessage
PcupdMessage.nonnullPcupdMessage()
Return pcupdMessage, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 with parameters of type PcupdMessageModifier and TypeMethodDescriptionPcupdBuilder.setPcupdMessage
(PcupdMessage value) Set the property corresponding toPcupdMessage.getPcupdMessage()
to the specified value. -
Uses of PcupdMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message with type parameters of type PcupdMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PcupdMessage>>
E$$PcupdMessageBuilder.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.pcep.ietf.stateful.rev200720.pcupd.message that return PcupdMessageModifier and TypeMethodDescription@NonNull PcupdMessage
PcupdMessageBuilder.build()
A newPcupdMessage
instance.static @NonNull PcupdMessage
PcupdMessageBuilder.empty()
Get empty instance of PcupdMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message that return types with arguments of type PcupdMessageModifier and TypeMethodDescriptiondefault Class<PcupdMessage>
PcupdMessage.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message with parameters of type PcupdMessageModifier and TypeMethodDescriptionstatic boolean
PcupdMessage.bindingEquals
(@NonNull PcupdMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PcupdMessage.bindingHashCode
(@NonNull PcupdMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PcupdMessage.bindingToString
(@NonNull PcupdMessage obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message with type arguments of type PcupdMessageModifier and TypeMethodDescriptionPcupdMessageBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PcupdMessage> augmentation) Add an augmentation to this builder's product.PcupdMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcupdMessage>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcupd.message with parameters of type PcupdMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcupdMessage
.