public class DescribeRecordTaskRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRecordTaskRequest() |
DescribeRecordTaskRequest(DescribeRecordTaskRequest 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 |
getAppName()
Get Push path.
|
String |
getDomainName()
Get Push domain name.
|
Long |
getEndTime()
Get The end time of the tasks to retrieve in Unix timestamp.
|
String |
getScrollToken()
Get Page token used for batch retrieval: If a single request cannot retrieve all data, the interface will return a ScrollToken.
|
Long |
getStartTime()
Get The start time of the tasks to retrieve in Unix timestamp.
|
String |
getStreamName()
Get Stream name.
|
void |
setAppName(String AppName)
Set Push path.
|
void |
setDomainName(String DomainName)
Set Push domain name.
|
void |
setEndTime(Long EndTime)
Set The end time of the tasks to retrieve in Unix timestamp.
|
void |
setScrollToken(String ScrollToken)
Set Page token used for batch retrieval: If a single request cannot retrieve all data, the interface will return a ScrollToken.
|
void |
setStartTime(Long StartTime)
Set The start time of the tasks to retrieve in Unix timestamp.
|
void |
setStreamName(String StreamName)
Set Stream name.
|
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 DescribeRecordTaskRequest()
public DescribeRecordTaskRequest(DescribeRecordTaskRequest source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The start time of the tasks to retrieve in Unix timestamp. The time range should not be earlier than 90 days before the current time, and the query span should not exceed one week.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The end time of the tasks to retrieve in Unix timestamp. The EndTime must be greater than the StartTime. The time range should not be earlier than 90 days before the current time, and the query span should not exceed one week. (Note: the start and end times of the task must be within the query time range).public String getStreamName()
public void setStreamName(String StreamName)
StreamName
- Stream name.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Push domain name.public String getAppName()
public void setAppName(String AppName)
AppName
- Push path.public String getScrollToken()
public void setScrollToken(String ScrollToken)
ScrollToken
- Page token used for batch retrieval: If a single request cannot retrieve all data, the interface will return a ScrollToken. The next request carrying this token will start retrieving from the next record.Copyright © 2024. All rights reserved.