public static final class ResultTable.ColumnHeaders
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ResultTable.ColumnHeaders() |
| Modifier and Type | Method and Description |
|---|---|
ResultTable.ColumnHeaders |
clone() |
java.lang.String |
getColumnType()
The type of the column (DIMENSION or METRIC).
|
java.lang.String |
getDataType()
The type of the data in the column (STRING, INTEGER, FLOAT, etc.).
|
java.lang.String |
getName()
The name of the dimension or metric.
|
ResultTable.ColumnHeaders |
set(java.lang.String fieldName,
java.lang.Object value) |
ResultTable.ColumnHeaders |
setColumnType(java.lang.String columnType)
The type of the column (DIMENSION or METRIC).
|
ResultTable.ColumnHeaders |
setDataType(java.lang.String dataType)
The type of the data in the column (STRING, INTEGER, FLOAT, etc.).
|
ResultTable.ColumnHeaders |
setName(java.lang.String name)
The name of the dimension or metric.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getColumnType()
null for nonepublic ResultTable.ColumnHeaders setColumnType(java.lang.String columnType)
columnType - columnType or null for nonepublic java.lang.String getDataType()
null for nonepublic ResultTable.ColumnHeaders setDataType(java.lang.String dataType)
dataType - dataType or null for nonepublic java.lang.String getName()
null for nonepublic ResultTable.ColumnHeaders setName(java.lang.String name)
name - name or null for nonepublic ResultTable.ColumnHeaders set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ResultTable.ColumnHeaders clone()
clone in class com.google.api.client.json.GenericJson