public static final class ResultTable.ColumnHeaders
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ColumnHeaders() |
| Modifier and Type | Method and Description |
|---|---|
ResultTable.ColumnHeaders |
clone() |
String |
getColumnType()
The type of the column (DIMENSION or METRIC).
|
String |
getDataType()
The type of the data in the column (STRING, INTEGER, FLOAT, etc.).
|
String |
getName()
The name of the dimension or metric.
|
ResultTable.ColumnHeaders |
set(String fieldName,
Object value) |
ResultTable.ColumnHeaders |
setColumnType(String columnType)
The type of the column (DIMENSION or METRIC).
|
ResultTable.ColumnHeaders |
setDataType(String dataType)
The type of the data in the column (STRING, INTEGER, FLOAT, etc.).
|
ResultTable.ColumnHeaders |
setName(String name)
The name of the dimension or metric.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getColumnType()
null for nonepublic ResultTable.ColumnHeaders setColumnType(String columnType)
columnType - columnType or null for nonepublic String getDataType()
null for nonepublic ResultTable.ColumnHeaders setDataType(String dataType)
dataType - dataType or null for nonepublic String getName()
null for nonepublic ResultTable.ColumnHeaders setName(String name)
name - name or null for nonepublic ResultTable.ColumnHeaders set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ResultTable.ColumnHeaders clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.