public class DescribeDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeDataRequest() |
DescribeDataRequest(DescribeDataRequest 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 |
---|---|
Long |
getEndTime()
Get 截止时间,单位:秒
|
String |
getMatchCode()
Get 匹配code
|
Long |
getStartTime()
Get 起始时间,单位:秒
|
Long |
getTimeType()
Get 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟
|
void |
setEndTime(Long EndTime)
Set 截止时间,单位:秒
|
void |
setMatchCode(String MatchCode)
Set 匹配code
|
void |
setStartTime(Long StartTime)
Set 起始时间,单位:秒
|
void |
setTimeType(Long TimeType)
Set 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟
|
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 DescribeDataRequest()
public DescribeDataRequest(DescribeDataRequest source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 起始时间,单位:秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 截止时间,单位:秒public Long getTimeType()
public void setTimeType(Long TimeType)
TimeType
- 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟public String getMatchCode()
public void setMatchCode(String MatchCode)
MatchCode
- 匹配codeCopyright © 2021. All rights reserved.