public class Greeting extends Object implements Serializable
SetGreetingTextRequest.| Modifier and Type | Field and Description |
|---|---|
static String |
USER_FIRST_NAME
Placeholder for the user first name.
|
static String |
USER_FULL_NAME
Placeholder for the user full name.
|
static String |
USER_LAST_NAME
Placeholder for the user last name.
|
| Constructor and Description |
|---|
Greeting()
Instantiates a new Greeting.
|
Greeting(String text)
Instantiates a new Greeting.
|
Greeting(String text,
Locale locale)
Instantiates a new Greeting.
|
Greeting(String text,
String locale)
Instantiates a new Greeting.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLocale()
Gets the
locale. |
String |
getText()
Gets the
text. |
int |
hashCode() |
void |
setLocale(String locale)
Sets the
locale. |
void |
setText(String text)
Sets the
text. |
String |
toString() |
public static final String USER_FIRST_NAME
public static final String USER_LAST_NAME
public static final String USER_FULL_NAME
public Greeting()
Copyright © 2017 BotMill. All rights reserved.