Class RiskLevelTrendItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.RiskLevelTrendItem
-
public class RiskLevelTrendItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RiskLevelTrendItem()RiskLevelTrendItem(RiskLevelTrendItem 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 StringgetDate()Get 日期LonggetHigh()Get 高风险数量LonggetLow()Get 低风险数量LonggetMedium()Get 中风险数量LonggetTotal()Get 总数voidsetDate(String Date)Set 日期voidsetHigh(Long High)Set 高风险数量voidsetLow(Long Low)Set 低风险数量voidsetMedium(Long Medium)Set 中风险数量voidsetTotal(Long Total)Set 总数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
-
RiskLevelTrendItem
public RiskLevelTrendItem()
-
RiskLevelTrendItem
public RiskLevelTrendItem(RiskLevelTrendItem 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
-
getDate
public String getDate()
Get 日期- Returns:
- Date 日期
-
setDate
public void setDate(String Date)
Set 日期- Parameters:
Date- 日期
-
getHigh
public Long getHigh()
Get 高风险数量- Returns:
- High 高风险数量
-
setHigh
public void setHigh(Long High)
Set 高风险数量- Parameters:
High- 高风险数量
-
getMedium
public Long getMedium()
Get 中风险数量- Returns:
- Medium 中风险数量
-
setMedium
public void setMedium(Long Medium)
Set 中风险数量- Parameters:
Medium- 中风险数量
-
getLow
public Long getLow()
Get 低风险数量- Returns:
- Low 低风险数量
-
setLow
public void setLow(Long Low)
Set 低风险数量- Parameters:
Low- 低风险数量
-
getTotal
public Long getTotal()
Get 总数- Returns:
- Total 总数
-
setTotal
public void setTotal(Long Total)
Set 总数- Parameters:
Total- 总数
-
-