public class TypedArguments extends GenericModel
TypedEntity, text and part.| Constructor and Description |
|---|
TypedArguments() |
| Modifier and Type | Method and Description |
|---|---|
List<TypedEntity> |
getEntities()
Gets the entities.
|
String |
getPart()
Gets the part.
|
String |
getText()
Gets the text.
|
void |
setPart(String part)
Sets the part.
|
void |
setText(String text)
Sets the text.
|
void |
setTypedEntities(List<TypedEntity> entities)
Sets the entities.
|
equals, hashCode, toStringpublic List<TypedEntity> getEntities()
public void setTypedEntities(List<TypedEntity> entities)
entities - the new entitiespublic String getPart()
public void setPart(String part)
part - the new partpublic String getText()
public void setText(String text)
text - the new textCopyright © 2015–2016. All rights reserved.