BigQuery API v2 (revision 86)



com.google.api.services.bigquery.model
Class TableList

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.bigquery.model.TableList
All Implemented Interfaces:
Cloneable, Map<String,Object>

public final class TableList
extends GenericJson

Model definition for TableList.

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

Author:
Google, Inc.

Nested Class Summary
static class TableList.Tables
          Model definition for TableListTables.
 
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
TableList()
           
 
Method Summary
 TableList clone()
           
 String getEtag()
          A hash of this page of results.
 String getKind()
          The type of list.
 String getNextPageToken()
          A token to request the next page of results.
 List<TableList.Tables> getTables()
          Tables in the requested dataset.
 Integer getTotalItems()
          The total number of tables in the dataset.
 TableList set(String fieldName, Object value)
           
 TableList setEtag(String etag)
          A hash of this page of results.
 TableList setKind(String kind)
          The type of list.
 TableList setNextPageToken(String nextPageToken)
          A token to request the next page of results.
 TableList setTables(List<TableList.Tables> tables)
          Tables in the requested dataset.
 TableList setTotalItems(Integer totalItems)
          The total number of tables in the dataset.
 
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

TableList

public TableList()
Method Detail

getEtag

public String getEtag()
A hash of this page of results.

Returns:
value or null for none

setEtag

public TableList setEtag(String etag)
A hash of this page of results.

Parameters:
etag - etag or null for none

getKind

public String getKind()
The type of list.

Returns:
value or null for none

setKind

public TableList setKind(String kind)
The type of list.

Parameters:
kind - kind or null for none

getNextPageToken

public String getNextPageToken()
A token to request the next page of results.

Returns:
value or null for none

setNextPageToken

public TableList setNextPageToken(String nextPageToken)
A token to request the next page of results.

Parameters:
nextPageToken - nextPageToken or null for none

getTables

public List<TableList.Tables> getTables()
Tables in the requested dataset.

Returns:
value or null for none

setTables

public TableList setTables(List<TableList.Tables> tables)
Tables in the requested dataset.

Parameters:
tables - tables or null for none

getTotalItems

public Integer getTotalItems()
The total number of tables in the dataset.

Returns:
value or null for none

setTotalItems

public TableList setTotalItems(Integer totalItems)
The total number of tables in the dataset.

Parameters:
totalItems - totalItems or null for none

set

public TableList set(String fieldName,
                     Object value)
Overrides:
set in class GenericJson

clone

public TableList clone()
Overrides:
clone in class GenericJson