Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.oper.attributes.ReportedHopsKey
Packages that use ReportedHopsKey
Package
Description
-
Uses of ReportedHopsKey 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 ReportedHopsKeyModifier and TypeMethodDescriptionPaths1Builder.getReportedHops()
Return current value associated with the property corresponding toTunnelP2pPathOperAttributes.getReportedHops()
.@Nullable Map
<ReportedHopsKey, ReportedHops> TunnelP2pPathOperAttributes.getReportedHops()
Return reportedHops, ornull
if it is not present.default @NonNull Map
<ReportedHopsKey, ReportedHops> TunnelP2pPathOperAttributes.nonnullReportedHops()
Return reportedHops, 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 ReportedHopsKeyModifier and TypeMethodDescriptionPaths1Builder.setReportedHops
(Map<ReportedHopsKey, ReportedHops> values) Set the property corresponding toTunnelP2pPathOperAttributes.getReportedHops()
to the specified value. -
Uses of ReportedHopsKey in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.oper.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.oper.attributes that return ReportedHopsKeyModifier and TypeMethodDescriptionReportedHops.key()
ReportedHopsBuilder.key()
Return current value associated with the property corresponding toReportedHops.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.oper.attributes with parameters of type ReportedHopsKeyModifier and TypeMethodDescriptionReportedHopsBuilder.withKey
(ReportedHopsKey key) Set the key value corresponding toReportedHops.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.oper.attributes with parameters of type ReportedHopsKeyModifierConstructorDescriptionReportedHopsKey
(ReportedHopsKey source) Creates a copy from Source Object.