public class Profile extends Object
| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the unique identifier for which these characteristics were computed,
from the "userid" field of the input
ContentItem |
String |
getSource()
Gets the source for which these characteristics were computed,
from the "sourceid" field of the input
ContentItem |
Trait |
getTree()
Gets the personality trait tree.
|
int |
getWord_count()
Gets the number of words found in the input
|
String |
getWordCountMessage()
Gets A message indicating the number of words found and where that value
falls in the range of required/suggested number of words.
|
void |
setId(String id)
Sets the unique identifier for which these characteristics were computed,
from the "userid" field of the input
ContentItem |
void |
setSource(String source)
Sets the source for which these characteristics were computed,
from the "sourceid" field of the input
ContentItem |
void |
setTree(Trait tree)
Sets the personality trait tree.
|
void |
setWord_count(int word_count)
Sets the number of words found in the input
|
void |
setWordCountMessage(String wordCountMessage)
Sets a message indicating the number of words found and where that
value falls in the range of required/suggested number of words
|
String |
toString() |
public String getWordCountMessage()
public void setWordCountMessage(String wordCountMessage)
wordCountMessage - the new word count messagepublic String getId()
ContentItempublic String getSource()
ContentItempublic Trait getTree()
public int getWord_count()
public void setId(String id)
ContentItemid - the unique identifierpublic void setSource(String source)
ContentItemsource - the sourcepublic void setTree(Trait tree)
tree - the new personality trait treepublic void setWord_count(int word_count)
word_count - the number of wordsCopyright © 2015. All rights reserved.