public class DescribeQuestionListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeQuestionListRequest() | 
| DescribeQuestionListRequest(DescribeQuestionListRequest 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 The page to return records from. | 
| Long | getPage()Get The page to return records from. | 
| Long | getRoomId()Get The room ID. | 
| void | setLimit(Long Limit)Set The page to return records from. | 
| void | setPage(Long Page)Set The page to return records from. | 
| void | setRoomId(Long RoomId)Set The room ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeQuestionListRequest()
public DescribeQuestionListRequest(DescribeQuestionListRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - The room ID.public Long getPage()
public void setPage(Long Page)
Page - The page to return records from. Pagination starts from 1, which is also the default value of this parameter.public Long getLimit()
public void setLimit(Long Limit)
Limit - The page to return records from. Pagination starts from 1, which is also the default value of this parameter.Copyright © 2025. All rights reserved.