| Package | Description |
|---|---|
| com.google.api.services.admob.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
ReportRowMetricValue |
ReportRowMetricValue.clone() |
ReportRowMetricValue |
ReportRowMetricValue.set(String fieldName,
Object value) |
ReportRowMetricValue |
ReportRowMetricValue.setDoubleValue(Double doubleValue)
Double precision (approximate) decimal values.
|
ReportRowMetricValue |
ReportRowMetricValue.setIntegerValue(Long integerValue)
Metric integer value.
|
ReportRowMetricValue |
ReportRowMetricValue.setMicrosValue(Long microsValue)
Amount in micros.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ReportRowMetricValue> |
ReportRow.getMetricValues()
Map of metric values in a row, with keys as enum name of the metrics.
|
| Modifier and Type | Method and Description |
|---|---|
ReportRow |
ReportRow.setMetricValues(Map<String,ReportRowMetricValue> metricValues)
Map of metric values in a row, with keys as enum name of the metrics.
|
Copyright © 2011–2024 Google. All rights reserved.