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 Statistical Value
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getCycleUnit()
Get Cycle Unit
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getReportTime()
Get 1
|
String |
getShowTimeGroup()
Get DateNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getStatus()
Get StatusNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setCount(Long Count)
Set 1
|
void |
setCountGroup(String CountGroup)
Set Statistical Value
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setCycleUnit(String CycleUnit)
Set Cycle Unit
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setReportTime(String ReportTime)
Set 1
|
void |
setShowTimeGroup(String ShowTimeGroup)
Set DateNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setStatus(String Status)
Set StatusNote: This field may return null, indicating that no valid value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskByStatus()
public TaskByStatus(TaskByStatus source)
public String getCountGroup()
public void setCountGroup(String CountGroup)
CountGroup
- Statistical Value
Note: This field may return null, indicating that no valid value can be obtained.public String getShowTimeGroup()
public void setShowTimeGroup(String ShowTimeGroup)
ShowTimeGroup
- DateNote: This field may return null, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- StatusNote: This field may return null, indicating that no valid value can be obtained.public String getCycleUnit()
public void setCycleUnit(String CycleUnit)
CycleUnit
- Cycle Unit
Note: This field may return null, indicating that no valid value can be obtained.public String getReportTime()
public void setReportTime(String ReportTime)
ReportTime
- 1public Long getCount()
public void setCount(Long Count)
Count
- 1Copyright © 2024. All rights reserved.