Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.PcrepMessage
Packages that use PcrepMessage
Package
Description
-
Uses of PcrepMessage 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 PcrepMessageModifier and TypeMethodDescriptionPcrepBuilder.getPcrepMessage()
Return current value associated with the property corresponding toPcrepMessage.getPcrepMessage()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type PcrepMessageModifier and TypeMethodDescriptionPcrepBuilder.setPcrepMessage
(PcrepMessage value) Set the property corresponding toPcrepMessage.getPcrepMessage()
to the specified value. -
Uses of PcrepMessage 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 PcrepMessageModifier and TypeMethodDescriptionPcrepMessage.getPcrepMessage()
Return pcrepMessage, ornull
if it is not present.@NonNull PcrepMessage
PcrepMessage.nonnullPcrepMessage()
Return pcrepMessage, or an empty instance if it is not present. -
Uses of PcrepMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message with type parameters of type PcrepMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PcrepMessage>>
E$$PcrepMessageBuilder.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.pcrep.message that return PcrepMessageModifier and TypeMethodDescription@NonNull PcrepMessage
PcrepMessageBuilder.build()
A newPcrepMessage
instance.static @NonNull PcrepMessage
PcrepMessageBuilder.empty()
Get empty instance of PcrepMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message that return types with arguments of type PcrepMessageModifier and TypeMethodDescriptiondefault Class
<PcrepMessage> PcrepMessage.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message with parameters of type PcrepMessageModifier and TypeMethodDescriptionstatic boolean
PcrepMessage.bindingEquals
(@NonNull PcrepMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PcrepMessage.bindingHashCode
(@NonNull PcrepMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PcrepMessage.bindingToString
(@NonNull PcrepMessage 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.pcrep.message with type arguments of type PcrepMessageModifier and TypeMethodDescriptionPcrepMessageBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PcrepMessage> augmentation) Add an augmentation to this builder's product.PcrepMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcrepMessage>> 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.pcrep.message with parameters of type PcrepMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcrepMessage
.