public final class InterpolationPoint
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 |
---|
InterpolationPoint() |
Modifier and Type | Method and Description |
---|---|
InterpolationPoint |
clone() |
Color |
getColor()
The color this interpolation point should use.
|
ColorStyle |
getColorStyle()
The color this interpolation point should use.
|
java.lang.String |
getType()
How the value should be interpreted.
|
java.lang.String |
getValue()
The value this interpolation point uses.
|
InterpolationPoint |
set(java.lang.String fieldName,
java.lang.Object value) |
InterpolationPoint |
setColor(Color color)
The color this interpolation point should use.
|
InterpolationPoint |
setColorStyle(ColorStyle colorStyle)
The color this interpolation point should use.
|
InterpolationPoint |
setType(java.lang.String type)
How the value should be interpreted.
|
InterpolationPoint |
setValue(java.lang.String value)
The value this interpolation point uses.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Color getColor()
null
for nonepublic InterpolationPoint setColor(Color color)
color
- color or null
for nonepublic ColorStyle getColorStyle()
null
for nonepublic InterpolationPoint setColorStyle(ColorStyle colorStyle)
colorStyle
- colorStyle or null
for nonepublic java.lang.String getType()
null
for nonepublic InterpolationPoint setType(java.lang.String type)
type
- type or null
for nonepublic java.lang.String getValue()
null
for nonepublic InterpolationPoint setValue(java.lang.String value)
value
- value or null
for nonepublic InterpolationPoint set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public InterpolationPoint clone()
clone
in class com.google.api.client.json.GenericJson