Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.object.CClose
Packages that use CClose
Package
Description
-
Uses of CClose 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 CCloseModifier and TypeMethodDescriptionCloseObject.getCClose()Return cClose, ornullif it is not present.@NonNull CCloseCloseObject.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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.message that return CCloseModifier and TypeMethodDescriptionCCloseMessageBuilder.getCClose()Return current value associated with the property corresponding toCloseObject.getCClose().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.message with parameters of type CCloseModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.object with type parameters of type CCloseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<CClose>>
E$$CCloseBuilder.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.object that return CCloseModifier and TypeMethodDescription@NonNull CCloseCCloseBuilder.build()A newCCloseinstance.static @NonNull CCloseCCloseBuilder.empty()Get empty instance of CClose.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.object that return types with arguments of type CCloseMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.close.object with parameters of type CCloseModifier and TypeMethodDescriptionstatic booleanCClose.bindingEquals(@NonNull CClose thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intCClose.bindingHashCode(@NonNull CClose obj) Default implementation ofObject.hashCode()contract for this interface.static StringCClose.bindingToString(@NonNull CClose 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.object with type arguments of type CCloseModifier and TypeMethodDescriptionCCloseBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<CClose> augmentation) Add an augmentation to this builder's product.CCloseBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<CClose>> 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.object with parameters of type CCloseModifierConstructorDescriptionCCloseBuilder(CClose base) Construct a builder initialized with state from specifiedCClose.