public final class Exponential
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 |
|---|
Exponential() |
| Modifier and Type | Method and Description |
|---|---|
Exponential |
clone() |
java.lang.Double |
getGrowthFactor()
Must be greater than 1.
|
java.lang.Integer |
getNumFiniteBuckets()
Must be greater than 0.
|
java.lang.Double |
getScale()
Must be greater than 0.
|
Exponential |
set(java.lang.String fieldName,
java.lang.Object value) |
Exponential |
setGrowthFactor(java.lang.Double growthFactor)
Must be greater than 1.
|
Exponential |
setNumFiniteBuckets(java.lang.Integer numFiniteBuckets)
Must be greater than 0.
|
Exponential |
setScale(java.lang.Double scale)
Must be greater than 0.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Double getGrowthFactor()
null for nonepublic Exponential setGrowthFactor(java.lang.Double growthFactor)
growthFactor - growthFactor or null for nonepublic java.lang.Integer getNumFiniteBuckets()
null for nonepublic Exponential setNumFiniteBuckets(java.lang.Integer numFiniteBuckets)
numFiniteBuckets - numFiniteBuckets or null for nonepublic java.lang.Double getScale()
null for nonepublic Exponential setScale(java.lang.Double scale)
scale - scale or null for nonepublic Exponential set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Exponential clone()
clone in class com.google.api.client.json.GenericJson