public final class ResultTable
extends com.google.api.client.json.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
| Modifier and Type | Class and Description |
|---|---|
static class |
ResultTable.ColumnHeaders
Model definition for ResultTableColumnHeaders.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ResultTable() |
| Modifier and Type | Method and Description |
|---|---|
ResultTable |
clone() |
List<ResultTable.ColumnHeaders> |
getColumnHeaders()
This value specifies information about the data returned in the rows fields.
|
String |
getKind()
This value specifies the type of data included in the API response.
|
List<List<Object>> |
getRows()
The list contains all rows of the result table.
|
ResultTable |
set(String fieldName,
Object value) |
ResultTable |
setColumnHeaders(List<ResultTable.ColumnHeaders> columnHeaders)
This value specifies information about the data returned in the rows fields.
|
ResultTable |
setKind(String kind)
This value specifies the type of data included in the API response.
|
ResultTable |
setRows(List<List<Object>> rows)
The list contains all rows of the result table.
|
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 List<ResultTable.ColumnHeaders> getColumnHeaders()
null for nonepublic ResultTable setColumnHeaders(List<ResultTable.ColumnHeaders> columnHeaders)
columnHeaders - columnHeaders or null for nonepublic String getKind()
null for nonepublic ResultTable setKind(String kind)
kind - kind or null for nonepublic List<List<Object>> getRows()
null for nonepublic ResultTable setRows(List<List<Object>> rows)
rows - rows or null for nonepublic ResultTable set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ResultTable clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.