Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109.PcepUpdateTunnelOutput
Package
Description
-
Uses of PcepUpdateTunnelOutput in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PcepUpdateTunnelOutput>>
E$$PcepUpdateTunnelOutputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull PcepUpdateTunnelOutput
PcepUpdateTunnelOutputBuilder.build()
A newPcepUpdateTunnelOutput
instance.Modifier and TypeMethodDescriptiondefault Class
<PcepUpdateTunnelOutput> PcepUpdateTunnelOutput.implementedInterface()
com.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<PcepUpdateTunnelOutput>> PcepUpdateTunnel.invoke
(PcepUpdateTunnelInput input) Modifier and TypeMethodDescriptionstatic boolean
PcepUpdateTunnelOutput.bindingEquals
(@NonNull PcepUpdateTunnelOutput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PcepUpdateTunnelOutput.bindingHashCode
(@NonNull PcepUpdateTunnelOutput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PcepUpdateTunnelOutput.bindingToString
(@NonNull PcepUpdateTunnelOutput obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPcepUpdateTunnelOutputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PcepUpdateTunnelOutput> augmentation) Add an augmentation to this builder's product.PcepUpdateTunnelOutputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcepUpdateTunnelOutput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPcepUpdateTunnelOutput
.