public final class CandlestickDomain
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 |
|---|
CandlestickDomain() |
| Modifier and Type | Method and Description |
|---|---|
CandlestickDomain |
clone() |
ChartData |
getData()
The data of the CandlestickDomain.
|
java.lang.Boolean |
getReversed()
True to reverse the order of the domain values (horizontal axis).
|
CandlestickDomain |
set(java.lang.String fieldName,
java.lang.Object value) |
CandlestickDomain |
setData(ChartData data)
The data of the CandlestickDomain.
|
CandlestickDomain |
setReversed(java.lang.Boolean reversed)
True to reverse the order of the domain values (horizontal axis).
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic ChartData getData()
null for nonepublic CandlestickDomain setData(ChartData data)
data - data or null for nonepublic java.lang.Boolean getReversed()
null for nonepublic CandlestickDomain setReversed(java.lang.Boolean reversed)
reversed - reversed or null for nonepublic CandlestickDomain set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic CandlestickDomain clone()
clone in class com.google.api.client.json.GenericJson