public final class BasicChartAxis
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
BasicChartAxis() |
Modifier and Type | Method and Description |
---|---|
BasicChartAxis |
clone() |
TextFormat |
getFormat()
The format of the title.
|
java.lang.String |
getPosition()
The position of this axis.
|
java.lang.String |
getTitle()
The title of this axis.
|
BasicChartAxis |
set(java.lang.String fieldName,
java.lang.Object value) |
BasicChartAxis |
setFormat(TextFormat format)
The format of the title.
|
BasicChartAxis |
setPosition(java.lang.String position)
The position of this axis.
|
BasicChartAxis |
setTitle(java.lang.String title)
The title of this axis.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public TextFormat getFormat()
null
for nonepublic BasicChartAxis setFormat(TextFormat format)
format
- format or null
for nonepublic java.lang.String getPosition()
null
for nonepublic BasicChartAxis setPosition(java.lang.String position)
position
- position or null
for nonepublic java.lang.String getTitle()
null
for nonepublic BasicChartAxis setTitle(java.lang.String title)
title
- title or null
for nonepublic BasicChartAxis set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public BasicChartAxis clone()
clone
in class com.google.api.client.json.GenericJson