public final class CandlestickData 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 Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CandlestickData() |
| Modifier and Type | Method and Description |
|---|---|
CandlestickData |
clone() |
CandlestickSeries |
getCloseSeries()
The range data (vertical axis) for the close/final value for each candle.
|
CandlestickSeries |
getHighSeries()
The range data (vertical axis) for the high/maximum value for each candle.
|
CandlestickSeries |
getLowSeries()
The range data (vertical axis) for the low/minimum value for each candle.
|
CandlestickSeries |
getOpenSeries()
The range data (vertical axis) for the open/initial value for each candle.
|
CandlestickData |
set(String fieldName,
Object value) |
CandlestickData |
setCloseSeries(CandlestickSeries closeSeries)
The range data (vertical axis) for the close/final value for each candle.
|
CandlestickData |
setHighSeries(CandlestickSeries highSeries)
The range data (vertical axis) for the high/maximum value for each candle.
|
CandlestickData |
setLowSeries(CandlestickSeries lowSeries)
The range data (vertical axis) for the low/minimum value for each candle.
|
CandlestickData |
setOpenSeries(CandlestickSeries openSeries)
The range data (vertical axis) for the open/initial value for each candle.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CandlestickSeries getCloseSeries()
null for nonepublic CandlestickData setCloseSeries(CandlestickSeries closeSeries)
closeSeries - closeSeries or null for nonepublic CandlestickSeries getHighSeries()
null for nonepublic CandlestickData setHighSeries(CandlestickSeries highSeries)
highSeries - highSeries or null for nonepublic CandlestickSeries getLowSeries()
null for nonepublic CandlestickData setLowSeries(CandlestickSeries lowSeries)
lowSeries - lowSeries or null for nonepublic CandlestickSeries getOpenSeries()
null for nonepublic CandlestickData setOpenSeries(CandlestickSeries openSeries)
openSeries - openSeries or null for nonepublic CandlestickData set(String fieldName, Object value)
set in class GenericJsonpublic CandlestickData clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.