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