Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.TearDownSessionInput
-
Packages that use TearDownSessionInput Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 -
-
Uses of TearDownSessionInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with type parameters of type TearDownSessionInput Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<TearDownSessionInput>>
E$$TearDownSessionInputBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return TearDownSessionInput Modifier and Type Method Description TearDownSessionInputTearDownSessionInputBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return types with arguments of type TearDownSessionInput Modifier and Type Method Description default Class<TearDownSessionInput>TearDownSessionInput. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with parameters of type TearDownSessionInput Modifier and Type Method Description static booleanTearDownSessionInput. bindingEquals(@NonNull TearDownSessionInput thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intTearDownSessionInput. bindingHashCode(@NonNull TearDownSessionInput obj)Default implementation ofObject.hashCode()contract for this interface.static StringTearDownSessionInput. bindingToString(@NonNull TearDownSessionInput obj)Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TearDownSessionOutput>>NetworkTopologyPcepService. tearDownSession(TearDownSessionInput input)Invoketear-down-sessionRPC.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with type arguments of type TearDownSessionInput Modifier and Type Method Description TearDownSessionInputBuilderTearDownSessionInputBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<TearDownSessionInput> augmentation)Add an augmentation to this builder's product.TearDownSessionInputBuilderTearDownSessionInputBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<TearDownSessionInput>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 with parameters of type TearDownSessionInput Constructor Description TearDownSessionInputBuilder(TearDownSessionInput base)
-