Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp.Metric
Packages that use Metric
Package
Description
-
Uses of Metric in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation that return types with arguments of type MetricModifier and TypeMethodDescriptionP2mp.getMetric()
Return metric, ornull
if it is not present.P2mpBuilder.getMetric()
Return current value associated with the property corresponding toP2mp.getMetric()
.P2mp.nonnullMetric()
Return metric, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with type arguments of type MetricModifier and TypeMethodDescriptionSet the property corresponding toP2mp.getMetric()
to the specified value. -
Uses of Metric in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp with type parameters of type MetricModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Metric>>
E$$MetricBuilder.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.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp that return MetricMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp that return types with arguments of type MetricMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp with parameters of type MetricModifier and TypeMethodDescriptionstatic boolean
Metric.bindingEquals
(@NonNull Metric thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Metric.bindingHashCode
(@NonNull Metric obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Metric.bindingToString
(@NonNull Metric obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp with type arguments of type MetricModifier and TypeMethodDescriptionMetricBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Metric> augmentation) Add an augmentation to this builder's product.MetricBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Metric>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp with parameters of type MetricModifierConstructorDescriptionMetricBuilder
(Metric base) Construct a builder initialized with state from specifiedMetric
.