public class DialogNodeAction extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static interface |
DialogNodeAction.ActionType
The 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.
|
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()