public static class SAORelation.Action extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SAORelation.Action.VerbThe Class Verb. | 
| Constructor and Description | 
|---|
| Action() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLemmatized()Gets the lemmatized. | 
| String | getText()Gets the text. | 
| SAORelation.Action.Verb | getVerb()Gets the verb. | 
| void | setLemmatized(String lemmatized)Sets the lemmatized. | 
| void | setText(String text)Sets the text. | 
| void | setVerb(SAORelation.Action.Verb verb)Sets the verb. | 
| SAORelation.Action | withLemmatized(String lemmatized)With lemmatized. | 
| SAORelation.Action | withText(String text)With text. | 
equals, hashCode, toStringpublic String getLemmatized()
public String getText()
public SAORelation.Action.Verb getVerb()
public void setLemmatized(String lemmatized)
lemmatized - The lemmatizedpublic void setText(String text)
text - The textpublic void setVerb(SAORelation.Action.Verb verb)
verb - The verbpublic SAORelation.Action withLemmatized(String lemmatized)
lemmatized - the lemmatizedpublic SAORelation.Action withText(String text)
text - the textCopyright © 2015–2016. All rights reserved.