Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109.Close
Packages that use Close
Package
Description
-
Uses of Close in org.opendaylight.protocol.pcep.parser.message
Methods in org.opendaylight.protocol.pcep.parser.message that return Close -
Uses of Close 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 with type parameters of type CloseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Close>>
E$$CloseBuilder.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.message.rev181109 that return CloseMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 that return types with arguments of type CloseMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type CloseModifier and TypeMethodDescriptionstatic boolean
Close.bindingEquals
(@NonNull Close thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Close.bindingHashCode
(@NonNull Close obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Close.bindingToString
(@NonNull Close obj) Default implementation ofObject.toString()
contract for this interface.void
Deprecated.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with type arguments of type CloseModifier and TypeMethodDescriptionCloseBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Close> augmentation) Add an augmentation to this builder's product.CloseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Close>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.message.rev181109 with parameters of type CloseModifierConstructorDescriptionCloseBuilder
(Close base) Construct a builder initialized with state from specifiedClose
.