Class GetRoomsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.GetRoomsRequest
-
public class GetRoomsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetRoomsRequest()GetRoomsRequest(GetRoomsRequest 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 LonggetEndTime()Get 结束时间。默认以当前时间加上半小时作为结束时间。LonggetLimit()Get 默认是10条LonggetPage()Get 分页查询当前页数,从1开始递增LonggetSdkAppId()Get 低代码平台的SdkAppId。LonggetStartTime()Get 开始时间。默认以当前时间减去半小时作为开始时间。Long[]getStatus()Get 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期voidsetEndTime(Long EndTime)Set 结束时间。默认以当前时间加上半小时作为结束时间。voidsetLimit(Long Limit)Set 默认是10条voidsetPage(Long Page)Set 分页查询当前页数,从1开始递增voidsetSdkAppId(Long SdkAppId)Set 低代码平台的SdkAppId。voidsetStartTime(Long StartTime)Set 开始时间。默认以当前时间减去半小时作为开始时间。voidsetStatus(Long[] Status)Set 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期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
-
GetRoomsRequest
public GetRoomsRequest()
-
GetRoomsRequest
public GetRoomsRequest(GetRoomsRequest 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
-
getSdkAppId
public Long getSdkAppId()
Get 低代码平台的SdkAppId。- Returns:
- SdkAppId 低代码平台的SdkAppId。
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 低代码平台的SdkAppId。- Parameters:
SdkAppId- 低代码平台的SdkAppId。
-
getStartTime
public Long getStartTime()
Get 开始时间。默认以当前时间减去半小时作为开始时间。- Returns:
- StartTime 开始时间。默认以当前时间减去半小时作为开始时间。
-
setStartTime
public void setStartTime(Long StartTime)
Set 开始时间。默认以当前时间减去半小时作为开始时间。- Parameters:
StartTime- 开始时间。默认以当前时间减去半小时作为开始时间。
-
getEndTime
public Long getEndTime()
Get 结束时间。默认以当前时间加上半小时作为结束时间。- Returns:
- EndTime 结束时间。默认以当前时间加上半小时作为结束时间。
-
setEndTime
public void setEndTime(Long EndTime)
Set 结束时间。默认以当前时间加上半小时作为结束时间。- Parameters:
EndTime- 结束时间。默认以当前时间加上半小时作为结束时间。
-
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 默认是10条- Returns:
- Limit 默认是10条
-
setLimit
public void setLimit(Long Limit)
Set 默认是10条- Parameters:
Limit- 默认是10条
-
getStatus
public Long[] getStatus()
Get 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期- Returns:
- Status 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
-
setStatus
public void setStatus(Long[] Status)
Set 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期- Parameters:
Status- 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
-
-