public class DescribeDetailEventRequest extends AbstractModel
Constructor and Description |
---|
DescribeDetailEventRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCommId()
Get Unique ID of a call: sdkappid_roomgString_createTime.
|
Long |
getEndTime()
Get Query end time in the format of local UNIX timestamp, such as 1588031999s.
|
String |
getRoomId()
Get Room ID
|
Long |
getStartTime()
Get Query start time in the format of local UNIX timestamp, such as 1588031999s, which is a point in time in the last 5 days.
|
String |
getUserId()
Get User ID
|
void |
setCommId(String CommId)
Set Unique ID of a call: sdkappid_roomgString_createTime.
|
void |
setEndTime(Long EndTime)
Set Query end time in the format of local UNIX timestamp, such as 1588031999s.
|
void |
setRoomId(String RoomId)
Set Room ID
|
void |
setStartTime(Long StartTime)
Set Query start time in the format of local UNIX timestamp, such as 1588031999s, which is a point in time in the last 5 days.
|
void |
setUserId(String UserId)
Set 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 String getCommId()
public void setCommId(String CommId)
CommId
- Unique ID of a call: sdkappid_roomgString_createTime. The `roomgString` refers to the room ID, and `createTime` refers to the creation time of a room in the format of UNIX timestamp in seconds. Its value can be obtained from the `DescribeRoomInformation` API (related document: https://intl.cloud.tencent.com/document/product/647/44050?from_cn_redirect=1).public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Query start time in the format of local UNIX timestamp, such as 1588031999s, which is a point in time in the last 5 days.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Query end time in the format of local UNIX timestamp, such as 1588031999s.public String getUserId()
public void setUserId(String UserId)
UserId
- User IDpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- Room IDCopyright © 2020. All rights reserved.