public class GetRoomsRequest extends AbstractModel
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.
|
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 |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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.Copyright © 2023. All rights reserved.