Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.lsp.attributes.Metrics
Packages that use Metrics
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.lsp.attributes
-
Uses of Metrics in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return types with arguments of type MetricsModifier and TypeMethodDescriptionLspAttributes.getMetrics()Return metrics, ornullif it is not present.LspAttributes.nonnullMetrics()Return metrics, or an empty list if it is not present. -
Uses of Metrics in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.lsp.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.lsp.attributes with type parameters of type MetricsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Metrics>>
E$$MetricsBuilder.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.lsp.attributes that return MetricsModifier and TypeMethodDescription@NonNull MetricsMetricsBuilder.build()A newMetricsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.lsp.attributes that return types with arguments of type MetricsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.lsp.attributes with parameters of type MetricsModifier and TypeMethodDescriptionstatic booleanMetrics.bindingEquals(@NonNull Metrics thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMetrics.bindingHashCode(@NonNull Metrics obj) Default implementation ofObject.hashCode()contract for this interface.static StringMetrics.bindingToString(@NonNull Metrics 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.lsp.attributes with type arguments of type MetricsModifier and TypeMethodDescriptionMetricsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Metrics> augmentation) Add an augmentation to this builder's product.MetricsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Metrics>> 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.lsp.attributes with parameters of type MetricsModifierConstructorDescriptionMetricsBuilder(Metrics base) Construct a builder initialized with state from specifiedMetrics. -
Uses of Metrics in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result that return types with arguments of type MetricsModifier and TypeMethodDescriptionFailureCaseBuilder.getMetrics()Return current value associated with the property corresponding toLspAttributes.getMetrics().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result with type arguments of type MetricsModifier and TypeMethodDescriptionFailureCaseBuilder.setMetrics(List<Metrics> values) Set the property corresponding toLspAttributes.getMetrics()to the specified value. -
Uses of Metrics in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success that return types with arguments of type MetricsModifier and TypeMethodDescriptionPathsBuilder.getMetrics()Return current value associated with the property corresponding toLspAttributes.getMetrics().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.success._case.success with type arguments of type MetricsModifier and TypeMethodDescriptionPathsBuilder.setMetrics(List<Metrics> values) Set the property corresponding toLspAttributes.getMetrics()to the specified value. -
Uses of Metrics 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 MetricsModifier and TypeMethodDescriptionP2pBuilder.getMetrics()Return current value associated with the property corresponding toLspAttributes.getMetrics().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 MetricsModifier and TypeMethodDescriptionP2pBuilder.setMetrics(List<Metrics> values) Set the property corresponding toLspAttributes.getMetrics()to the specified value.