Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819
Interface TunnelP2pPathCfgAttributes
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Paths1
,PcepCreateP2pTunnelInput
,PcepUpdateTunnelInput
@Generated("mdsal-binding-generator")
public interface TunnelP2pPathCfgAttributes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module topology-tunnel-p2p
grouping tunnel-p2p-path-cfg-attributes { list explicit-hops { uses tunnel-p2p-path-hops; key order; leaf loose { type boolean; } } }
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map
<ExplicitHopsKey, ExplicitHops> Return explicitHops, ornull
if it is not present.default @NonNull Map
<ExplicitHopsKey, ExplicitHops> Return explicitHops, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getExplicitHops
@Nullable Map<ExplicitHopsKey,ExplicitHops> getExplicitHops()Return explicitHops, ornull
if it is not present.- Returns:
Map<ExplicitHopsKey, ExplicitHops>
explicitHops, ornull
if it is not present.
-
nonnullExplicitHops
Return explicitHops, or an empty list if it is not present.- Returns:
Map<ExplicitHopsKey, ExplicitHops>
explicitHops, or an empty list if it is not present.
-