Class RiskCountInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.RiskCountInfo
-
public class RiskCountInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RiskCountInfo()RiskCountInfo(RiskCountInfo 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 LonggetCount()Get 该等级风险项数量StringgetRiskLevel()Get 风险等级StringgetRiskLevelName()Get 风险等级名称 注意:此字段可能返回 null,表示取不到有效值。voidsetCount(Long Count)Set 该等级风险项数量voidsetRiskLevel(String RiskLevel)Set 风险等级voidsetRiskLevelName(String RiskLevelName)Set 风险等级名称 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
RiskCountInfo
public RiskCountInfo()
-
RiskCountInfo
public RiskCountInfo(RiskCountInfo 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
-
getRiskLevel
public String getRiskLevel()
Get 风险等级- Returns:
- RiskLevel 风险等级
-
setRiskLevel
public void setRiskLevel(String RiskLevel)
Set 风险等级- Parameters:
RiskLevel- 风险等级
-
getCount
public Long getCount()
Get 该等级风险项数量- Returns:
- Count 该等级风险项数量
-
setCount
public void setCount(Long Count)
Set 该等级风险项数量- Parameters:
Count- 该等级风险项数量
-
getRiskLevelName
public String getRiskLevelName()
Get 风险等级名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RiskLevelName 风险等级名称 注意:此字段可能返回 null,表示取不到有效值。
-
setRiskLevelName
public void setRiskLevelName(String RiskLevelName)
Set 风险等级名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RiskLevelName- 风险等级名称 注意:此字段可能返回 null,表示取不到有效值。
-
-