Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109.PcepUpdateTunnelInput
Packages that use PcepUpdateTunnelInput
Package
Description
-
Uses of PcepUpdateTunnelInput 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 PcepUpdateTunnelInputModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PcepUpdateTunnelInput>>
E$$PcepUpdateTunnelInputBuilder.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 PcepUpdateTunnelInputModifier and TypeMethodDescription@NonNull PcepUpdateTunnelInput
PcepUpdateTunnelInputBuilder.build()
A newPcepUpdateTunnelInput
instance.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 PcepUpdateTunnelInputModifier and TypeMethodDescriptiondefault Class
<PcepUpdateTunnelInput> PcepUpdateTunnelInput.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with parameters of type PcepUpdateTunnelInputModifier and TypeMethodDescriptionstatic boolean
PcepUpdateTunnelInput.bindingEquals
(@NonNull PcepUpdateTunnelInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PcepUpdateTunnelInput.bindingHashCode
(@NonNull PcepUpdateTunnelInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PcepUpdateTunnelInput.bindingToString
(@NonNull PcepUpdateTunnelInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<PcepUpdateTunnelOutput>> PcepUpdateTunnel.invoke
(PcepUpdateTunnelInput 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 PcepUpdateTunnelInputModifier and TypeMethodDescriptionPcepUpdateTunnelInputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PcepUpdateTunnelInput> augmentation) Add an augmentation to this builder's product.PcepUpdateTunnelInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcepUpdateTunnelInput>> 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 PcepUpdateTunnelInputModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcepUpdateTunnelInput
.