public class

DataDescription

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.DataDescription

Class Overview

Created with IntelliJ IDEA. User: albinkjellin Date: 8/11/12 Time: 3:56 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
DataDescription()
DataDescription(Analyze.DataDescription wrapped)
Public Methods
List<Features> getFeatures()
OutputFeature getOutputFeature()
void setFeatures(List<Features> features)
void setOutputFeature(OutputFeature outputFeature)
[Expand]
Inherited Methods
From class org.mule.modules.google.api.model.BaseWrapper
From class java.lang.Object

Public Constructors

public DataDescription ()

public DataDescription (Analyze.DataDescription wrapped)

Parameters
wrapped

Public Methods

public List<Features> getFeatures ()

public OutputFeature getOutputFeature ()

public void setFeatures (List<Features> features)

Parameters
features

public void setOutputFeature (OutputFeature outputFeature)

Parameters
outputFeature