public final class ScorecardChartSpec
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 |
---|
ScorecardChartSpec() |
Modifier and Type | Method and Description |
---|---|
ScorecardChartSpec |
clone() |
java.lang.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.
|
java.lang.String |
getNumberFormatSource()
The number format source used in the scorecard chart.
|
java.lang.Double |
getScaleFactor()
Value to scale scorecard key and baseline value.
|
ScorecardChartSpec |
set(java.lang.String fieldName,
java.lang.Object value) |
ScorecardChartSpec |
setAggregateType(java.lang.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(java.lang.String numberFormatSource)
The number format source used in the scorecard chart.
|
ScorecardChartSpec |
setScaleFactor(java.lang.Double scaleFactor)
Value to scale scorecard key and baseline value.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getAggregateType()
null
for nonepublic ScorecardChartSpec setAggregateType(java.lang.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 java.lang.String getNumberFormatSource()
null
for nonepublic ScorecardChartSpec setNumberFormatSource(java.lang.String numberFormatSource)
numberFormatSource
- numberFormatSource or null
for nonepublic java.lang.Double getScaleFactor()
null
for nonepublic ScorecardChartSpec setScaleFactor(java.lang.Double scaleFactor)
scaleFactor
- scaleFactor or null
for nonepublic ScorecardChartSpec set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ScorecardChartSpec clone()
clone
in class com.google.api.client.json.GenericJson