public class SetGreetingTextRequest extends ThreadSettingsBaseRequest
type| Constructor and Description |
|---|
SetGreetingTextRequest(String greeting)
Instantiates a new set greeting text request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Greeting |
getGreeting()
Gets the
greeting. |
int |
hashCode() |
void |
setGreeting(Greeting greeting)
Sets the
greeting. |
String |
toString() |
getType, setTypepublic void setGreeting(Greeting greeting)
greeting.greeting - the greeting to set.public int hashCode()
hashCode in class ThreadSettingsBaseRequestpublic boolean equals(Object obj)
equals in class ThreadSettingsBaseRequestpublic String toString()
toString in class ThreadSettingsBaseRequestCopyright © 2017 BotMill. All rights reserved.