public class ActionResult extends Object
| Constructor and Description |
|---|
ActionResult() |
ActionResult(ActionType.type action,
double riskScore,
String[] triggers) |
| Modifier and Type | Method and Description |
|---|---|
ActionType.type |
getAction() |
double |
getRiskScore() |
String[] |
getTriggers() |
void |
setAction(ActionType.type action) |
void |
setRiskScore(double riskScore) |
void |
setTriggers(String[] triggers) |
public ActionResult()
public ActionResult(ActionType.type action, double riskScore, String[] triggers)
public ActionType.type getAction()
public void setAction(ActionType.type action)
public double getRiskScore()
public void setRiskScore(double riskScore)
public String[] getTriggers()
public void setTriggers(String[] triggers)
Copyright © 2019. All rights reserved.