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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
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.
|
String |
getType()
How the value should be interpreted.
|
String |
getValue()
The value this interpolation point uses.
|
InterpolationPoint |
set(String fieldName,
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(String type)
How the value should be interpreted.
|
InterpolationPoint |
setValue(String value)
The value this interpolation point uses.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
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 String getType()
null
for nonepublic InterpolationPoint setType(String type)
type
- type or null
for nonepublic String getValue()
null
for nonepublic InterpolationPoint setValue(String value)
value
- value or null
for nonepublic InterpolationPoint set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public InterpolationPoint clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.