public final class JobState
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 |
|---|
JobState() |
| Modifier and Type | Method and Description |
|---|---|
JobState |
clone() |
java.lang.String |
getAssignee()
Email address of the assignee, or the string "DELETED_USER" if the account is no longer
available.
|
java.lang.String |
getCustomerName()
Customer name.
|
java.lang.String |
getCustomerPhoneNumber()
Customer phone number.
|
CustomFields |
getCustomFields()
Custom fields.
|
java.lang.String |
getKind()
Identifies this object as a job state.
|
Location |
getLocation()
Job location.
|
java.util.List<java.lang.String> |
getNote()
Note added to the job.
|
java.lang.String |
getProgress()
Job progress.
|
java.lang.String |
getTitle()
Job title.
|
JobState |
set(java.lang.String fieldName,
java.lang.Object value) |
JobState |
setAssignee(java.lang.String assignee)
Email address of the assignee, or the string "DELETED_USER" if the account is no longer
available.
|
JobState |
setCustomerName(java.lang.String customerName)
Customer name.
|
JobState |
setCustomerPhoneNumber(java.lang.String customerPhoneNumber)
Customer phone number.
|
JobState |
setCustomFields(CustomFields customFields)
Custom fields.
|
JobState |
setKind(java.lang.String kind)
Identifies this object as a job state.
|
JobState |
setLocation(Location location)
Job location.
|
JobState |
setNote(java.util.List<java.lang.String> note)
Note added to the job.
|
JobState |
setProgress(java.lang.String progress)
Job progress.
|
JobState |
setTitle(java.lang.String title)
Job title.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAssignee()
null for nonepublic JobState setAssignee(java.lang.String assignee)
assignee - assignee or null for nonepublic CustomFields getCustomFields()
null for nonepublic JobState setCustomFields(CustomFields customFields)
customFields - customFields or null for nonepublic java.lang.String getCustomerName()
null for nonepublic JobState setCustomerName(java.lang.String customerName)
customerName - customerName or null for nonepublic java.lang.String getCustomerPhoneNumber()
null for nonepublic JobState setCustomerPhoneNumber(java.lang.String customerPhoneNumber)
customerPhoneNumber - customerPhoneNumber or null for nonepublic java.lang.String getKind()
null for nonepublic JobState setKind(java.lang.String kind)
kind - kind or null for nonepublic Location getLocation()
null for nonepublic JobState setLocation(Location location)
location - location or null for nonepublic java.util.List<java.lang.String> getNote()
null for nonepublic JobState setNote(java.util.List<java.lang.String> note)
note - note or null for nonepublic java.lang.String getProgress()
null for nonepublic JobState setProgress(java.lang.String progress)
progress - progress or null for nonepublic java.lang.String getTitle()
null for nonepublic JobState setTitle(java.lang.String title)
title - title or null for nonepublic JobState set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic JobState clone()
clone in class com.google.api.client.json.GenericJson