| Package | Description |
|---|---|
| models |
| Modifier and Type | Method and Description |
|---|---|
ActionType.type |
ActionResult.getAction() |
static ActionType.type |
ActionType.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType.type[] |
ActionType.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionResult.setAction(ActionType.type action) |
| Constructor and Description |
|---|
ActionResult(ActionType.type action,
double riskScore,
String[] triggers) |
Copyright © 2019. All rights reserved.