public static final class Analyze.DataDescription.OutputFeature
extends com.google.api.client.json.GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
Analyze.DataDescription.OutputFeature.Numeric
Description of the output values in the data set.
|
static class |
Analyze.DataDescription.OutputFeature.Text
Model definition for AnalyzeDataDescriptionOutputFeatureText.
|
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Analyze.DataDescription.OutputFeature() |
Modifier and Type | Method and Description |
---|---|
Analyze.DataDescription.OutputFeature |
clone() |
Analyze.DataDescription.OutputFeature.Numeric |
getNumeric()
Description of the output values in the data set.
|
java.util.List<Analyze.DataDescription.OutputFeature.Text> |
getText()
Description of the output labels in the data set.
|
Analyze.DataDescription.OutputFeature |
set(java.lang.String fieldName,
java.lang.Object value) |
Analyze.DataDescription.OutputFeature |
setNumeric(Analyze.DataDescription.OutputFeature.Numeric numeric)
Description of the output values in the data set.
|
Analyze.DataDescription.OutputFeature |
setText(java.util.List<Analyze.DataDescription.OutputFeature.Text> text)
Description of the output labels in the data set.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public Analyze.DataDescription.OutputFeature()
public Analyze.DataDescription.OutputFeature.Numeric getNumeric()
null
for nonepublic Analyze.DataDescription.OutputFeature setNumeric(Analyze.DataDescription.OutputFeature.Numeric numeric)
numeric
- numeric or null
for nonepublic java.util.List<Analyze.DataDescription.OutputFeature.Text> getText()
null
for nonepublic Analyze.DataDescription.OutputFeature setText(java.util.List<Analyze.DataDescription.OutputFeature.Text> text)
text
- text or null
for nonepublic Analyze.DataDescription.OutputFeature set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Analyze.DataDescription.OutputFeature clone()
clone
in class com.google.api.client.json.GenericJson