public final class ZoomLevels 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-api-java-client/wiki/Json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ZoomLevels() |
| Modifier and Type | Method and Description |
|---|---|
ZoomLevels |
clone() |
Integer |
getMax()
Maximum zoom level.
|
Integer |
getMin()
Minimum zoom level.
|
ZoomLevels |
set(String fieldName,
Object value) |
ZoomLevels |
setMax(Integer max)
Maximum zoom level.
|
ZoomLevels |
setMin(Integer min)
Minimum zoom level.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Integer getMax()
null for nonepublic ZoomLevels setMax(Integer max)
max - max or null for nonepublic Integer getMin()
null for nonepublic ZoomLevels setMin(Integer min)
min - min or null for nonepublic ZoomLevels set(String fieldName, Object value)
set in class GenericJsonpublic ZoomLevels clone()
clone in class GenericJson