public class DescribeUserInformationRequest extends AbstractModel
Constructor and Description |
---|
DescribeUserInformationRequest() |
DescribeUserInformationRequest(DescribeUserInformationRequest 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_roomgString(房间号_createTime(房间创建时间,unix时间戳,单位为s)例:1400353843_218695_1590065777。通过 DescribeRoomInformation(查询房间列表)接口获取(链接:https://cloud.tencent.com/document/product/647/44050)
|
Long |
getEndTime()
Get 查询结束时间,本地unix时间戳(1590065877)
|
String |
getPageNumber()
Get 设置分页index,从0开始(PageNumber和PageSize 其中一个不填均默认返回6条数据)
|
String |
getPageSize()
Get 设置分页大小(PageNumber和PageSize 其中一个不填均默认返回6条数据,PageSize最大不超过100)
|
String |
getSdkAppId()
Get 用户SDKAppID(1400353843)
|
Long |
getStartTime()
Get 查询开始时间,14天内。本地unix时间戳(1590065777)
|
String[] |
getUserIds()
Get 需查询的用户数组,不填默认返回6个用户,最多可填6个用户
|
void |
setCommId(String CommId)
Set 通话 ID(唯一标识一次通话): sdkappid_roomgString(房间号_createTime(房间创建时间,unix时间戳,单位为s)例:1400353843_218695_1590065777。通过 DescribeRoomInformation(查询房间列表)接口获取(链接:https://cloud.tencent.com/document/product/647/44050)
|
void |
setEndTime(Long EndTime)
Set 查询结束时间,本地unix时间戳(1590065877)
|
void |
setPageNumber(String PageNumber)
Set 设置分页index,从0开始(PageNumber和PageSize 其中一个不填均默认返回6条数据)
|
void |
setPageSize(String PageSize)
Set 设置分页大小(PageNumber和PageSize 其中一个不填均默认返回6条数据,PageSize最大不超过100)
|
void |
setSdkAppId(String SdkAppId)
Set 用户SDKAppID(1400353843)
|
void |
setStartTime(Long StartTime)
Set 查询开始时间,14天内。本地unix时间戳(1590065777)
|
void |
setUserIds(String[] UserIds)
Set 需查询的用户数组,不填默认返回6个用户,最多可填6个用户
|
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 DescribeUserInformationRequest()
public DescribeUserInformationRequest(DescribeUserInformationRequest source)
public String getCommId()
public void setCommId(String CommId)
CommId
- 通话 ID(唯一标识一次通话): sdkappid_roomgString(房间号_createTime(房间创建时间,unix时间戳,单位为s)例:1400353843_218695_1590065777。通过 DescribeRoomInformation(查询房间列表)接口获取(链接:https://cloud.tencent.com/document/product/647/44050)public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 查询开始时间,14天内。本地unix时间戳(1590065777)public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 查询结束时间,本地unix时间戳(1590065877)public String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- 用户SDKAppID(1400353843)public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- 需查询的用户数组,不填默认返回6个用户,最多可填6个用户public String getPageNumber()
public void setPageNumber(String PageNumber)
PageNumber
- 设置分页index,从0开始(PageNumber和PageSize 其中一个不填均默认返回6条数据)public String getPageSize()
public void setPageSize(String PageSize)
PageSize
- 设置分页大小(PageNumber和PageSize 其中一个不填均默认返回6条数据,PageSize最大不超过100)Copyright © 2022. All rights reserved.