Prediction API v1.2 (revision 26)



com.google.api.services.prediction.model
Class Input.InputInput

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.services.prediction.model.Input.InputInput
All Implemented Interfaces:
Cloneable, Map<String,Object>
Enclosing class:
Input

public static final class Input.InputInput
extends GenericJson

Model definition for InputInput.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Input.InputInput()
           
 
Method Summary
 List<Object> getCsvInstance()
          The value returned may be null.
 Input.InputInput setCsvInstance(List<Object> csvInstance)
          The value set may be null.
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Input.InputInput

public Input.InputInput()
Method Detail

getCsvInstance

public List<Object> getCsvInstance()
The value returned may be null.


setCsvInstance

public Input.InputInput setCsvInstance(List<Object> csvInstance)
The value set may be null.