Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.topology.tunnel.type.TopologyTunnel
Packages that use TopologyTunnel
Package
Description
-
Uses of TopologyTunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819 that return TopologyTunnelModifier and TypeMethodDescriptionTopologyTunnelType.getTopologyTunnel()
Return topologyTunnel, ornull
if it is not present.TopologyTypes1Builder.getTopologyTunnel()
Return current value associated with the property corresponding toTopologyTunnelType.getTopologyTunnel()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819 with parameters of type TopologyTunnelModifier and TypeMethodDescriptionTopologyTypes1Builder.setTopologyTunnel
(TopologyTunnel value) Set the property corresponding toTopologyTunnelType.getTopologyTunnel()
to the specified value. -
Uses of TopologyTunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.topology.tunnel.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.topology.tunnel.type with type parameters of type TopologyTunnelModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<TopologyTunnel>>
E$$TopologyTunnelBuilder.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.rev130819.topology.tunnel.type that return TopologyTunnelModifier and TypeMethodDescription@NonNull TopologyTunnel
TopologyTunnelBuilder.build()
A newTopologyTunnel
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.topology.tunnel.type that return types with arguments of type TopologyTunnelModifier and TypeMethodDescriptiondefault Class
<TopologyTunnel> TopologyTunnel.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.topology.tunnel.type with parameters of type TopologyTunnelModifier and TypeMethodDescriptionstatic boolean
TopologyTunnel.bindingEquals
(@NonNull TopologyTunnel thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
TopologyTunnel.bindingHashCode
(@NonNull TopologyTunnel obj) Default implementation ofObject.hashCode()
contract for this interface.static String
TopologyTunnel.bindingToString
(@NonNull TopologyTunnel 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.rev130819.topology.tunnel.type with type arguments of type TopologyTunnelModifier and TypeMethodDescriptionTopologyTunnelBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<TopologyTunnel> augmentation) Add an augmentation to this builder's product.TopologyTunnelBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<TopologyTunnel>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.topology.tunnel.type with parameters of type TopologyTunnelModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTopologyTunnel
.