public class DescribeTableScoreTrendRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTableScoreTrendRequest() |
DescribeTableScoreTrendRequest(DescribeTableScoreTrendRequest 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 |
getScoreType()
Get 1: Calculate by full dimension weight, 2: Calculate by configured dimension weight, 3: Do not calculate by dimension weight, default is 1
|
Long |
getStatisticsEndDate()
Get End time Second-level Timestamp
|
Long |
getStatisticsStartDate()
Get Start time Second-level Timestamp
|
String |
getTableId()
Get Table ID
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setScoreType(String ScoreType)
Set 1: Calculate by full dimension weight, 2: Calculate by configured dimension weight, 3: Do not calculate by dimension weight, default is 1
|
void |
setStatisticsEndDate(Long StatisticsEndDate)
Set End time Second-level Timestamp
|
void |
setStatisticsStartDate(Long StatisticsStartDate)
Set Start time Second-level Timestamp
|
void |
setTableId(String TableId)
Set Table ID
|
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 DescribeTableScoreTrendRequest()
public DescribeTableScoreTrendRequest(DescribeTableScoreTrendRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Long getStatisticsStartDate()
public void setStatisticsStartDate(Long StatisticsStartDate)
StatisticsStartDate
- Start time Second-level Timestamppublic Long getStatisticsEndDate()
public void setStatisticsEndDate(Long StatisticsEndDate)
StatisticsEndDate
- End time Second-level Timestamppublic String getTableId()
public void setTableId(String TableId)
TableId
- Table IDpublic String getScoreType()
public void setScoreType(String ScoreType)
ScoreType
- 1: Calculate by full dimension weight, 2: Calculate by configured dimension weight, 3: Do not calculate by dimension weight, default is 1Copyright © 2024. All rights reserved.