public final class TableDataList 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 BigQuery API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TableDataList() |
Modifier and Type | Method and Description |
---|---|
TableDataList |
clone() |
String |
getEtag()
A hash of this page of results.
|
String |
getKind()
The resource type of the response.
|
String |
getPageToken()
A token used for paging results.
|
List<TableRow> |
getRows()
Rows of results.
|
Long |
getTotalRows()
The total number of rows in the complete table.
|
TableDataList |
set(String fieldName,
Object value) |
TableDataList |
setEtag(String etag)
A hash of this page of results.
|
TableDataList |
setKind(String kind)
The resource type of the response.
|
TableDataList |
setPageToken(String pageToken)
A token used for paging results.
|
TableDataList |
setRows(List<TableRow> rows)
Rows of results.
|
TableDataList |
setTotalRows(Long totalRows)
The total number of rows in the complete table.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getEtag()
null
for nonepublic TableDataList setEtag(String etag)
etag
- etag or null
for nonepublic String getKind()
null
for nonepublic TableDataList setKind(String kind)
kind
- kind or null
for nonepublic String getPageToken()
null
for nonepublic TableDataList setPageToken(String pageToken)
pageToken
- pageToken or null
for nonepublic TableDataList setRows(List<TableRow> rows)
rows
- rows or null
for nonepublic Long getTotalRows()
null
for nonepublic TableDataList setTotalRows(Long totalRows)
totalRows
- totalRows or null
for nonepublic TableDataList set(String fieldName, Object value)
set
in class GenericJson
public TableDataList clone()
clone
in class GenericJson