public final class Range
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 Stackdriver Monitoring 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 |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
Range |
clone() |
java.lang.Double |
getMax()
The maximum of the population values.
|
java.lang.Double |
getMin()
The minimum of the population values.
|
Range |
set(java.lang.String fieldName,
java.lang.Object value) |
Range |
setMax(java.lang.Double max)
The maximum of the population values.
|
Range |
setMin(java.lang.Double min)
The minimum of the population values.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Double getMax()
null for nonepublic Range setMax(java.lang.Double max)
max - max or null for nonepublic java.lang.Double getMin()
null for nonepublic Range setMin(java.lang.Double min)
min - min or null for nonepublic Range set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Range clone()
clone in class com.google.api.client.json.GenericJson