public final class InterpolationPoint extends 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
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.
|
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 |
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 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 GenericJson
public InterpolationPoint clone()
clone
in class GenericJson
Copyright © 2011–2019 Google. All rights reserved.