Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.object.CClose
Package
Description
-
Uses of CClose in org.opendaylight.protocol.pcep.parser.object
Modifier and TypeMethodDescriptionPCEPCloseObjectParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf bytes) -
Uses of CClose in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Modifier and TypeMethodDescriptionCloseObject.getCClose()
Return cClose, ornull
if it is not present.@NonNull CClose
CloseObject.nonnullCClose()
Return cClose, or an empty instance if it is not present. -
Uses of CClose in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.message
Modifier and TypeMethodDescriptionCCloseMessageBuilder.getCClose()
Return current value associated with the property corresponding toCloseObject.getCClose()
.Modifier and TypeMethodDescriptionSet the property corresponding toCloseObject.getCClose()
to the specified value. -
Uses of CClose in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.object
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CClose>>
E$$CCloseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull CClose
CCloseBuilder.build()
A newCClose
instance.static @NonNull CClose
CCloseBuilder.empty()
Get empty instance of CClose.Modifier and TypeMethodDescriptionstatic boolean
CClose.bindingEquals
(@NonNull CClose thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
CClose.bindingHashCode
(@NonNull CClose obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CClose.bindingToString
(@NonNull CClose obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionCCloseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<CClose> augmentation) Add an augmentation to this builder's product.CCloseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CClose>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionCCloseBuilder
(CClose base) Construct a builder initialized with state from specifiedCClose
.