Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109.PcepDestroyTunnelInput
Packages that use PcepDestroyTunnelInput
Package
Description
-
Uses of PcepDestroyTunnelInput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with type parameters of type PcepDestroyTunnelInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDestroyTunnelInput>>
E$$PcepDestroyTunnelInputBuilder.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.topology.tunnel.pcep.programming.rev181109 that return PcepDestroyTunnelInputModifier and TypeMethodDescription@NonNull PcepDestroyTunnelInputPcepDestroyTunnelInputBuilder.build()A newPcepDestroyTunnelInputinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 that return types with arguments of type PcepDestroyTunnelInputModifier and TypeMethodDescriptiondefault Class<PcepDestroyTunnelInput>PcepDestroyTunnelInput.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with parameters of type PcepDestroyTunnelInputModifier and TypeMethodDescriptionstatic booleanPcepDestroyTunnelInput.bindingEquals(@NonNull PcepDestroyTunnelInput thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPcepDestroyTunnelInput.bindingHashCode(@NonNull PcepDestroyTunnelInput obj) Default implementation ofObject.hashCode()contract for this interface.static StringPcepDestroyTunnelInput.bindingToString(@NonNull PcepDestroyTunnelInput obj) Default implementation ofObject.toString()contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PcepDestroyTunnelOutput>>PcepDestroyTunnel.invoke(PcepDestroyTunnelInput input) Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with type arguments of type PcepDestroyTunnelInputModifier and TypeMethodDescriptionPcepDestroyTunnelInputBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PcepDestroyTunnelInput> augmentation) Add an augmentation to this builder's product.PcepDestroyTunnelInputBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PcepDestroyTunnelInput>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with parameters of type PcepDestroyTunnelInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcepDestroyTunnelInput.