|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<String,Object> com.google.api.client.util.GenericData com.google.api.client.json.GenericJson com.google.api.services.bigquery.model.TableDataList
public final class TableDataList
Model definition for TableDataList.
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-api-java-client/wiki/Json
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
TableDataList()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.google.api.client.json.GenericJson |
---|
getFactory, setFactory, toPrettyString, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableDataList()
Method Detail |
---|
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 List<TableRow> getRows()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |