public class RiskDetails extends AbstractModel
Constructor and Description |
---|
RiskDetails() |
RiskDetails(RiskDetails source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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 RiskDetails()
public RiskDetails(RiskDetails source)
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 © 2021. All rights reserved.