public class DescribeRecentSessionListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRecentSessionListRequest() |
DescribeRecentSessionListRequest(DescribeRecentSessionListRequest 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 |
getDeviceId()
Get 设备ID,支持过滤远端设备或现场设备
|
Long |
getEndTime()
Get 时间范围的结束时间。时间范围最大为最近两小时,若不传或超出范围,则结束时间按当前时间计算
|
Long |
getPageNumber()
Get 页码,从1开始
|
Long |
getPageSize()
Get 每页个数
|
String |
getProjectId()
Get 项目ID
|
Long |
getStartTime()
Get 时间范围的起始时间。时间范围最大为最近两小时,若不传或超出范围,则起始时间按两小时前计算
|
void |
setDeviceId(String DeviceId)
Set 设备ID,支持过滤远端设备或现场设备
|
void |
setEndTime(Long EndTime)
Set 时间范围的结束时间。时间范围最大为最近两小时,若不传或超出范围,则结束时间按当前时间计算
|
void |
setPageNumber(Long PageNumber)
Set 页码,从1开始
|
void |
setPageSize(Long PageSize)
Set 每页个数
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setStartTime(Long StartTime)
Set 时间范围的起始时间。时间范围最大为最近两小时,若不传或超出范围,则起始时间按两小时前计算
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRecentSessionListRequest()
public DescribeRecentSessionListRequest(DescribeRecentSessionListRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页码,从1开始public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页个数public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备ID,支持过滤远端设备或现场设备public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 时间范围的起始时间。时间范围最大为最近两小时,若不传或超出范围,则起始时间按两小时前计算public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 时间范围的结束时间。时间范围最大为最近两小时,若不传或超出范围,则结束时间按当前时间计算Copyright © 2024. All rights reserved.