public class DescribeQualityScoreTrendRequest extends AbstractModel
Constructor and Description |
---|
DescribeQualityScoreTrendRequest() |
DescribeQualityScoreTrendRequest(DescribeQualityScoreTrendRequest 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 |
getDatasourceId()
Get 数据来源id
|
String |
getProjectId()
Get 项目id
|
Long |
getStatisticsEndDate()
Get 统计结束日期
|
Long |
getStatisticsStartDate()
Get 统计开始日期
|
void |
setDatasourceId(String DatasourceId)
Set 数据来源id
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setStatisticsEndDate(Long StatisticsEndDate)
Set 统计结束日期
|
void |
setStatisticsStartDate(Long StatisticsStartDate)
Set 统计开始日期
|
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 DescribeQualityScoreTrendRequest()
public DescribeQualityScoreTrendRequest(DescribeQualityScoreTrendRequest source)
public Long getStatisticsStartDate()
public void setStatisticsStartDate(Long StatisticsStartDate)
StatisticsStartDate
- 统计开始日期public Long getStatisticsEndDate()
public void setStatisticsEndDate(Long StatisticsEndDate)
StatisticsEndDate
- 统计结束日期public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目idpublic String getDatasourceId()
public void setDatasourceId(String DatasourceId)
DatasourceId
- 数据来源idCopyright © 2022. All rights reserved.