Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819
Interface TunnelP2pPathOperAttributes
- 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
@Generated("mdsal-binding-generator")
public interface TunnelP2pPathOperAttributes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module topology-tunnel-p2p
grouping tunnel-p2p-path-oper-attributes { list reported-hops { config false; uses tunnel-p2p-path-hops; key order; } }
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map
<ReportedHopsKey, ReportedHops> Return reportedHops, ornull
if it is not present.default @NonNull Map
<ReportedHopsKey, ReportedHops> Return reportedHops, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getReportedHops
@Nullable Map<ReportedHopsKey,ReportedHops> getReportedHops()Return reportedHops, ornull
if it is not present.- Returns:
Map<ReportedHopsKey, ReportedHops>
reportedHops, ornull
if it is not present.
-
nonnullReportedHops
Return reportedHops, or an empty list if it is not present.- Returns:
Map<ReportedHopsKey, ReportedHops>
reportedHops, or an empty list if it is not present.
-