public class RiskResult extends Object
| Constructor | Description |
|---|---|
RiskResult() |
|
RiskResult(String riskLevel,
double score,
String action) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAction() |
|
String |
getRiskLevel() |
|
double |
getScore() |
|
void |
setAction(String action) |
|
void |
setRiskLevel(String riskLevel) |
|
void |
setScore(double score) |
Copyright © 2020. All rights reserved.