Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics.MetricPce
Packages that use MetricPce
Package
Description
-
Uses of MetricPce 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 MetricPceModifier and TypeMethodDescriptionMonitoringMetrics.getMetricPce()Return metricPce, ornullif it is not present.MonitoringMetrics.nonnullMetricPce()Return metricPce, or an empty list if it is not present. -
Uses of MetricPce in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics with type parameters of type MetricPceModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<MetricPce>>
E$$MetricPceBuilder.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.monitoring.metrics that return MetricPceModifier and TypeMethodDescription@NonNull MetricPceMetricPceBuilder.build()A newMetricPceinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics that return types with arguments of type MetricPceMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.metrics with parameters of type MetricPceModifier and TypeMethodDescriptionstatic booleanMetricPce.bindingEquals(@NonNull MetricPce thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMetricPce.bindingHashCode(@NonNull MetricPce obj) Default implementation ofObject.hashCode()contract for this interface.static StringMetricPce.bindingToString(@NonNull MetricPce 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.monitoring.metrics with type arguments of type MetricPceModifier and TypeMethodDescriptionMetricPceBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<MetricPce> augmentation) Add an augmentation to this builder's product.MetricPceBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<MetricPce>> 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.monitoring.metrics with parameters of type MetricPceModifierConstructorDescriptionMetricPceBuilder(MetricPce base) Construct a builder initialized with state from specifiedMetricPce. -
Uses of MetricPce in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.response.monitoring.metrics.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.response.monitoring.metrics.list that return types with arguments of type MetricPceModifier and TypeMethodDescriptionGeneralMetricsListBuilder.getMetricPce()Return current value associated with the property corresponding toMonitoringMetrics.getMetricPce().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.response.monitoring.metrics.list with type arguments of type MetricPceModifier and TypeMethodDescriptionGeneralMetricsListBuilder.setMetricPce(List<MetricPce> values) Set the property corresponding toMonitoringMetrics.getMetricPce()to the specified value. -
Uses of MetricPce in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.response.monitoring.metrics.list.specific.metrics.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.response.monitoring.metrics.list.specific.metrics.list that return types with arguments of type MetricPceModifier and TypeMethodDescriptionSpecificMetricsBuilder.getMetricPce()Return current value associated with the property corresponding toMonitoringMetrics.getMetricPce().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.monitoring.response.monitoring.metrics.list.specific.metrics.list with type arguments of type MetricPceModifier and TypeMethodDescriptionSpecificMetricsBuilder.setMetricPce(List<MetricPce> values) Set the property corresponding toMonitoringMetrics.getMetricPce()to the specified value. -
Uses of MetricPce in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message that return types with arguments of type MetricPceModifier and TypeMethodDescriptionRepliesBuilder.getMetricPce()Return current value associated with the property corresponding toMonitoringMetrics.getMetricPce().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message with type arguments of type MetricPceModifier and TypeMethodDescriptionRepliesBuilder.setMetricPce(List<MetricPce> values) Set the property corresponding toMonitoringMetrics.getMetricPce()to the specified value.