Class RiskDetails
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.RiskDetails
-
public class RiskDetails extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getKeywords()
Get 预留字段,暂时不使用String
getLabel()
Get 风险类别,RiskAccount,RiskIP, RiskIMEIString
getLable()
Get 预留字段,暂时不用Long
getLevel()
Get 风险等级,1:疑似,2:恶意void
setKeywords(String[] Keywords)
Set 预留字段,暂时不使用void
setLabel(String Label)
Set 风险类别,RiskAccount,RiskIP, RiskIMEIvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RiskDetails
public RiskDetails()
-
RiskDetails
public 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.
-
-
Method Detail
-
getKeywords
public String[] getKeywords()
Get 预留字段,暂时不使用- Returns:
- Keywords 预留字段,暂时不使用
-
setKeywords
public void setKeywords(String[] Keywords)
Set 预留字段,暂时不使用- Parameters:
Keywords
- 预留字段,暂时不使用
-
getLable
public String getLable()
Get 预留字段,暂时不用- Returns:
- Lable 预留字段,暂时不用
-
setLable
public void setLable(String Lable)
Set 预留字段,暂时不用- Parameters:
Lable
- 预留字段,暂时不用
-
getLabel
public String getLabel()
Get 风险类别,RiskAccount,RiskIP, RiskIMEI- Returns:
- Label 风险类别,RiskAccount,RiskIP, RiskIMEI
-
setLabel
public void setLabel(String Label)
Set 风险类别,RiskAccount,RiskIP, RiskIMEI- Parameters:
Label
- 风险类别,RiskAccount,RiskIP, RiskIMEI
-
getLevel
public Long getLevel()
Get 风险等级,1:疑似,2:恶意- Returns:
- Level 风险等级,1:疑似,2:恶意
-
setLevel
public void setLevel(Long Level)
Set 风险等级,1:疑似,2:恶意- Parameters:
Level
- 风险等级,1:疑似,2:恶意
-
-