public class RiskResult extends AlipayObject
| Constructor and Description |
|---|
RiskResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRiskType()
Gets risk type.
|
String |
getScore()
Gets score.
|
void |
setRiskType(String riskType)
Sets risk type.
|
void |
setScore(String score)
Sets score.
|
public String getRiskType()
public void setRiskType(String riskType)
riskType - the risk typepublic String getScore()
public void setScore(String score)
score - the scoreCopyright © 2018. All rights reserved.