public final class WaterfallChartCustomSubtotal
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 |
---|
WaterfallChartCustomSubtotal() |
Modifier and Type | Method and Description |
---|---|
WaterfallChartCustomSubtotal |
clone() |
java.lang.Boolean |
getDataIsSubtotal()
True if the data point at subtotal_index is the subtotal.
|
java.lang.String |
getLabel()
A label for the subtotal column.
|
java.lang.Integer |
getSubtotalIndex()
The 0-based index of a data point within the series.
|
WaterfallChartCustomSubtotal |
set(java.lang.String fieldName,
java.lang.Object value) |
WaterfallChartCustomSubtotal |
setDataIsSubtotal(java.lang.Boolean dataIsSubtotal)
True if the data point at subtotal_index is the subtotal.
|
WaterfallChartCustomSubtotal |
setLabel(java.lang.String label)
A label for the subtotal column.
|
WaterfallChartCustomSubtotal |
setSubtotalIndex(java.lang.Integer subtotalIndex)
The 0-based index of a data point within the series.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getDataIsSubtotal()
null
for nonepublic WaterfallChartCustomSubtotal setDataIsSubtotal(java.lang.Boolean dataIsSubtotal)
dataIsSubtotal
- dataIsSubtotal or null
for nonepublic java.lang.String getLabel()
null
for nonepublic WaterfallChartCustomSubtotal setLabel(java.lang.String label)
label
- label or null
for nonepublic java.lang.Integer getSubtotalIndex()
null
for nonepublic WaterfallChartCustomSubtotal setSubtotalIndex(java.lang.Integer subtotalIndex)
subtotalIndex
- subtotalIndex or null
for nonepublic WaterfallChartCustomSubtotal set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public WaterfallChartCustomSubtotal clone()
clone
in class com.google.api.client.json.GenericJson