public final class ResultTableColumnHeader extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the YouTube Analytics API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ResultTableColumnHeader() |
| Modifier and Type | Method and Description |
|---|---|
ResultTableColumnHeader |
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.
|
ResultTableColumnHeader |
set(String fieldName,
Object value) |
ResultTableColumnHeader |
setColumnType(String columnType)
The type of the column (`DIMENSION` or `METRIC`).
|
ResultTableColumnHeader |
setDataType(String dataType)
The type of the data in the column (`STRING`, `INTEGER`, `FLOAT`, etc.).
|
ResultTableColumnHeader |
setName(String name)
The name of the dimension or metric.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, 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 ResultTableColumnHeader setColumnType(String columnType)
columnType - columnType or null for nonepublic String getDataType()
null for nonepublic ResultTableColumnHeader setDataType(String dataType)
dataType - dataType or null for nonepublic String getName()
null for nonepublic ResultTableColumnHeader setName(String name)
name - name or null for nonepublic ResultTableColumnHeader set(String fieldName, Object value)
set in class GenericJsonpublic ResultTableColumnHeader clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.