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.Flags| Constructor and Description |
|---|
ResultTable() |
| Modifier and Type | Method and Description |
|---|---|
ResultTable |
clone() |
java.util.List<ResultTable.ColumnHeaders> |
getColumnHeaders()
This value specifies information about the data returned in the rows fields.
|
java.lang.String |
getKind()
This value specifies the type of data included in the API response.
|
java.util.List<java.util.List<java.lang.Object>> |
getRows()
The list contains all rows of the result table.
|
ResultTable |
set(java.lang.String fieldName,
java.lang.Object value) |
ResultTable |
setColumnHeaders(java.util.List<ResultTable.ColumnHeaders> columnHeaders)
This value specifies information about the data returned in the rows fields.
|
ResultTable |
setKind(java.lang.String kind)
This value specifies the type of data included in the API response.
|
ResultTable |
setRows(java.util.List<java.util.List<java.lang.Object>> rows)
The list contains all rows of the result table.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<ResultTable.ColumnHeaders> getColumnHeaders()
null for nonepublic ResultTable setColumnHeaders(java.util.List<ResultTable.ColumnHeaders> columnHeaders)
columnHeaders - columnHeaders or null for nonepublic java.lang.String getKind()
null for nonepublic ResultTable setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.List<java.util.List<java.lang.Object>> getRows()
null for nonepublic ResultTable setRows(java.util.List<java.util.List<java.lang.Object>> rows)
rows - rows or null for nonepublic ResultTable set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ResultTable clone()
clone in class com.google.api.client.json.GenericJson