public class TemplateBasePayload extends Object implements Payload
Payload which contains a Template.| Modifier and Type | Field and Description |
|---|---|
protected PayloadType |
templateType
The type of the template content.
|
| Constructor and Description |
|---|
TemplateBasePayload() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PayloadType |
getTemplateType()
Gets the
templateType. |
int |
hashCode() |
void |
setTemplateType(PayloadType templateType)
Sets the
templateType. |
String |
toString() |
@NotNull protected PayloadType templateType
public PayloadType getTemplateType()
templateType.templateType.public void setTemplateType(PayloadType templateType)
templateType.templateType - the templateType to set.Copyright © 2017 BotMill. All rights reserved.