public class DescribeIntegrationStatisticsTaskStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeIntegrationStatisticsTaskStatusRequest()  | 
DescribeIntegrationStatisticsTaskStatusRequest(DescribeIntegrationStatisticsTaskStatusRequest 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 | 
getExecutorGroupId()
Get Resource Group ID 
 | 
String | 
getProjectId()
Get Project ID 
 | 
String | 
getQueryDate()
Get Query Date 
 | 
Long | 
getTaskType()
Get Task Type (Real-time: 201, Offline: 202) 
 | 
void | 
setExecutorGroupId(String ExecutorGroupId)
Set Resource Group ID 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID 
 | 
void | 
setQueryDate(String QueryDate)
Set Query Date 
 | 
void | 
setTaskType(Long TaskType)
Set Task Type (Real-time: 201, Offline: 202) 
 | 
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 DescribeIntegrationStatisticsTaskStatusRequest()
public DescribeIntegrationStatisticsTaskStatusRequest(DescribeIntegrationStatisticsTaskStatusRequest source)
public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType - Task Type (Real-time: 201, Offline: 202)public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getQueryDate()
public void setQueryDate(String QueryDate)
QueryDate - Query Datepublic String getExecutorGroupId()
public void setExecutorGroupId(String ExecutorGroupId)
ExecutorGroupId - Resource Group IDCopyright © 2025. All rights reserved.