Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message.OpenMessage
Packages that use OpenMessage
Package
Description
-
Uses of OpenMessage 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 OpenMessageModifier and TypeMethodDescriptionOpenBuilder.getOpenMessage()
Return current value associated with the property corresponding toOpenMessage.getOpenMessage()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type OpenMessageModifier and TypeMethodDescriptionOpenBuilder.setOpenMessage
(OpenMessage value) Set the property corresponding toOpenMessage.getOpenMessage()
to the specified value. -
Uses of OpenMessage 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 OpenMessageModifier and TypeMethodDescriptionOpenMessage.getOpenMessage()
Return openMessage, ornull
if it is not present.@NonNull OpenMessage
OpenMessage.nonnullOpenMessage()
Return openMessage, or an empty instance if it is not present. -
Uses of OpenMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message with type parameters of type OpenMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<OpenMessage>>
E$$OpenMessageBuilder.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.open.message that return OpenMessageModifier and TypeMethodDescription@NonNull OpenMessage
OpenMessageBuilder.build()
A newOpenMessage
instance.static @NonNull OpenMessage
OpenMessageBuilder.empty()
Get empty instance of OpenMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message that return types with arguments of type OpenMessageMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.message with parameters of type OpenMessageModifier and TypeMethodDescriptionstatic boolean
OpenMessage.bindingEquals
(@NonNull OpenMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
OpenMessage.bindingHashCode
(@NonNull OpenMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
OpenMessage.bindingToString
(@NonNull OpenMessage 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.open.message with type arguments of type OpenMessageModifier and TypeMethodDescriptionOpenMessageBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<OpenMessage> augmentation) Add an augmentation to this builder's product.OpenMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<OpenMessage>> 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.open.message with parameters of type OpenMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOpenMessage
.