public class TranslationResult extends GenericModel
Constructor and Description |
---|
TranslationResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCharacterCount()
Gets the characterCount.
|
java.util.List<Translation> |
getTranslations()
Gets the translations.
|
java.lang.Long |
getWordCount()
Gets the wordCount.
|
void |
setCharacterCount(long characterCount)
Sets the characterCount.
|
void |
setTranslations(java.util.List<Translation> translations)
Sets the translations.
|
void |
setWordCount(long wordCount)
Sets the wordCount.
|
equals, hashCode, toString
public java.lang.Long getWordCount()
public java.lang.Long getCharacterCount()
public java.util.List<Translation> getTranslations()
public void setWordCount(long wordCount)
wordCount
- the new wordCountpublic void setCharacterCount(long characterCount)
characterCount
- the new characterCountpublic void setTranslations(java.util.List<Translation> translations)
translations
- the new translations