public class

Features

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

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
Features()
Features(Analyze.DataDescription.Features wrapped)
Public Methods
Categorical getCategorical()
Long getIndex()
Numeric getNumeric()
Text getText()
void setCategorical(Categorical categorical)
void setIndex(Long index)
void setNumeric(Numeric numeric)
void setText(Text text)
[Expand]
Inherited Methods
From class org.mule.modules.google.api.model.BaseWrapper
From class java.lang.Object

Public Constructors

public Features ()

public Features (Analyze.DataDescription.Features wrapped)

Parameters
wrapped

Public Methods

public Categorical getCategorical ()

public Long getIndex ()

public Numeric getNumeric ()

public Text getText ()

public void setCategorical (Categorical categorical)

Parameters
categorical

public void setIndex (Long index)

Parameters
index

public void setNumeric (Numeric numeric)

Parameters
numeric

public void setText (Text text)

Parameters
text