public static final class Input.InputInput
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Input.InputInput() |
Modifier and Type | Method and Description |
---|---|
Input.InputInput |
clone() |
java.util.List<java.lang.Object> |
getCsvInstance()
A list of input features, these can be strings or doubles.
|
Input.InputInput |
set(java.lang.String fieldName,
java.lang.Object value) |
Input.InputInput |
setCsvInstance(java.util.List<java.lang.Object> csvInstance)
A list of input features, these can be strings or doubles.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<java.lang.Object> getCsvInstance()
null
for nonepublic Input.InputInput setCsvInstance(java.util.List<java.lang.Object> csvInstance)
csvInstance
- csvInstance or null
for nonepublic Input.InputInput set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Input.InputInput clone()
clone
in class com.google.api.client.json.GenericJson