public class DescribeTimeShiftStreamListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTimeShiftStreamListRequest() | 
| DescribeTimeShiftStreamListRequest(DescribeTimeShiftStreamListRequest 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 | getDomain()Get The push domain. | 
| String | getDomainGroup()Get The group the push domain belongs to. | 
| Long | getEndTime()Get The end time, which must be a Unix timestamp. | 
| Long | getPageNum()Get The number of page to pull records from. | 
| Long | getPageSize()Get The maximum number of records to return. | 
| Long | getStartTime()Get The start time, which must be a Unix timestamp. | 
| String | getStreamName()Get The stream name. | 
| void | setDomain(String Domain)Set The push domain. | 
| void | setDomainGroup(String DomainGroup)Set The group the push domain belongs to. | 
| void | setEndTime(Long EndTime)Set The end time, which must be a Unix timestamp. | 
| void | setPageNum(Long PageNum)Set The number of page to pull records from. | 
| void | setPageSize(Long PageSize)Set The maximum number of records to return. | 
| void | setStartTime(Long StartTime)Set The start time, which must be a Unix timestamp. | 
| void | setStreamName(String StreamName)Set The 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, toJsonStringpublic DescribeTimeShiftStreamListRequest()
public DescribeTimeShiftStreamListRequest(DescribeTimeShiftStreamListRequest source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - The start time, which must be a Unix timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - The end time, which must be a Unix timestamp.public String getStreamName()
public void setStreamName(String StreamName)
StreamName - The stream name.public String getDomain()
public void setDomain(String Domain)
Domain - The push domain.public String getDomainGroup()
public void setDomainGroup(String DomainGroup)
DomainGroup - The group the push domain belongs to.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - The maximum number of records to return. Value range: 0-100. If you do not specify this parameter or pass in `0`, 
the default value `100` will be used. If you pass in a negative number or a value greater than 100, an error will be returned.public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum - The number of page to pull records from. If you do not specify this parameter, the default value `1` will be used.Copyright © 2024. All rights reserved.