public class CorpusStats extends GenericModel
| Constructor and Description |
|---|
CorpusStats() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
Date |
getLastUpdated()
Gets the last updated.
|
TopTags |
getTopTags()
Gets the top tags.
|
void |
setId(String id)
Sets the id.
|
void |
setLastUpdated(Date lastUpdated)
Sets the last updated.
|
void |
setTopTags(TopTags topTags)
Sets the top tags.
|
equals, hashCode, toStringpublic String getId()
public Date getLastUpdated()
public TopTags getTopTags()
public void setId(String id)
id - The idpublic void setLastUpdated(Date lastUpdated)
lastUpdated - The last_updatedpublic void setTopTags(TopTags topTags)
topTags - The top_tagsCopyright © 2015. All rights reserved.