public final class JobCancelResponse
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
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
JobCancelResponse() |
| Modifier and Type | Method and Description |
|---|---|
JobCancelResponse |
clone() |
Job |
getJob()
The final state of the job.
|
java.lang.String |
getKind()
The resource type of the response.
|
JobCancelResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
JobCancelResponse |
setJob(Job job)
The final state of the job.
|
JobCancelResponse |
setKind(java.lang.String kind)
The resource type of the response.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic Job getJob()
null for nonepublic JobCancelResponse setJob(Job job)
job - job or null for nonepublic java.lang.String getKind()
null for nonepublic JobCancelResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic JobCancelResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic JobCancelResponse clone()
clone in class com.google.api.client.json.GenericJson