public final class JobList
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 BigQuery 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 |
JobList.Jobs
Model definition for JobListJobs.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
JobList() |
| Modifier and Type | Method and Description |
|---|---|
JobList |
clone() |
java.lang.String |
getEtag()
A hash of this page of results.
|
java.util.List<JobList.Jobs> |
getJobs()
List of jobs that were requested.
|
java.lang.String |
getKind()
The resource type of the response.
|
java.lang.String |
getNextPageToken()
A token to request the next page of results.
|
JobList |
set(java.lang.String fieldName,
java.lang.Object value) |
JobList |
setEtag(java.lang.String etag)
A hash of this page of results.
|
JobList |
setJobs(java.util.List<JobList.Jobs> jobs)
List of jobs that were requested.
|
JobList |
setKind(java.lang.String kind)
The resource type of the response.
|
JobList |
setNextPageToken(java.lang.String nextPageToken)
A token to request the next page of results.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getEtag()
null for nonepublic JobList setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.util.List<JobList.Jobs> getJobs()
null for nonepublic JobList setJobs(java.util.List<JobList.Jobs> jobs)
jobs - jobs or null for nonepublic java.lang.String getKind()
null for nonepublic JobList setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic JobList setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic JobList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic JobList clone()
clone in class com.google.api.client.json.GenericJson