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
AbstractMap.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, 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 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 com.google.api.client.json.GenericJson
public ScorecardChartSpec clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.