| Package | Description |
|---|---|
| com.google.api.services.admob.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
ReportRowDimensionValue |
ReportRowDimensionValue.clone() |
ReportRowDimensionValue |
ReportRowDimensionValue.set(String fieldName,
Object value) |
ReportRowDimensionValue |
ReportRowDimensionValue.setDisplayLabel(String displayLabel)
The localized string representation of the value.
|
ReportRowDimensionValue |
ReportRowDimensionValue.setValue(String value)
Dimension value in the format specified in the report's spec Dimension enum.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ReportRowDimensionValue> |
ReportRow.getDimensionValues()
Map of dimension values in a row, with keys as enum name of the dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
ReportRow |
ReportRow.setDimensionValues(Map<String,ReportRowDimensionValue> dimensionValues)
Map of dimension values in a row, with keys as enum name of the dimensions.
|
Copyright © 2011–2022 Google. All rights reserved.