public class Translation extends GenericModel
LanguageTranslation.| Constructor and Description | 
|---|
| Translation() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getTranslation()Gets the translation. | 
| void | setTranslation(String translation)Sets the translation. | 
| Translation | withTranslation(String translation)With translation. | 
equals, hashCode, toStringpublic String getTranslation()
public void setTranslation(String translation)
translation - The translationpublic Translation withTranslation(String translation)
translation - the translationCopyright © 2015–2016. All rights reserved.