Class DescribeDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gpm.v20200820.models.DescribeDataRequest
-
public class DescribeDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEndTime()Get 截止时间,单位:秒StringgetMatchCode()Get 匹配codeLonggetStartTime()Get 起始时间,单位:秒LonggetTimeType()Get 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟voidsetEndTime(Long EndTime)Set 截止时间,单位:秒voidsetMatchCode(String MatchCode)Set 匹配codevoidsetStartTime(Long StartTime)Set 起始时间,单位:秒voidsetTimeType(Long TimeType)Set 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDataRequest
public DescribeDataRequest()
-
DescribeDataRequest
public 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.
-
-
Method Detail
-
getStartTime
public Long getStartTime()
Get 起始时间,单位:秒- Returns:
- StartTime 起始时间,单位:秒
-
setStartTime
public void setStartTime(Long StartTime)
Set 起始时间,单位:秒- Parameters:
StartTime- 起始时间,单位:秒
-
getEndTime
public Long getEndTime()
Get 截止时间,单位:秒- Returns:
- EndTime 截止时间,单位:秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 截止时间,单位:秒- Parameters:
EndTime- 截止时间,单位:秒
-
getTimeType
public Long getTimeType()
Get 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟- Returns:
- TimeType 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟
-
setTimeType
public void setTimeType(Long TimeType)
Set 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟- Parameters:
TimeType- 时间粒度,1表示1天;2表示1小时;3表示1分钟;4表示10分钟;5表示30分钟
-
getMatchCode
public String getMatchCode()
Get 匹配code- Returns:
- MatchCode 匹配code
-
setMatchCode
public void setMatchCode(String MatchCode)
Set 匹配code- Parameters:
MatchCode- 匹配code
-
-