Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.oper.attributes.ReportedHops
Packages that use ReportedHops
Package
Description
-
Uses of ReportedHops 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 ReportedHopsModifier 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 ReportedHopsModifier and TypeMethodDescriptionPaths1Builder.setReportedHops
(Map<ReportedHopsKey, ReportedHops> values) Set the property corresponding toTunnelP2pPathOperAttributes.getReportedHops()
to the specified value. -
Uses of ReportedHops 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 with type parameters of type ReportedHopsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ReportedHops>>
E$$ReportedHopsBuilder.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.oper.attributes that return ReportedHopsModifier and TypeMethodDescription@NonNull ReportedHops
ReportedHopsBuilder.build()
A newReportedHops
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.tunnel.p2p.path.oper.attributes that return types with arguments of type ReportedHopsModifier and TypeMethodDescriptiondefault Class
<ReportedHops> ReportedHops.implementedInterface()
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 ReportedHopsModifier and TypeMethodDescriptionstatic boolean
ReportedHops.bindingEquals
(@NonNull ReportedHops thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ReportedHops.bindingHashCode
(@NonNull ReportedHops obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ReportedHops.bindingToString
(@NonNull ReportedHops 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.oper.attributes with type arguments of type ReportedHopsModifier and TypeMethodDescriptionReportedHopsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ReportedHops> augmentation) Add an augmentation to this builder's product.ReportedHopsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ReportedHops>> 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.oper.attributes with parameters of type ReportedHopsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReportedHops
.