public final class HistogramRule
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 Sheets 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 |
---|
HistogramRule() |
Modifier and Type | Method and Description |
---|---|
HistogramRule |
clone() |
java.lang.Double |
getEnd()
The maximum value at which items are placed into buckets of constant size.
|
java.lang.Double |
getInterval()
The size of the buckets that are created.
|
java.lang.Double |
getStart()
The minimum value at which items are placed into buckets of constant size.
|
HistogramRule |
set(java.lang.String fieldName,
java.lang.Object value) |
HistogramRule |
setEnd(java.lang.Double end)
The maximum value at which items are placed into buckets of constant size.
|
HistogramRule |
setInterval(java.lang.Double interval)
The size of the buckets that are created.
|
HistogramRule |
setStart(java.lang.Double start)
The minimum value at which items are placed into buckets of constant size.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Double getEnd()
null
for nonepublic HistogramRule setEnd(java.lang.Double end)
end
- end or null
for nonepublic java.lang.Double getInterval()
null
for nonepublic HistogramRule setInterval(java.lang.Double interval)
interval
- interval or null
for nonepublic java.lang.Double getStart()
null
for nonepublic HistogramRule setStart(java.lang.Double start)
start
- start or null
for nonepublic HistogramRule set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public HistogramRule clone()
clone
in class com.google.api.client.json.GenericJson