public class DescribeRoomStatisticsRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.