public class Keywords extends AlchemyLanguageGenericModel
AlchemyLanguage
service.Constructor and Description |
---|
Keywords() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Keyword> |
getKeywords()
Gets the keywords.
|
java.lang.String |
getText()
Gets the text.
|
void |
setKeywords(java.util.List<Keyword> keywords)
Sets the keywords.
|
void |
setText(java.lang.String text)
Sets the text.
|
getLanguage, getUrl, setLanguage, setUrl
getTotalTransactions, setTotalTransactions
equals, hashCode, toString
public java.util.List<Keyword> getKeywords()
public java.lang.String getText()
public void setKeywords(java.util.List<Keyword> keywords)
keywords
- The keywordspublic void setText(java.lang.String text)
text
- the text to set