public class Profile extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| class  | Profile.WarningWarning message associated with the input text submitted with the request. | 
| Constructor and Description | 
|---|
| Profile() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Behavior> | getBehavior()Gets the detailed results about the social behavior disclosed by the input in terms of temporal characteristics. | 
| List<ConsumptionPreferences> | getConsumptionPreferences()Gets the consumption preferences. | 
| List<Trait> | getNeeds()Gets the detailed results for the Needs characteristics inferred from the input text. | 
| List<Trait> | getPersonality()Gets the detailed results for the Big Five personality characteristics (dimensions and facets) inferred from the
 input text. | 
| String | getProcessedLanguage()Gets the processed language. | 
| List<Trait> | getValues()Gets the detailed results for the Values characteristics inferred from the input text. | 
| List<Profile.Warning> | getWarnings()Gets the warning messages associated with the input text submitted with the request. | 
| Integer | getWordCount()Gets the number of words that were found in the input. | 
| String | getWordCountMessage()Gets the word count message. | 
| void | setBehavior(List<Behavior> behavior)Sets the detailed results about the social behavior disclosed by the input in terms of temporal characteristics. | 
| void | setConsumptionPreferences(List<ConsumptionPreferences> consumptionPreferences)Sets the consumption preferences. | 
| void | setNeeds(List<Trait> needs)Sets the detailed results for the Needs characteristics inferred from the input text. | 
| void | setPersonality(List<Trait> personality)Sets the detailed results for the Big Five personality characteristics (dimensions and facets) inferred from the
 input text. | 
| void | setProcessedLanguage(String processedLanguage)Sets the processed language. | 
| void | setValues(List<Trait> values)Sets the detailed results for the Values characteristics inferred from the input text. | 
| void | setWarnings(List<Profile.Warning> warnings)Sets the warning messages associated with the input text submitted with the request. | 
| void | setWordCount(Integer wordCount)Sets the number of words that were found in the input. | 
| void | setWordCountMessage(String wordCountMessage)Sets the word count message. | 
equals, hashCode, toStringpublic String getWordCountMessage()
public List<Behavior> getBehavior()
public void setBehavior(List<Behavior> behavior)
behavior - the new behaviorspublic void setWordCountMessage(String wordCountMessage)
wordCountMessage - the new word count messagepublic Integer getWordCount()
public void setWordCount(Integer wordCount)
wordCount - the new word countpublic String getProcessedLanguage()
public void setProcessedLanguage(String processedLanguage)
processedLanguage - the new processed languagepublic List<Trait> getPersonality()
public void setPersonality(List<Trait> personality)
personality - the new personalitypublic List<Trait> getNeeds()
public void setNeeds(List<Trait> needs)
needs - the new needspublic List<Trait> getValues()
public void setValues(List<Trait> values)
values - the new valuespublic List<ConsumptionPreferences> getConsumptionPreferences()
public void setConsumptionPreferences(List<ConsumptionPreferences> consumptionPreferences)
consumptionPreferences - the new consumption preferencespublic List<Profile.Warning> getWarnings()
public void setWarnings(List<Profile.Warning> warnings)
warnings - the new warningsCopyright © 2015–2016 IBM Watson. All rights reserved.