Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.PcrepMessage
Package
Description
-
Uses of PcrepMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109
Modifier and TypeMethodDescriptionPcrepBuilder.getPcrepMessage()
Return current value associated with the property corresponding toPcrepMessage.getPcrepMessage()
.Modifier 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
Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull PcrepMessage
PcrepMessageBuilder.build()
A newPcrepMessage
instance.static @NonNull PcrepMessage
PcrepMessageBuilder.empty()
Get empty instance of PcrepMessage.Modifier and TypeMethodDescriptiondefault Class
<PcrepMessage> PcrepMessage.implementedInterface()
Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcrepMessage
.