public class DescribeDetailEventRequest extends AbstractModel
Constructor and Description |
---|
DescribeDetailEventRequest() |
DescribeDetailEventRequest(DescribeDetailEventRequest 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 Unique ID of a call: sdkappid_roomgString_createTime.
|
Long |
getEndTime()
Get Query end time (s) in the format of Unix timestamp, e.g., 1588058615
|
String |
getRoomId()
Get Room ID
|
Long |
getStartTime()
Get Query start time (s) in the format of Unix timestamp (e.g., 1588055615), which must be a time point in the last 14 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 (s) in the format of Unix timestamp, e.g., 1588058615
|
void |
setRoomId(String RoomId)
Set Room ID
|
void |
setStartTime(Long StartTime)
Set Query start time (s) in the format of Unix timestamp (e.g., 1588055615), which must be a time point in the last 14 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 DescribeDetailEventRequest()
public DescribeDetailEventRequest(DescribeDetailEventRequest source)
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 (s) in the format of Unix timestamp (e.g., 1588055615), which must be a time point in the last 14 dayspublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Query end time (s) in the format of Unix timestamp, e.g., 1588058615public String getUserId()
public void setUserId(String UserId)
UserId
- User IDpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- Room IDCopyright © 2022. All rights reserved.