public class DescribeDataRequest extends AbstractModel
header, skipSign| 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 End time in seconds | 
| String | getMatchCode()Get MatchCode | 
| Long | getStartTime()Get Start time in seconds | 
| Long | getTimeType()Get Time granularity. | 
| void | setEndTime(Long EndTime)Set End time in seconds | 
| void | setMatchCode(String MatchCode)Set MatchCode | 
| void | setStartTime(Long StartTime)Set Start time in seconds | 
| void | setTimeType(Long TimeType)Set Time granularity. | 
| 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, toJsonStringpublic DescribeDataRequest()
public DescribeDataRequest(DescribeDataRequest source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start time in secondspublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End time in secondspublic Long getTimeType()
public void setTimeType(Long TimeType)
TimeType - Time granularity. Valid values: 1: 1 day, 2: 1 hour, 3: 1 minute, 4: 10 minutes, 5: 30 minutespublic String getMatchCode()
public void setMatchCode(String MatchCode)
MatchCode - MatchCodeCopyright © 2023. All rights reserved.