public class AirlineBaseTemplatePayload extends TemplateBasePayload
templateType| Constructor and Description |
|---|
AirlineBaseTemplatePayload()
Instantiates a new AirlineBaseTemplatePayload.
|
AirlineBaseTemplatePayload(String introMessage,
String locale)
Instantiates a new airline base template payload.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIntroMessage()
Gets the intro message.
|
String |
getLocale()
Gets the locale.
|
String |
getThemeColor()
Gets the theme color.
|
int |
hashCode() |
void |
setIntroMessage(String introMessage)
Sets the intro message.
|
void |
setLocale(String locale)
Sets the locale.
|
void |
setThemeColor(String themeColor)
Sets the theme color.
|
String |
toString() |
getTemplateType, setTemplateTypepublic AirlineBaseTemplatePayload()
public String getIntroMessage()
public void setIntroMessage(String introMessage)
introMessage - the new intro messagepublic String getLocale()
public void setLocale(String locale)
locale - the new localepublic String getThemeColor()
public void setThemeColor(String themeColor)
themeColor - the new theme colorpublic int hashCode()
hashCode in class TemplateBasePayloadpublic boolean equals(Object obj)
equals in class TemplateBasePayloadpublic String toString()
toString in class TemplateBasePayloadCopyright © 2017 BotMill. All rights reserved.