public class SynonymResult extends GenericModel
Constructor and Description |
---|
SynonymResult() |
Modifier and Type | Method and Description |
---|---|
String |
getHeadword()
Gets the headword.
|
List<Synonym> |
getSynonyms()
Gets the synonyms.
|
String |
getTrait()
Gets the trait.
|
void |
setHeadword(String headword)
Sets the headword.
|
void |
setSynonyms(List<Synonym> synonyms)
Sets the synonyms.
|
void |
setTrait(String trait)
Sets the trait.
|
equals, hashCode, toString
public String getHeadword()
public String getTrait()
public void setHeadword(String headword)
headword
- The headwordpublic void setSynonyms(List<Synonym> synonyms)
synonyms
- The synonymspublic void setTrait(String trait)
trait
- The traitCopyright © 2015–2016. All rights reserved.