Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input.Destination
Packages that use Destination
Package
Description
-
Uses of Destination 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 that return DestinationModifier and TypeMethodDescriptionPcepCreateP2pTunnelInputBuilder.getDestination()
Return current value associated with the property corresponding toCreateP2pTunnelInput.getDestination()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with parameters of type DestinationModifier and TypeMethodDescriptionPcepCreateP2pTunnelInputBuilder.setDestination
(Destination value) Set the property corresponding toCreateP2pTunnelInput.getDestination()
to the specified value. -
Uses of Destination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930 that return DestinationModifier and TypeMethodDescriptionCreateP2pTunnelInput.getDestination()
Return destination, ornull
if it is not present.@NonNull Destination
CreateP2pTunnelInput.nonnullDestination()
Return destination, or an empty instance if it is not present. -
Uses of Destination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input with type parameters of type DestinationModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Destination>>
E$$DestinationBuilder.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.programming.rev130930.create.p2p.tunnel.input that return DestinationModifier and TypeMethodDescription@NonNull Destination
DestinationBuilder.build()
A newDestination
instance.static @NonNull Destination
DestinationBuilder.empty()
Get empty instance of Destination.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input that return types with arguments of type DestinationMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input with parameters of type DestinationModifier and TypeMethodDescriptionstatic boolean
Destination.bindingEquals
(@NonNull Destination thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Destination.bindingHashCode
(@NonNull Destination obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Destination.bindingToString
(@NonNull Destination obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input with type arguments of type DestinationModifier and TypeMethodDescriptionDestinationBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Destination> augmentation) Add an augmentation to this builder's product.DestinationBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Destination>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.create.p2p.tunnel.input with parameters of type DestinationModifierConstructorDescriptionConstruct a builder initialized with state from specifiedDestination
.