Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819.tunnel.sr.type.SrTunnel
Packages that use SrTunnel
Package
Description
-
Uses of SrTunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819 that return SrTunnelModifier and TypeMethodDescriptionPathTypes1Builder.getSrTunnel()Return current value associated with the property corresponding toTunnelSrType.getSrTunnel().TunnelSrType.getSrTunnel()Return srTunnel, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819 with parameters of type SrTunnelModifier and TypeMethodDescriptionPathTypes1Builder.setSrTunnel(SrTunnel value) Set the property corresponding toTunnelSrType.getSrTunnel()to the specified value. -
Uses of SrTunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819.tunnel.sr.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819.tunnel.sr.type with type parameters of type SrTunnelModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SrTunnel>>
E$$SrTunnelBuilder.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.sr.rev130819.tunnel.sr.type that return SrTunnelModifier and TypeMethodDescription@NonNull SrTunnelSrTunnelBuilder.build()A newSrTunnelinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819.tunnel.sr.type that return types with arguments of type SrTunnelMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819.tunnel.sr.type with parameters of type SrTunnelModifier and TypeMethodDescriptionstatic booleanSrTunnel.bindingEquals(@NonNull SrTunnel thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSrTunnel.bindingHashCode(@NonNull SrTunnel obj) Default implementation ofObject.hashCode()contract for this interface.static StringSrTunnel.bindingToString(@NonNull SrTunnel 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.sr.rev130819.tunnel.sr.type with type arguments of type SrTunnelModifier and TypeMethodDescriptionSrTunnelBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SrTunnel> augmentation) Add an augmentation to this builder's product.SrTunnelBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SrTunnel>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.sr.rev130819.tunnel.sr.type with parameters of type SrTunnelModifierConstructorDescriptionSrTunnelBuilder(SrTunnel base) Construct a builder initialized with state from specifiedSrTunnel.