public class TaskByStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TaskByStatus() | 
| TaskByStatus(TaskByStatus 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 | 
|---|---|
| Long | getCount()Get 1 | 
| String | getCountGroup()Get 统计值
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCycleUnit()Get 周期单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getReportTime()Get 1 | 
| String | getShowTimeGroup()Get 日期
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStatus()Get 状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCount(Long Count)Set 1 | 
| void | setCountGroup(String CountGroup)Set 统计值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCycleUnit(String CycleUnit)Set 周期单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setReportTime(String ReportTime)Set 1 | 
| void | setShowTimeGroup(String ShowTimeGroup)Set 日期
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStatus(String Status)Set 状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 TaskByStatus()
public TaskByStatus(TaskByStatus source)
public String getCountGroup()
public void setCountGroup(String CountGroup)
CountGroup - 统计值
注意:此字段可能返回 null,表示取不到有效值。public String getShowTimeGroup()
public void setShowTimeGroup(String ShowTimeGroup)
ShowTimeGroup - 日期
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status - 状态
注意:此字段可能返回 null,表示取不到有效值。public String getCycleUnit()
public void setCycleUnit(String CycleUnit)
CycleUnit - 周期单位
注意:此字段可能返回 null,表示取不到有效值。public String getReportTime()
public void setReportTime(String ReportTime)
ReportTime - 1public Long getCount()
public void setCount(Long Count)
Count - 1Copyright © 2025. All rights reserved.