public class CallToActionsRequest extends ThreadSettingsBaseRequest
type| Constructor and Description |
|---|
CallToActionsRequest(ThreadState threadState,
List<Button> callToActions)
Instantiates a new call to actions request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Button> |
getCallToActions()
Gets the
callToActions. |
ThreadState |
getThreadState()
Gets the
threadState. |
int |
hashCode() |
void |
setCallToActions(List<Button> callToActions)
Sets the
callToActions. |
void |
setThreadState(ThreadState threadState)
Sets the
threadState. |
String |
toString() |
getType, setTypepublic CallToActionsRequest(ThreadState threadState, List<Button> callToActions)
threadState - the threadState.callToActions - the callToActions.public ThreadState getThreadState()
threadState.threadState.public void setThreadState(ThreadState threadState)
threadState.threadState - the threadState to set.public List<Button> getCallToActions()
callToActions.callToActions.public void setCallToActions(List<Button> callToActions)
callToActions.callToActions - the callToActions 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.