public final class AcquisitionTime extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AcquisitionTime() |
| Modifier and Type | Method and Description |
|---|---|
AcquisitionTime |
clone() |
DateTime |
getEnd()
The end time if acquisition time is a range.
|
String |
getPrecision()
The precision of acquisition time.
|
DateTime |
getStart()
The acquisition time, or start time if acquisition time is a range.
|
AcquisitionTime |
set(String fieldName,
Object value) |
AcquisitionTime |
setEnd(DateTime end)
The end time if acquisition time is a range.
|
AcquisitionTime |
setPrecision(String precision)
The precision of acquisition time.
|
AcquisitionTime |
setStart(DateTime start)
The acquisition time, or start time if acquisition time is a range.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic DateTime getEnd()
null for nonepublic AcquisitionTime setEnd(DateTime end)
end - end or null for nonepublic String getPrecision()
null for nonepublic AcquisitionTime setPrecision(String precision)
precision - precision or null for nonepublic DateTime getStart()
null for nonepublic AcquisitionTime setStart(DateTime start)
start - start or null for nonepublic AcquisitionTime set(String fieldName, Object value)
set in class GenericJsonpublic AcquisitionTime clone()
clone in class GenericJson