Class DescribeRecentSessionListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trro.v20220325.models.DescribeRecentSessionListRequest
-
public class DescribeRecentSessionListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceId()Get 设备ID,支持过滤远端设备或现场设备LonggetEndTime()Get 时间范围的结束时间。时间范围最大为最近两小时,若不传或超出范围,则结束时间按当前时间计算LonggetPageNumber()Get 页码,从1开始LonggetPageSize()Get 每页个数StringgetProjectId()Get 项目IDLonggetStartTime()Get 时间范围的起始时间。时间范围最大为最近两小时,若不传或超出范围,则起始时间按两小时前计算voidsetDeviceId(String DeviceId)Set 设备ID,支持过滤远端设备或现场设备voidsetEndTime(Long EndTime)Set 时间范围的结束时间。时间范围最大为最近两小时,若不传或超出范围,则结束时间按当前时间计算voidsetPageNumber(Long PageNumber)Set 页码,从1开始voidsetPageSize(Long PageSize)Set 每页个数voidsetProjectId(String ProjectId)Set 项目IDvoidsetStartTime(Long StartTime)Set 时间范围的起始时间。时间范围最大为最近两小时,若不传或超出范围,则起始时间按两小时前计算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
-
DescribeRecentSessionListRequest
public DescribeRecentSessionListRequest()
-
DescribeRecentSessionListRequest
public 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.
-
-
Method Detail
-
getProjectId
public String getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目ID- Parameters:
ProjectId- 项目ID
-
getPageNumber
public Long getPageNumber()
Get 页码,从1开始- Returns:
- PageNumber 页码,从1开始
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 页码,从1开始- Parameters:
PageNumber- 页码,从1开始
-
getPageSize
public Long getPageSize()
Get 每页个数- Returns:
- PageSize 每页个数
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页个数- Parameters:
PageSize- 每页个数
-
getDeviceId
public String getDeviceId()
Get 设备ID,支持过滤远端设备或现场设备- Returns:
- DeviceId 设备ID,支持过滤远端设备或现场设备
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备ID,支持过滤远端设备或现场设备- Parameters:
DeviceId- 设备ID,支持过滤远端设备或现场设备
-
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- 时间范围的结束时间。时间范围最大为最近两小时,若不传或超出范围,则结束时间按当前时间计算
-
-