public class DescribeIntegrationStatisticsRecordsTrendRequest extends AbstractModel
Constructor and Description |
---|
DescribeIntegrationStatisticsRecordsTrendRequest() |
DescribeIntegrationStatisticsRecordsTrendRequest(DescribeIntegrationStatisticsRecordsTrendRequest 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 项目id
|
String |
getQueryDate()
Get 查询日期
|
Long |
getTaskType()
Get 任务类型(实时:201,离线:202)
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setQueryDate(String QueryDate)
Set 查询日期
|
void |
setTaskType(Long TaskType)
Set 任务类型(实时:201,离线:202)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeIntegrationStatisticsRecordsTrendRequest()
public DescribeIntegrationStatisticsRecordsTrendRequest(DescribeIntegrationStatisticsRecordsTrendRequest source)
public Long getTaskType()
public void setTaskType(Long TaskType)
TaskType
- 任务类型(实时:201,离线:202)public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目idpublic String getQueryDate()
public void setQueryDate(String QueryDate)
QueryDate
- 查询日期Copyright © 2022. All rights reserved.