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
AbstractMap.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, 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 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.GenericJson
public ResultTable clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.