public class DescribeRoomInfoRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeRoomInfoRequest() |
DescribeRoomInfoRequest(DescribeRoomInfoRequest 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时间戳,单位为秒(如:1590065877)
注意:与StartTime间隔时间不超过24小时。
|
Long |
getPageNumber()
Get 当前页数,默认为0,
注意:PageNumber和PageSize 其中一个不填均默认返回10条数据。
|
Long |
getPageSize()
Get 每页个数,默认为10,
范围:[1,100]
|
String |
getRoomId()
Get 房间号(如:223)
|
Long |
getSdkAppId()
Get 用户SdkAppId(如:1400xxxxxx)
|
Long |
getStartTime()
Get 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
注意:支持查询14天内的数据
|
void |
setEndTime(Long EndTime)
Set 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
注意:与StartTime间隔时间不超过24小时。
|
void |
setPageNumber(Long PageNumber)
Set 当前页数,默认为0,
注意:PageNumber和PageSize 其中一个不填均默认返回10条数据。
|
void |
setPageSize(Long PageSize)
Set 每页个数,默认为10,
范围:[1,100]
|
void |
setRoomId(String RoomId)
Set 房间号(如:223)
|
void |
setSdkAppId(Long SdkAppId)
Set 用户SdkAppId(如:1400xxxxxx)
|
void |
setStartTime(Long StartTime)
Set 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
注意:支持查询14天内的数据
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRoomInfoRequest()
public DescribeRoomInfoRequest(DescribeRoomInfoRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 用户SdkAppId(如:1400xxxxxx)public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
注意:支持查询14天内的数据public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
注意:与StartTime间隔时间不超过24小时。public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 房间号(如:223)public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 当前页数,默认为0,
注意:PageNumber和PageSize 其中一个不填均默认返回10条数据。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页个数,默认为10,
范围:[1,100]Copyright © 2023. All rights reserved.