public final class DatasetList 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
Modifier and Type | Class and Description |
---|---|
static class |
DatasetList.Datasets
Model definition for DatasetListDatasets.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DatasetList() |
Modifier and Type | Method and Description |
---|---|
DatasetList |
clone() |
List<DatasetList.Datasets> |
getDatasets()
An array of the dataset resources in the project.
|
String |
getEtag()
A hash value of the results page.
|
String |
getKind()
The list type.
|
String |
getNextPageToken()
A token that can be used to request the next results page.
|
DatasetList |
set(String fieldName,
Object value) |
DatasetList |
setDatasets(List<DatasetList.Datasets> datasets)
An array of the dataset resources in the project.
|
DatasetList |
setEtag(String etag)
A hash value of the results page.
|
DatasetList |
setKind(String kind)
The list type.
|
DatasetList |
setNextPageToken(String nextPageToken)
A token that can be used to request the next results page.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<DatasetList.Datasets> getDatasets()
null
for nonepublic DatasetList setDatasets(List<DatasetList.Datasets> datasets)
datasets
- datasets or null
for nonepublic String getEtag()
null
for nonepublic DatasetList setEtag(String etag)
etag
- etag or null
for nonepublic String getKind()
null
for nonepublic DatasetList setKind(String kind)
kind
- kind or null
for nonepublic String getNextPageToken()
null
for nonepublic DatasetList setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic DatasetList set(String fieldName, Object value)
set
in class GenericJson
public DatasetList clone()
clone
in class GenericJson