public class DescribeTaskByStatusReportRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeTaskByStatusReportRequest()  | 
DescribeTaskByStatusReportRequest(DescribeTaskByStatusReportRequest 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 | 
getAggregationUnit()
Get Aggregation Unit, H Hours 
 | 
String | 
getCycleUnit()
Get Cycle 
 | 
String | 
getEndTime()
Get End time 
 | 
String | 
getInCharge()
Get Person in Charge 
 | 
String | 
getProjectId()
Get Project ID 
 | 
String | 
getStartTime()
Get Start Time 
 | 
String | 
getStatus()
Get Status 
 | 
String | 
getTaskType()
Get Type 
 | 
String | 
getType()
Get Time Type 
 | 
String | 
getTypeName()
Get Type Name 
 | 
String | 
getWorkflowId()
Get Workflow ID 
 | 
void | 
setAggregationUnit(String AggregationUnit)
Set Aggregation Unit, H Hours 
 | 
void | 
setCycleUnit(String CycleUnit)
Set Cycle 
 | 
void | 
setEndTime(String EndTime)
Set End time 
 | 
void | 
setInCharge(String InCharge)
Set Person in Charge 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID 
 | 
void | 
setStartTime(String StartTime)
Set Start Time 
 | 
void | 
setStatus(String Status)
Set Status 
 | 
void | 
setTaskType(String TaskType)
Set Type 
 | 
void | 
setType(String Type)
Set Time Type 
 | 
void | 
setTypeName(String TypeName)
Set Type Name 
 | 
void | 
setWorkflowId(String WorkflowId)
Set Workflow ID 
 | 
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 DescribeTaskByStatusReportRequest()
public DescribeTaskByStatusReportRequest(DescribeTaskByStatusReportRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getType()
public void setType(String Type)
Type - Time Typepublic String getTaskType()
public void setTaskType(String TaskType)
TaskType - Typepublic String getTypeName()
public void setTypeName(String TypeName)
TypeName - Type Namepublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Start Timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime - End timepublic String getAggregationUnit()
public void setAggregationUnit(String AggregationUnit)
AggregationUnit - Aggregation Unit, H Hourspublic String getCycleUnit()
public void setCycleUnit(String CycleUnit)
CycleUnit - Cyclepublic String getStatus()
public void setStatus(String Status)
Status - Statuspublic String getInCharge()
public void setInCharge(String InCharge)
InCharge - Person in Chargepublic String getWorkflowId()
public void setWorkflowId(String WorkflowId)
WorkflowId - Workflow IDCopyright © 2025. All rights reserved.