public final class ChartCustomNumberFormatOptions
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 |
|---|
ChartCustomNumberFormatOptions() |
| Modifier and Type | Method and Description |
|---|---|
ChartCustomNumberFormatOptions |
clone() |
java.lang.String |
getPrefix()
Custom prefix to be prepended to the chart attribute.
|
java.lang.String |
getSuffix()
Custom suffix to be appended to the chart attribute.
|
ChartCustomNumberFormatOptions |
set(java.lang.String fieldName,
java.lang.Object value) |
ChartCustomNumberFormatOptions |
setPrefix(java.lang.String prefix)
Custom prefix to be prepended to the chart attribute.
|
ChartCustomNumberFormatOptions |
setSuffix(java.lang.String suffix)
Custom suffix to be appended to the chart attribute.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getPrefix()
null for nonepublic ChartCustomNumberFormatOptions setPrefix(java.lang.String prefix)
prefix - prefix or null for nonepublic java.lang.String getSuffix()
null for nonepublic ChartCustomNumberFormatOptions setSuffix(java.lang.String suffix)
suffix - suffix or null for nonepublic ChartCustomNumberFormatOptions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ChartCustomNumberFormatOptions clone()
clone in class com.google.api.client.json.GenericJson