Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.svec.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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message that return types with arguments of type MetricModifier and TypeMethodDescriptionSvec.getMetric()
Return metric, ornull
if it is not present.SvecBuilder.getMetric()
Return current value associated with the property corresponding toSvec.getMetric()
.Svec.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 with type arguments of type MetricModifier and TypeMethodDescriptionSet the property corresponding toSvec.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.svec
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.svec 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.svec that return MetricMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.svec 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.svec 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.svec 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.svec with parameters of type MetricModifierConstructorDescriptionMetricBuilder
(Metric base) Construct a builder initialized with state from specifiedMetric
.