public class EventDataInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EventDataInfo() |
EventDataInfo(EventDataInfo 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 |
---|---|
Long |
getDevice()
Get User device type.
|
Long |
getDuration()
Get Recording time.
|
Long |
getRecordSize()
Get Recorded file size
|
String |
getRecordUrl()
Get Recording url
|
Long |
getRoomId()
Get The room ID.
|
String |
getUserId()
Get The ID of the user to whom the event occurred.
|
void |
setDevice(Long Device)
Set User device type.
|
void |
setDuration(Long Duration)
Set Recording time.
|
void |
setRecordSize(Long RecordSize)
Set Recorded file size
|
void |
setRecordUrl(String RecordUrl)
Set Recording url
|
void |
setRoomId(Long RoomId)
Set The room ID.
|
void |
setUserId(String UserId)
Set The ID of the user to whom the event occurred.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EventDataInfo()
public EventDataInfo(EventDataInfo source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- The room ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getUserId()
public void setUserId(String UserId)
UserId
- The ID of the user to whom the event occurred.
Note: This field may return null, indicating that no valid values can be obtained.public Long getDevice()
public void setDevice(Long Device)
Device
- User device type. 0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Wechat Mini Program.public Long getDuration()
public void setDuration(Long Duration)
Duration
- Recording time. Unit: secondspublic Long getRecordSize()
public void setRecordSize(Long RecordSize)
RecordSize
- Recorded file sizepublic String getRecordUrl()
public void setRecordUrl(String RecordUrl)
RecordUrl
- Recording urlCopyright © 2024. All rights reserved.