public class DescribeUserEventRequest extends AbstractModel
Constructor and Description |
---|
DescribeUserEventRequest() |
DescribeUserEventRequest(DescribeUserEventRequest 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 The unique ID of a call, whose format is `SdkAppId_CreateTime`, such as `1400xxxxxx_218695_1590065777`.
|
Long |
getEndTime()
Get The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`.
|
String |
getRoomId()
Get The room ID, such as `223`.
|
Long |
getSdkAppId()
Get The application ID, such as `1400xxxxxx`.
|
Long |
getStartTime()
Get The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`.
|
String |
getUserId()
Get The user ID.
|
void |
setCommId(String CommId)
Set The unique ID of a call, whose format is `SdkAppId_CreateTime`, such as `1400xxxxxx_218695_1590065777`.
|
void |
setEndTime(Long EndTime)
Set The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`.
|
void |
setRoomId(String RoomId)
Set The room ID, such as `223`.
|
void |
setSdkAppId(Long SdkAppId)
Set The application ID, such as `1400xxxxxx`.
|
void |
setStartTime(Long StartTime)
Set The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`.
|
void |
setUserId(String UserId)
Set The user ID.
|
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 DescribeUserEventRequest()
public DescribeUserEventRequest(DescribeUserEventRequest source)
public String getCommId()
public void setCommId(String CommId)
CommId
- The unique ID of a call, whose format is `SdkAppId_CreateTime`, such as `1400xxxxxx_218695_1590065777`. `createTime` is the UNIX timestamp (seconds) when the room was created. Its value can be obtained using the [DescribeRoomInfo](https://intl.cloud.tencent.com/document/product/647/44050?from_cn_redirect=1) API.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The start time, which is a Unix timestamp (seconds) in local time, such as `1590065777`.
Note: Only data in the last 14 days can be queried.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The end time, which is a Unix timestamp (seconds) in local time, such as `1590065877`.
Note: If you pass in an end time later than the room end time, the room end time will be used.public String getUserId()
public void setUserId(String UserId)
UserId
- The user ID.public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- The room ID, such as `223`.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The application ID, such as `1400xxxxxx`.Copyright © 2023. All rights reserved.