Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message.PcntfMessage
Packages that use PcntfMessage
Package
Description
-
Uses of PcntfMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 that return PcntfMessageModifier and TypeMethodDescriptionPcntfBuilder.getPcntfMessage()
Return current value associated with the property corresponding toPcntfMessage.getPcntfMessage()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type PcntfMessageModifier and TypeMethodDescriptionPcntfBuilder.setPcntfMessage
(PcntfMessage value) Set the property corresponding toPcntfMessage.getPcntfMessage()
to the specified value. -
Uses of PcntfMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return PcntfMessageModifier and TypeMethodDescriptionPcntfMessage.getPcntfMessage()
Return pcntfMessage, ornull
if it is not present.@NonNull PcntfMessage
PcntfMessage.nonnullPcntfMessage()
Return pcntfMessage, or an empty instance if it is not present. -
Uses of PcntfMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message with type parameters of type PcntfMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PcntfMessage>>
E$$PcntfMessageBuilder.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.types.rev181109.pcntf.message that return PcntfMessageModifier and TypeMethodDescription@NonNull PcntfMessage
PcntfMessageBuilder.build()
A newPcntfMessage
instance.static @NonNull PcntfMessage
PcntfMessageBuilder.empty()
Get empty instance of PcntfMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message that return types with arguments of type PcntfMessageModifier and TypeMethodDescriptiondefault Class
<PcntfMessage> PcntfMessage.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message with parameters of type PcntfMessageModifier and TypeMethodDescriptionstatic boolean
PcntfMessage.bindingEquals
(@NonNull PcntfMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PcntfMessage.bindingHashCode
(@NonNull PcntfMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PcntfMessage.bindingToString
(@NonNull PcntfMessage obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message with type arguments of type PcntfMessageModifier and TypeMethodDescriptionPcntfMessageBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PcntfMessage> augmentation) Add an augmentation to this builder's product.PcntfMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcntfMessage>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcntf.message with parameters of type PcntfMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcntfMessage
.