Class DescribeQuestionListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.DescribeQuestionListRequest
-
public class DescribeQuestionListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetLimit()Get 分页查询当前页数,从1开始递增,默认值为1LonggetPage()Get 分页查询当前页数,从1开始递增,默认值为1LonggetRoomId()Get 房间IDvoidsetLimit(Long Limit)Set 分页查询当前页数,从1开始递增,默认值为1voidsetPage(Long Page)Set 分页查询当前页数,从1开始递增,默认值为1voidsetRoomId(Long RoomId)Set 房间IDvoidtoMap(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
-
DescribeQuestionListRequest
public DescribeQuestionListRequest()
-
DescribeQuestionListRequest
public 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.
-
-
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开始递增,默认值为1- Returns:
- Page 分页查询当前页数,从1开始递增,默认值为1
-
setPage
public void setPage(Long Page)
Set 分页查询当前页数,从1开始递增,默认值为1- Parameters:
Page- 分页查询当前页数,从1开始递增,默认值为1
-
getLimit
public Long getLimit()
Get 分页查询当前页数,从1开始递增,默认值为1- Returns:
- Limit 分页查询当前页数,从1开始递增,默认值为1
-
setLimit
public void setLimit(Long Limit)
Set 分页查询当前页数,从1开始递增,默认值为1- Parameters:
Limit- 分页查询当前页数,从1开始递增,默认值为1
-
-