public class RiskDetails extends AbstractModel
Constructor and Description |
---|
RiskDetails() |
Modifier and Type | Method and Description |
---|---|
String[] |
getKeywords()
Get 预留字段,暂时不使用
|
String |
getLabel()
Get 风险类别,RiskAccount,RiskIP, RiskIMEI
|
String |
getLable()
Get 预留字段,暂时不用
|
Long |
getLevel()
Get 风险等级,1:疑似,2:恶意
|
void |
setKeywords(String[] Keywords)
Set 预留字段,暂时不使用
|
void |
setLabel(String Label)
Set 风险类别,RiskAccount,RiskIP, RiskIMEI
|
void |
setLable(String Lable)
Set 预留字段,暂时不用
|
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, toJsonString
public String[] getKeywords()
public void setKeywords(String[] Keywords)
Keywords
- 预留字段,暂时不使用public String getLabel()
public void setLabel(String Label)
Label
- 风险类别,RiskAccount,RiskIP, RiskIMEIpublic String getLable()
public void setLable(String Lable)
Lable
- 预留字段,暂时不用public Long getLevel()
public void setLevel(Long Level)
Level
- 风险等级,1:疑似,2:恶意Copyright © 2020. All rights reserved.