public class EntityEntry extends Object implements Serializable
| Constructor and Description |
|---|
EntityEntry() |
EntityEntry(String value) |
EntityEntry(String value,
List<String> synonyms) |
EntityEntry(String value,
String[] synonyms) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSynonyms() |
String |
getValue() |
void |
setSynonyms(List<String> synonyms) |
void |
setValue(String value) |
public EntityEntry()
public EntityEntry(String value)
Copyright © 2017. All rights reserved.