public class AnalysisResults extends GenericModel
Constructor and Description |
---|
AnalysisResults() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnalyzedText()
Gets the analyzedText.
|
java.util.List<CategoriesResult> |
getCategories()
Gets the categories.
|
java.util.List<ConceptsResult> |
getConcepts()
Gets the concepts.
|
EmotionResult |
getEmotion()
Gets the emotion.
|
java.util.List<EntitiesResult> |
getEntities()
Gets the entities.
|
java.util.List<KeywordsResult> |
getKeywords()
Gets the keywords.
|
java.lang.String |
getLanguage()
Gets the language.
|
MetadataResult |
getMetadata()
Gets the metadata.
|
java.util.List<RelationsResult> |
getRelations()
Gets the relations.
|
java.lang.String |
getRetrievedUrl()
Gets the retrievedUrl.
|
java.util.List<SemanticRolesResult> |
getSemanticRoles()
Gets the semanticRoles.
|
SentimentResult |
getSentiment()
Gets the sentiment.
|
Usage |
getUsage()
Gets the usage.
|
void |
setAnalyzedText(java.lang.String analyzedText)
Sets the analyzedText.
|
void |
setCategories(java.util.List<CategoriesResult> categories)
Sets the categories.
|
void |
setConcepts(java.util.List<ConceptsResult> concepts)
Sets the concepts.
|
void |
setEmotion(EmotionResult emotion)
Sets the emotion.
|
void |
setEntities(java.util.List<EntitiesResult> entities)
Sets the entities.
|
void |
setKeywords(java.util.List<KeywordsResult> keywords)
Sets the keywords.
|
void |
setLanguage(java.lang.String language)
Sets the language.
|
void |
setMetadata(MetadataResult metadata)
Sets the metadata.
|
void |
setRelations(java.util.List<RelationsResult> relations)
Sets the relations.
|
void |
setRetrievedUrl(java.lang.String retrievedUrl)
Sets the retrievedUrl.
|
void |
setSemanticRoles(java.util.List<SemanticRolesResult> semanticRoles)
Sets the semanticRoles.
|
void |
setSentiment(SentimentResult sentiment)
Sets the sentiment.
|
void |
setUsage(Usage usage)
Sets the usage.
|
equals, hashCode, toString
public java.lang.String getLanguage()
public java.lang.String getAnalyzedText()
public java.lang.String getRetrievedUrl()
public Usage getUsage()
public java.util.List<ConceptsResult> getConcepts()
public java.util.List<EntitiesResult> getEntities()
public java.util.List<KeywordsResult> getKeywords()
public java.util.List<CategoriesResult> getCategories()
public EmotionResult getEmotion()
public MetadataResult getMetadata()
public java.util.List<RelationsResult> getRelations()
public java.util.List<SemanticRolesResult> getSemanticRoles()
public SentimentResult getSentiment()
public void setLanguage(java.lang.String language)
language
- the new languagepublic void setAnalyzedText(java.lang.String analyzedText)
analyzedText
- the new analyzedTextpublic void setRetrievedUrl(java.lang.String retrievedUrl)
retrievedUrl
- the new retrievedUrlpublic void setUsage(Usage usage)
usage
- the new usagepublic void setConcepts(java.util.List<ConceptsResult> concepts)
concepts
- the new conceptspublic void setEntities(java.util.List<EntitiesResult> entities)
entities
- the new entitiespublic void setKeywords(java.util.List<KeywordsResult> keywords)
keywords
- the new keywordspublic void setCategories(java.util.List<CategoriesResult> categories)
categories
- the new categoriespublic void setEmotion(EmotionResult emotion)
emotion
- the new emotionpublic void setMetadata(MetadataResult metadata)
metadata
- the new metadatapublic void setRelations(java.util.List<RelationsResult> relations)
relations
- the new relationspublic void setSemanticRoles(java.util.List<SemanticRolesResult> semanticRoles)
semanticRoles
- the new semanticRolespublic void setSentiment(SentimentResult sentiment)
sentiment
- the new sentiment