Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
MetricValue |
MetricValue.clone() |
MetricValue |
MetricValue.set(java.lang.String fieldName,
java.lang.Object value) |
MetricValue |
MetricValue.setDimensionalValues(java.util.List<DimensionalMetricValue> dimensionalValues)
Dimensional values for this metric.
|
MetricValue |
MetricValue.setMetric(java.lang.String metric)
The metric for which the value applies.
|
MetricValue |
MetricValue.setTotalValue(DimensionalMetricValue totalValue)
The total aggregated value for this metric.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricValue> |
LocationMetrics.getMetricValues()
A list of values for the requested metrics.
|
java.util.List<MetricValue> |
LocalPostMetrics.getMetricValues()
A list of values for the requested metrics.
|
Modifier and Type | Method and Description |
---|---|
LocationMetrics |
LocationMetrics.setMetricValues(java.util.List<MetricValue> metricValues)
A list of values for the requested metrics.
|
LocalPostMetrics |
LocalPostMetrics.setMetricValues(java.util.List<MetricValue> metricValues)
A list of values for the requested metrics.
|
Copyright © 2011-2018 Google. All Rights Reserved.