public class RiskLevelTrendItem extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDate()Get 日期 | 
| Long | getHigh()Get 高风险数量 | 
| Long | getLow()Get 低风险数量 | 
| Long | getMedium()Get 中风险数量 | 
| Long | getTotal()Get 总数 | 
| void | setDate(String Date)Set 日期 | 
| void | setHigh(Long High)Set 高风险数量 | 
| void | setLow(Long Low)Set 低风险数量 | 
| void | setMedium(Long Medium)Set 中风险数量 | 
| void | setTotal(Long Total)Set 总数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RiskLevelTrendItem()
public RiskLevelTrendItem(RiskLevelTrendItem source)
public String getDate()
public void setDate(String Date)
Date - 日期public Long getHigh()
public void setHigh(Long High)
High - 高风险数量public Long getMedium()
public void setMedium(Long Medium)
Medium - 中风险数量public Long getLow()
public void setLow(Long Low)
Low - 低风险数量public Long getTotal()
public void setTotal(Long Total)
Total - 总数Copyright © 2025. All rights reserved.