public class GetRoomsRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime()
Get 结束时间。默认以当前时间加上半小时作为结束时间。
|
Long |
getLimit()
Get 默认10条,最大上限为100条
|
Long |
getPage()
Get 分页查询当前页数,从1开始递增
|
Long |
getSdkAppId()
Get 低代码平台的SdkAppId。
|
Long |
getStartTime()
Get 开始时间。默认以当前时间减去半小时作为开始时间。
|
Long[] |
getStatus()
Get 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
|
void |
setEndTime(Long EndTime)
Set 结束时间。默认以当前时间加上半小时作为结束时间。
|
void |
setLimit(Long Limit)
Set 默认10条,最大上限为100条
|
void |
setPage(Long Page)
Set 分页查询当前页数,从1开始递增
|
void |
setSdkAppId(Long SdkAppId)
Set 低代码平台的SdkAppId。
|
void |
setStartTime(Long StartTime)
Set 开始时间。默认以当前时间减去半小时作为开始时间。
|
void |
setStatus(Long[] Status)
Set 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
|
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, toJsonString
public GetRoomsRequest()
public GetRoomsRequest(GetRoomsRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 低代码平台的SdkAppId。public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间。默认以当前时间减去半小时作为开始时间。public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束时间。默认以当前时间加上半小时作为结束时间。public Long getPage()
public void setPage(Long Page)
Page
- 分页查询当前页数,从1开始递增public Long getLimit()
public void setLimit(Long Limit)
Limit
- 默认10条,最大上限为100条public Long[] getStatus()
public void setStatus(Long[] Status)
Status
- 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期Copyright © 2025. All rights reserved.