public final class Schedule
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 |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
clone() |
java.lang.Boolean |
getAllDay()
Whether the job is scheduled for the whole day.
|
java.math.BigInteger |
getDuration()
Job duration in milliseconds.
|
java.math.BigInteger |
getEndTime()
Scheduled end time in milliseconds since epoch.
|
java.lang.String |
getKind()
Identifies this object as a job schedule.
|
java.math.BigInteger |
getStartTime()
Scheduled start time in milliseconds since epoch.
|
Schedule |
set(java.lang.String fieldName,
java.lang.Object value) |
Schedule |
setAllDay(java.lang.Boolean allDay)
Whether the job is scheduled for the whole day.
|
Schedule |
setDuration(java.math.BigInteger duration)
Job duration in milliseconds.
|
Schedule |
setEndTime(java.math.BigInteger endTime)
Scheduled end time in milliseconds since epoch.
|
Schedule |
setKind(java.lang.String kind)
Identifies this object as a job schedule.
|
Schedule |
setStartTime(java.math.BigInteger startTime)
Scheduled start time in milliseconds since epoch.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Boolean getAllDay()
null for nonepublic Schedule setAllDay(java.lang.Boolean allDay)
allDay - allDay or null for nonepublic java.math.BigInteger getDuration()
null for nonepublic Schedule setDuration(java.math.BigInteger duration)
duration - duration or null for nonepublic java.math.BigInteger getEndTime()
null for nonepublic Schedule setEndTime(java.math.BigInteger endTime)
endTime - endTime or null for nonepublic java.lang.String getKind()
null for nonepublic Schedule setKind(java.lang.String kind)
kind - kind or null for nonepublic java.math.BigInteger getStartTime()
null for nonepublic Schedule setStartTime(java.math.BigInteger startTime)
startTime - startTime or null for nonepublic Schedule set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Schedule clone()
clone in class com.google.api.client.json.GenericJson