public class

Categorical

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

Class Overview

Created with IntelliJ IDEA. User: albinkjellin Date: 8/11/12 Time: 4:02 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
Categorical()
Categorical(Analyze.DataDescription.Features.Categorical wrapped)
Public Methods
Long getCount()
List<Values> getValues()
void setCount(Long count)
void setValues(List<Values> values)
[Expand]
Inherited Methods
From class org.mule.modules.google.api.model.BaseWrapper
From class java.lang.Object

Public Constructors

public Categorical ()

public Categorical (Analyze.DataDescription.Features.Categorical wrapped)

Parameters
wrapped

Public Methods

public Long getCount ()

public List<Values> getValues ()

public void setCount (Long count)

Parameters
count

public void setValues (List<Values> values)

Parameters
values