public final class Job
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 Google Maps Coordinate 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 |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
Job |
clone() |
java.math.BigInteger |
getId()
Job id.
|
java.util.List<JobChange> |
getJobChange()
List of job changes since it was created.
|
java.lang.String |
getKind()
Identifies this object as a job.
|
JobState |
getState()
Current job state.
|
Job |
set(java.lang.String fieldName,
java.lang.Object value) |
Job |
setId(java.math.BigInteger id)
Job id.
|
Job |
setJobChange(java.util.List<JobChange> jobChange)
List of job changes since it was created.
|
Job |
setKind(java.lang.String kind)
Identifies this object as a job.
|
Job |
setState(JobState state)
Current job state.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.math.BigInteger getId()
null for nonepublic Job setId(java.math.BigInteger id)
id - id or null for nonepublic java.util.List<JobChange> getJobChange()
null for nonepublic Job setJobChange(java.util.List<JobChange> jobChange)
jobChange - jobChange or null for nonepublic java.lang.String getKind()
null for nonepublic Job setKind(java.lang.String kind)
kind - kind or null for nonepublic JobState getState()
null for nonepublic Job setState(JobState state)
state - state or null for nonepublic Job set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Job clone()
clone in class com.google.api.client.json.GenericJson