Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes.ExplicitHops
Packages that use ExplicitHops
Package
Description
-
Uses of ExplicitHops in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819 that return types with arguments of type ExplicitHopsModifier and TypeMethodDescriptionPaths1Builder.getExplicitHops()
Return current value associated with the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
.@Nullable Map
<ExplicitHopsKey, ExplicitHops> TunnelP2pPathCfgAttributes.getExplicitHops()
Return explicitHops, ornull
if it is not present.default @NonNull Map
<ExplicitHopsKey, ExplicitHops> TunnelP2pPathCfgAttributes.nonnullExplicitHops()
Return explicitHops, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819 with type arguments of type ExplicitHopsModifier and TypeMethodDescriptionPaths1Builder.setExplicitHops
(Map<ExplicitHopsKey, ExplicitHops> values) Set the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
to the specified value. -
Uses of ExplicitHops in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes with type parameters of type ExplicitHopsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ExplicitHops>>
E$$ExplicitHopsBuilder.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.p2p.rev130819.tunnel.p2p.path.cfg.attributes that return ExplicitHopsModifier and TypeMethodDescription@NonNull ExplicitHops
ExplicitHopsBuilder.build()
A newExplicitHops
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes that return types with arguments of type ExplicitHopsModifier and TypeMethodDescriptiondefault Class
<ExplicitHops> ExplicitHops.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes with parameters of type ExplicitHopsModifier and TypeMethodDescriptionstatic boolean
ExplicitHops.bindingEquals
(@NonNull ExplicitHops thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ExplicitHops.bindingHashCode
(@NonNull ExplicitHops obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ExplicitHops.bindingToString
(@NonNull ExplicitHops 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.p2p.rev130819.tunnel.p2p.path.cfg.attributes with type arguments of type ExplicitHopsModifier and TypeMethodDescriptionExplicitHopsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ExplicitHops> augmentation) Add an augmentation to this builder's product.ExplicitHopsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ExplicitHops>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.cfg.attributes with parameters of type ExplicitHopsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedExplicitHops
. -
Uses of ExplicitHops 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 types with arguments of type ExplicitHopsModifier and TypeMethodDescriptionPcepCreateP2pTunnelInputBuilder.getExplicitHops()
Return current value associated with the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
.PcepUpdateTunnelInputBuilder.getExplicitHops()
Return current value associated with the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with type arguments of type ExplicitHopsModifier and TypeMethodDescriptionPcepCreateP2pTunnelInputBuilder.setExplicitHops
(Map<ExplicitHopsKey, ExplicitHops> values) Set the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
to the specified value.PcepUpdateTunnelInputBuilder.setExplicitHops
(Map<ExplicitHopsKey, ExplicitHops> values) Set the property corresponding toTunnelP2pPathCfgAttributes.getExplicitHops()
to the specified value.