Class DescribeRoomStatisticsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.DescribeRoomStatisticsRequest
-
public class DescribeRoomStatisticsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRoomStatisticsRequest()DescribeRoomStatisticsRequest(DescribeRoomStatisticsRequest 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 LonggetLimit()Get 每页数据量,最大1000。LonggetPage()Get 分页查询当前页数,从1开始递增。LonggetRoomId()Get 房间Id。voidsetLimit(Long Limit)Set 每页数据量,最大1000。voidsetPage(Long Page)Set 分页查询当前页数,从1开始递增。voidsetRoomId(Long RoomId)Set 房间Id。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
-
DescribeRoomStatisticsRequest
public DescribeRoomStatisticsRequest()
-
DescribeRoomStatisticsRequest
public DescribeRoomStatisticsRequest(DescribeRoomStatisticsRequest 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
-
getRoomId
public Long getRoomId()
Get 房间Id。- Returns:
- RoomId 房间Id。
-
setRoomId
public void setRoomId(Long RoomId)
Set 房间Id。- Parameters:
RoomId- 房间Id。
-
getPage
public Long getPage()
Get 分页查询当前页数,从1开始递增。- Returns:
- Page 分页查询当前页数,从1开始递增。
-
setPage
public void setPage(Long Page)
Set 分页查询当前页数,从1开始递增。- Parameters:
Page- 分页查询当前页数,从1开始递增。
-
getLimit
public Long getLimit()
Get 每页数据量,最大1000。- Returns:
- Limit 每页数据量,最大1000。
-
setLimit
public void setLimit(Long Limit)
Set 每页数据量,最大1000。- Parameters:
Limit- 每页数据量,最大1000。
-
-