public final class AcquisitionTime
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 Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
AcquisitionTime() |
| Modifier and Type | Method and Description |
|---|---|
AcquisitionTime |
clone() |
com.google.api.client.util.DateTime |
getEnd()
The end time if acquisition time is a range.
|
java.lang.String |
getPrecision()
The precision of acquisition time.
|
com.google.api.client.util.DateTime |
getStart()
The acquisition time, or start time if acquisition time is a range.
|
AcquisitionTime |
set(java.lang.String fieldName,
java.lang.Object value) |
AcquisitionTime |
setEnd(com.google.api.client.util.DateTime end)
The end time if acquisition time is a range.
|
AcquisitionTime |
setPrecision(java.lang.String precision)
The precision of acquisition time.
|
AcquisitionTime |
setStart(com.google.api.client.util.DateTime start)
The acquisition time, or start time if acquisition time is a range.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic com.google.api.client.util.DateTime getEnd()
null for nonepublic AcquisitionTime setEnd(com.google.api.client.util.DateTime end)
end - end or null for nonepublic java.lang.String getPrecision()
null for nonepublic AcquisitionTime setPrecision(java.lang.String precision)
precision - precision or null for nonepublic com.google.api.client.util.DateTime getStart()
null for nonepublic AcquisitionTime setStart(com.google.api.client.util.DateTime start)
start - start or null for nonepublic AcquisitionTime set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AcquisitionTime clone()
clone in class com.google.api.client.json.GenericJson