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 The end time. 
 | 
Long | 
getLimit()
Get The number of records per page. 
 | 
Long | 
getPage()
Get The page to return records from. 
 | 
Long | 
getSdkAppId()
Get The SDKAppID assigned by LCIC. 
 | 
Long | 
getStartTime()
Get The start time. 
 | 
Long[] | 
getStatus()
Get Classroom status. 
 | 
void | 
setEndTime(Long EndTime)
Set The end time. 
 | 
void | 
setLimit(Long Limit)
Set The number of records per page. 
 | 
void | 
setPage(Long Page)
Set The page to return records from. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC. 
 | 
void | 
setStartTime(Long StartTime)
Set The start time. 
 | 
void | 
setStatus(Long[] Status)
Set Classroom status. 
 | 
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 GetRoomsRequest()
public GetRoomsRequest(GetRoomsRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The SDKAppID assigned by LCIC.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - The start time. The default start time is 30 minutes before the current time.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - The end time. The default end time is 30 minutes after the current time.public Long getPage()
public void setPage(Long Page)
Page - The page to return records from. Pagination starts from 1.public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of records per page. The default is 10.public Long[] getStatus()
public void setStatus(Long[] Status)
Status - Classroom status. Default display all classes, 0 is not started, 1 is in class, 2 is finished, 3 is expiredCopyright © 2025. All rights reserved.