public class DescribeUserInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeUserInfoRequest() |
DescribeUserInfoRequest(DescribeUserInfoRequest 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 |
---|---|
String |
getCommId()
Get 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。
|
Long |
getEndTime()
Get 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
注意:与StartTime间隔时间不超过4小时。
|
Long |
getPageNumber()
Get 当前页数,默认为0,
注意:PageNumber和PageSize 其中一个不填均默认返回6条数据。
|
Long |
getPageSize()
Get 每页个数,默认为6,
范围:[1,100]。
|
Long |
getSdkAppId()
Get 用户SdkAppId(如:1400xxxxxx)
|
Long |
getStartTime()
Get 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
注意:支持查询14天内的数据
|
String[] |
getUserIds()
Get 需查询的用户数组,不填默认返回6个用户
范围:[1,100]。
|
void |
setCommId(String CommId)
Set 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。
|
void |
setEndTime(Long EndTime)
Set 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
注意:与StartTime间隔时间不超过4小时。
|
void |
setPageNumber(Long PageNumber)
Set 当前页数,默认为0,
注意:PageNumber和PageSize 其中一个不填均默认返回6条数据。
|
void |
setPageSize(Long PageSize)
Set 每页个数,默认为6,
范围:[1,100]。
|
void |
setSdkAppId(Long SdkAppId)
Set 用户SdkAppId(如:1400xxxxxx)
|
void |
setStartTime(Long StartTime)
Set 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
注意:支持查询14天内的数据
|
void |
setUserIds(String[] UserIds)
Set 需查询的用户数组,不填默认返回6个用户
范围:[1,100]。
|
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 DescribeUserInfoRequest()
public DescribeUserInfoRequest(DescribeUserInfoRequest source)
public String getCommId()
public void setCommId(String CommId)
CommId
- 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
注意:支持查询14天内的数据public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
注意:与StartTime间隔时间不超过4小时。public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 用户SdkAppId(如:1400xxxxxx)public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- 需查询的用户数组,不填默认返回6个用户
范围:[1,100]。public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 当前页数,默认为0,
注意:PageNumber和PageSize 其中一个不填均默认返回6条数据。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页个数,默认为6,
范围:[1,100]。Copyright © 2022. All rights reserved.