public class DialogNodeAction extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DialogNodeAction.ActionTypeThe type of action to invoke. | 
| Constructor and Description | 
|---|
| DialogNodeAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getActionType()Gets the actionType. | 
| java.lang.String | getCredentials()Gets the credentials. | 
| java.lang.String | getName()Gets the name. | 
| java.util.Map | getParameters()Gets the parameters. | 
| java.lang.String | getResultVariable()Gets the resultVariable. | 
| void | setActionType(java.lang.String actionType)Sets the actionType. | 
| void | setCredentials(java.lang.String credentials)Sets the credentials. | 
| void | setName(java.lang.String name)Sets the name. | 
| void | setParameters(java.util.Map parameters)Sets the parameters. | 
| void | setResultVariable(java.lang.String resultVariable)Sets the resultVariable. | 
equals, hashCode, toStringpublic java.lang.String getName()
public java.lang.String getActionType()
public java.util.Map getParameters()
public java.lang.String getResultVariable()
public java.lang.String getCredentials()
public void setName(java.lang.String name)
name - the new namepublic void setActionType(java.lang.String actionType)
actionType - the new actionTypepublic void setParameters(java.util.Map parameters)
parameters - the new parameterspublic void setResultVariable(java.lang.String resultVariable)
resultVariable - the new resultVariablepublic void setCredentials(java.lang.String credentials)
credentials - the new credentials