public class DescribeRoomStatisticsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 每页数据量,最大1000。
|
Long |
getPage()
Get 分页查询当前页数,从1开始递增。
|
Long |
getRoomId()
Get 房间Id。
|
void |
setLimit(Long Limit)
Set 每页数据量,最大1000。
|
void |
setPage(Long Page)
Set 分页查询当前页数,从1开始递增。
|
void |
setRoomId(Long RoomId)
Set 房间Id。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeRoomStatisticsRequest()
public DescribeRoomStatisticsRequest(DescribeRoomStatisticsRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间Id。public Long getPage()
public void setPage(Long Page)
Page
- 分页查询当前页数,从1开始递增。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页数据量,最大1000。Copyright © 2023. All rights reserved.