Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.message.CCloseMessage
Packages that use CCloseMessage
Package
Description
-
Uses of CCloseMessage 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 CCloseMessageModifier and TypeMethodDescriptionCloseBuilder.getCCloseMessage()
Return current value associated with the property corresponding toCloseMessage.getCCloseMessage()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type CCloseMessageModifier and TypeMethodDescriptionCloseBuilder.setCCloseMessage
(CCloseMessage value) Set the property corresponding toCloseMessage.getCCloseMessage()
to the specified value. -
Uses of CCloseMessage 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 CCloseMessageModifier and TypeMethodDescriptionCloseMessage.getCCloseMessage()
Return cCloseMessage, ornull
if it is not present.@NonNull CCloseMessage
CloseMessage.nonnullCCloseMessage()
Return cCloseMessage, or an empty instance if it is not present. -
Uses of CCloseMessage in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.message with type parameters of type CCloseMessageModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CCloseMessage>>
E$$CCloseMessageBuilder.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.close.message that return CCloseMessageModifier and TypeMethodDescription@NonNull CCloseMessage
CCloseMessageBuilder.build()
A newCCloseMessage
instance.static @NonNull CCloseMessage
CCloseMessageBuilder.empty()
Get empty instance of CCloseMessage.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.message that return types with arguments of type CCloseMessageModifier and TypeMethodDescriptiondefault Class<CCloseMessage>
CCloseMessage.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.message with parameters of type CCloseMessageModifier and TypeMethodDescriptionstatic boolean
CCloseMessage.bindingEquals
(@NonNull CCloseMessage thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
CCloseMessage.bindingHashCode
(@NonNull CCloseMessage obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CCloseMessage.bindingToString
(@NonNull CCloseMessage 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.close.message with type arguments of type CCloseMessageModifier and TypeMethodDescriptionCCloseMessageBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<CCloseMessage> augmentation) Add an augmentation to this builder's product.CCloseMessageBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CCloseMessage>> 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.close.message with parameters of type CCloseMessageModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCCloseMessage
.