public class WorkflowScriptResponse extends MorfeusWebhookResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowScriptResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getGlobalVariables() |
String |
getGoTo() |
GotoLinkedType |
getGotoLinkedType() |
GotoType |
getGotoType() |
Map<String,String> |
getWorkflowVariables() |
void |
setGlobalVariables(Map<String,String> globalVariables) |
void |
setGoTo(String goTo) |
void |
setGotoLinkedType(GotoLinkedType gotoLinkedType) |
void |
setGotoType(GotoType gotoType) |
void |
setWorkflowVariables(Map<String,String> workflowVariables) |
String |
toString() |
getAudit, getExpectedEntities, getExtraData, getHeaders, getKeyboardState, getMessages, getRender, getStatus, setAudit, setExpectedEntities, setExtraData, setHeaders, setKeyboardState, setMessages, setRender, setStatuspublic String getGoTo()
public void setGoTo(String goTo)
public GotoType getGotoType()
public void setGotoType(GotoType gotoType)
public GotoLinkedType getGotoLinkedType()
public void setGotoLinkedType(GotoLinkedType gotoLinkedType)
public String toString()
toString in class MorfeusWebhookResponseCopyright © Active Intelligence Pte Ltd (http://active.ai/). All Rights Reserved.