public final class ChartAxisViewWindowOptions
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 |
---|
ChartAxisViewWindowOptions() |
Modifier and Type | Method and Description |
---|---|
ChartAxisViewWindowOptions |
clone() |
java.lang.Double |
getViewWindowMax()
The maximum numeric value to be shown in this view window.
|
java.lang.Double |
getViewWindowMin()
The minimum numeric value to be shown in this view window.
|
java.lang.String |
getViewWindowMode()
The view window's mode.
|
ChartAxisViewWindowOptions |
set(java.lang.String fieldName,
java.lang.Object value) |
ChartAxisViewWindowOptions |
setViewWindowMax(java.lang.Double viewWindowMax)
The maximum numeric value to be shown in this view window.
|
ChartAxisViewWindowOptions |
setViewWindowMin(java.lang.Double viewWindowMin)
The minimum numeric value to be shown in this view window.
|
ChartAxisViewWindowOptions |
setViewWindowMode(java.lang.String viewWindowMode)
The view window's mode.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Double getViewWindowMax()
null
for nonepublic ChartAxisViewWindowOptions setViewWindowMax(java.lang.Double viewWindowMax)
viewWindowMax
- viewWindowMax or null
for nonepublic java.lang.Double getViewWindowMin()
null
for nonepublic ChartAxisViewWindowOptions setViewWindowMin(java.lang.Double viewWindowMin)
viewWindowMin
- viewWindowMin or null
for nonepublic java.lang.String getViewWindowMode()
null
for nonepublic ChartAxisViewWindowOptions setViewWindowMode(java.lang.String viewWindowMode)
viewWindowMode
- viewWindowMode or null
for nonepublic ChartAxisViewWindowOptions set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ChartAxisViewWindowOptions clone()
clone
in class com.google.api.client.json.GenericJson