Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.topology.tunnel.type.TopologyTunnel
Package
Description
-
Uses of TopologyTunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819
Modifier and TypeMethodDescriptionTopologyTunnelType.getTopologyTunnel()
Return topologyTunnel, ornull
if it is not present.TopologyTypes1Builder.getTopologyTunnel()
Return current value associated with the property corresponding toTopologyTunnelType.getTopologyTunnel()
.Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull TopologyTunnel
TopologyTunnelBuilder.build()
A newTopologyTunnel
instance.Modifier and TypeMethodDescriptiondefault Class
<TopologyTunnel> TopologyTunnel.implementedInterface()
Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedTopologyTunnel
.