public class

OutputFeature

extends BaseWrapper<T extends GenericJson>
java.lang.Object
   ↳ org.mule.modules.google.api.model.BaseWrapper<T extends com.google.api.client.json.GenericJson>
     ↳ org.mule.modules.google.prediction.model.OutputFeature

Class Overview

Created with IntelliJ IDEA. User: albinkjellin Date: 8/11/12 Time: 4:01 PM To change this template use File | Settings | File Templates.

Summary

[Expand]
Inherited Fields
From class org.mule.modules.google.api.model.BaseWrapper
Public Constructors
OutputFeature()
OutputFeature(Analyze.DataDescription.OutputFeature wrapped)
Public Methods
OutputNumeric getNumeric()
List<OutputText> getText()
void setNumeric(Analyze.DataDescription.OutputFeature.Numeric numeric)
void setText(List<OutputText> text)
[Expand]
Inherited Methods
From class org.mule.modules.google.api.model.BaseWrapper
From class java.lang.Object

Public Constructors

public OutputFeature ()

public OutputFeature (Analyze.DataDescription.OutputFeature wrapped)

Parameters
wrapped

Public Methods

public OutputNumeric getNumeric ()

public List<OutputText> getText ()

public void setNumeric (Analyze.DataDescription.OutputFeature.Numeric numeric)

Parameters
numeric

public void setText (List<OutputText> text)

Parameters
text