public final class ScorecardChartSpec 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 |
|---|
ScorecardChartSpec() |
| Modifier and Type | Method and Description |
|---|---|
ScorecardChartSpec |
clone() |
String |
getAggregateType()
The aggregation type for key and baseline chart data in scorecard chart.
|
ChartData |
getBaselineValueData()
The data for scorecard baseline value.
|
BaselineValueFormat |
getBaselineValueFormat()
Formatting options for baseline value.
|
ChartCustomNumberFormatOptions |
getCustomFormatOptions()
Custom formatting options for numeric key/baseline values in scorecard chart.
|
ChartData |
getKeyValueData()
The data for scorecard key value.
|
KeyValueFormat |
getKeyValueFormat()
Formatting options for key value.
|
String |
getNumberFormatSource()
The number format source used in the scorecard chart.
|
Double |
getScaleFactor()
Value to scale scorecard key and baseline value.
|
ScorecardChartSpec |
set(String fieldName,
Object value) |
ScorecardChartSpec |
setAggregateType(String aggregateType)
The aggregation type for key and baseline chart data in scorecard chart.
|
ScorecardChartSpec |
setBaselineValueData(ChartData baselineValueData)
The data for scorecard baseline value.
|
ScorecardChartSpec |
setBaselineValueFormat(BaselineValueFormat baselineValueFormat)
Formatting options for baseline value.
|
ScorecardChartSpec |
setCustomFormatOptions(ChartCustomNumberFormatOptions customFormatOptions)
Custom formatting options for numeric key/baseline values in scorecard chart.
|
ScorecardChartSpec |
setKeyValueData(ChartData keyValueData)
The data for scorecard key value.
|
ScorecardChartSpec |
setKeyValueFormat(KeyValueFormat keyValueFormat)
Formatting options for key value.
|
ScorecardChartSpec |
setNumberFormatSource(String numberFormatSource)
The number format source used in the scorecard chart.
|
ScorecardChartSpec |
setScaleFactor(Double scaleFactor)
Value to scale scorecard key and baseline value.
|
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 String getAggregateType()
null for nonepublic ScorecardChartSpec setAggregateType(String aggregateType)
aggregateType - aggregateType or null for nonepublic ChartData getBaselineValueData()
null for nonepublic ScorecardChartSpec setBaselineValueData(ChartData baselineValueData)
baselineValueData - baselineValueData or null for nonepublic BaselineValueFormat getBaselineValueFormat()
null for nonepublic ScorecardChartSpec setBaselineValueFormat(BaselineValueFormat baselineValueFormat)
baselineValueFormat - baselineValueFormat or null for nonepublic ChartCustomNumberFormatOptions getCustomFormatOptions()
null for nonepublic ScorecardChartSpec setCustomFormatOptions(ChartCustomNumberFormatOptions customFormatOptions)
customFormatOptions - customFormatOptions or null for nonepublic ChartData getKeyValueData()
null for nonepublic ScorecardChartSpec setKeyValueData(ChartData keyValueData)
keyValueData - keyValueData or null for nonepublic KeyValueFormat getKeyValueFormat()
null for nonepublic ScorecardChartSpec setKeyValueFormat(KeyValueFormat keyValueFormat)
keyValueFormat - keyValueFormat or null for nonepublic String getNumberFormatSource()
null for nonepublic ScorecardChartSpec setNumberFormatSource(String numberFormatSource)
numberFormatSource - numberFormatSource or null for nonepublic Double getScaleFactor()
null for nonepublic ScorecardChartSpec setScaleFactor(Double scaleFactor)
scaleFactor - scaleFactor or null for nonepublic ScorecardChartSpec set(String fieldName, Object value)
set in class GenericJsonpublic ScorecardChartSpec clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.