public class DescribeRoomInformationRequest extends AbstractModel
Constructor and Description |
---|
DescribeRoomInformationRequest() |
DescribeRoomInformationRequest(DescribeRoomInformationRequest 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 查询结束时间,本地unix时间戳(1588034999)
|
String |
getPageNumber()
Get 分页index,从0开始(PageNumber和PageSize 其中一个不填均默认返回10条数据)
|
String |
getPageSize()
Get 分页大小(PageNumber和PageSize 其中一个不填均默认返回10条数据,最大不超过100)
|
String |
getRoomId()
Get 字符串房间号
|
String |
getSdkAppId()
Get 用户sdkappid
|
Long |
getStartTime()
Get 查询开始时间,14天内。本地unix时间戳(1588031999)
|
void |
setEndTime(Long EndTime)
Set 查询结束时间,本地unix时间戳(1588034999)
|
void |
setPageNumber(String PageNumber)
Set 分页index,从0开始(PageNumber和PageSize 其中一个不填均默认返回10条数据)
|
void |
setPageSize(String PageSize)
Set 分页大小(PageNumber和PageSize 其中一个不填均默认返回10条数据,最大不超过100)
|
void |
setRoomId(String RoomId)
Set 字符串房间号
|
void |
setSdkAppId(String SdkAppId)
Set 用户sdkappid
|
void |
setStartTime(Long StartTime)
Set 查询开始时间,14天内。本地unix时间戳(1588031999)
|
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 DescribeRoomInformationRequest()
public DescribeRoomInformationRequest(DescribeRoomInformationRequest source)
public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- 用户sdkappidpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 查询开始时间,14天内。本地unix时间戳(1588031999)public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 查询结束时间,本地unix时间戳(1588034999)public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 字符串房间号public String getPageNumber()
public void setPageNumber(String PageNumber)
PageNumber
- 分页index,从0开始(PageNumber和PageSize 其中一个不填均默认返回10条数据)public String getPageSize()
public void setPageSize(String PageSize)
PageSize
- 分页大小(PageNumber和PageSize 其中一个不填均默认返回10条数据,最大不超过100)Copyright © 2022. All rights reserved.