public class DescribeIntegrationStatisticsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIntegrationStatisticsRequest() |
DescribeIntegrationStatisticsRequest(DescribeIntegrationStatisticsRequest 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 |
getProjectId()
Get Project ID
|
String |
getQueryDate()
Get Query Date
|
Long |
getTaskType()
Get Task Type (Real-time: 201, Offline: 202)
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIntegrationStatisticsRequest()
public DescribeIntegrationStatisticsRequest(DescribeIntegrationStatisticsRequest 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 DateCopyright © 2024. All rights reserved.