public static final class ResultTable.ColumnHeaders
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public ResultTable.ColumnHeaders clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.