public class DescribeRoomListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRoomListRequest() |
DescribeRoomListRequest(DescribeRoomListRequest 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 |
getMaxSize()
Get Maximum number of data entries to be returned.
|
String |
getQuery()
Get Extra query conditions.
|
Long |
getSdkAppId()
Get SdkAppId of the whiteboard application.
|
Long[] |
getTimeRange()
Get Query period, which consists of two Unix timestamps in milliseconds.
|
void |
setMaxSize(Long MaxSize)
Set Maximum number of data entries to be returned.
|
void |
setQuery(String Query)
Set Extra query conditions.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application.
|
void |
setTimeRange(Long[] TimeRange)
Set Query period, which consists of two Unix timestamps in milliseconds.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRoomListRequest()
public DescribeRoomListRequest(DescribeRoomListRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the whiteboard application.public Long[] getTimeRange()
public void setTimeRange(Long[] TimeRange)
TimeRange
- Query period, which consists of two Unix timestamps in milliseconds. The first indicates the start time and the second the end time.public String getQuery()
public void setQuery(String Query)
Query
- Extra query conditions.public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize
- Maximum number of data entries to be returned. Default value: 1000.Copyright © 2024. All rights reserved.