public class RiskDetails extends AbstractModel
| Constructor and Description |
|---|
RiskDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Get 风险类别,RiskAccount,RiskIP, RiskIMEI
|
Long |
getLevel()
Get 风险等级,1:疑似,2:恶意
|
void |
setLabel(String Label)
Set 风险类别,RiskAccount,RiskIP, RiskIMEI
|
void |
setLevel(Long Level)
Set 风险等级,1:疑似,2:恶意
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getLabel()
public void setLabel(String Label)
Label - 风险类别,RiskAccount,RiskIP, RiskIMEIpublic Long getLevel()
public void setLevel(Long Level)
Level - 风险等级,1:疑似,2:恶意Copyright © 2020. All rights reserved.