public final class CandlestickData
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
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 com.google.api.client.json.GenericJson
public CandlestickData clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.