public static class SAORelation.Action.Verb extends GenericModel
| Constructor and Description | 
|---|
| Verb() | 
| Modifier and Type | Method and Description | 
|---|---|
| Integer | getNegated()Gets the negated. | 
| String | getTense()Gets the tense. | 
| String | getText()Gets the text. | 
| void | setNegated(Integer negated)Sets the negated. | 
| void | setTense(String tense)Sets the tense. | 
| void | setText(String text)Sets the text. | 
| SAORelation.Action.Verb | withText(String text)With text. | 
equals, hashCode, toStringpublic Integer getNegated()
public String getTense()
public String getText()
public void setNegated(Integer negated)
negated - the negated to setpublic void setTense(String tense)
tense - The tensepublic void setText(String text)
text - The textpublic SAORelation.Action.Verb withText(String text)
text - the textCopyright © 2015–2016. All rights reserved.