Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message.PcrptMessage
Packages that use PcrptMessage
Package
Description
-
Uses of PcrptMessage 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 PcrptMessageModifier and TypeMethodDescriptionPcrptBuilder.getPcrptMessage()
Return current value associated with the property corresponding toPcrptMessage.getPcrptMessage()
.PcrptMessage.getPcrptMessage()
Return pcrptMessage, ornull
if it is not present.@NonNull PcrptMessage
PcrptMessage.nonnullPcrptMessage()
Return pcrptMessage, 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 PcrptMessageModifier and TypeMethodDescriptionPcrptBuilder.setPcrptMessage
(PcrptMessage value) Set the property corresponding toPcrptMessage.getPcrptMessage()
to the specified value. -
Uses of PcrptMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message with type parameters of type PcrptMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PcrptMessage>>
E$$PcrptMessageBuilder.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.pcrpt.message that return PcrptMessageModifier and TypeMethodDescription@NonNull PcrptMessage
PcrptMessageBuilder.build()
A newPcrptMessage
instance.static @NonNull PcrptMessage
PcrptMessageBuilder.empty()
Get empty instance of PcrptMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message that return types with arguments of type PcrptMessageModifier and TypeMethodDescriptiondefault Class
<PcrptMessage> PcrptMessage.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.pcrpt.message with parameters of type PcrptMessageModifier and TypeMethodDescriptionstatic boolean
PcrptMessage.bindingEquals
(@NonNull PcrptMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PcrptMessage.bindingHashCode
(@NonNull PcrptMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PcrptMessage.bindingToString
(@NonNull PcrptMessage 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.pcrpt.message with type arguments of type PcrptMessageModifier and TypeMethodDescriptionPcrptMessageBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PcrptMessage> augmentation) Add an augmentation to this builder's product.PcrptMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcrptMessage>> 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.pcrpt.message with parameters of type PcrptMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcrptMessage
.