public class Profile extends GenericModel
Constructor and Description |
---|
Profile() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Behavior> |
getBehavior()
Gets the behavior.
|
java.util.List<ConsumptionPreferencesCategory> |
getConsumptionPreferences()
Gets the consumptionPreferences.
|
java.util.List<Trait> |
getNeeds()
Gets the needs.
|
java.util.List<Trait> |
getPersonality()
Gets the personality.
|
java.lang.String |
getProcessedLanguage()
Gets the processedLanguage.
|
java.util.List<Trait> |
getValues()
Gets the values.
|
java.util.List<Warning> |
getWarnings()
Gets the warnings.
|
java.lang.Long |
getWordCount()
Gets the wordCount.
|
java.lang.String |
getWordCountMessage()
Gets the wordCountMessage.
|
void |
setBehavior(java.util.List<Behavior> behavior)
Sets the behavior.
|
void |
setConsumptionPreferences(java.util.List<ConsumptionPreferencesCategory> consumptionPreferences)
Sets the consumptionPreferences.
|
void |
setNeeds(java.util.List<Trait> needs)
Sets the needs.
|
void |
setPersonality(java.util.List<Trait> personality)
Sets the personality.
|
void |
setProcessedLanguage(java.lang.String processedLanguage)
Sets the processedLanguage.
|
void |
setValues(java.util.List<Trait> values)
Sets the values.
|
void |
setWarnings(java.util.List<Warning> warnings)
Sets the warnings.
|
void |
setWordCount(long wordCount)
Sets the wordCount.
|
void |
setWordCountMessage(java.lang.String wordCountMessage)
Sets the wordCountMessage.
|
equals, hashCode, toString
public java.lang.String getProcessedLanguage()
public java.lang.Long getWordCount()
public java.lang.String getWordCountMessage()
public java.util.List<Trait> getPersonality()
public java.util.List<Trait> getValues()
public java.util.List<Trait> getNeeds()
public java.util.List<Behavior> getBehavior()
public java.util.List<ConsumptionPreferencesCategory> getConsumptionPreferences()
public java.util.List<Warning> getWarnings()
public void setProcessedLanguage(java.lang.String processedLanguage)
processedLanguage
- the new processedLanguagepublic void setWordCount(long wordCount)
wordCount
- the new wordCountpublic void setWordCountMessage(java.lang.String wordCountMessage)
wordCountMessage
- the new wordCountMessagepublic void setPersonality(java.util.List<Trait> personality)
personality
- the new personalitypublic void setValues(java.util.List<Trait> values)
values
- the new valuespublic void setNeeds(java.util.List<Trait> needs)
needs
- the new needspublic void setBehavior(java.util.List<Behavior> behavior)
behavior
- the new behaviorpublic void setConsumptionPreferences(java.util.List<ConsumptionPreferencesCategory> consumptionPreferences)
consumptionPreferences
- the new consumptionPreferencespublic void setWarnings(java.util.List<Warning> warnings)
warnings
- the new warnings