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 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program. | 
| Long | getDuration()Get 录制时长。单位:秒 | 
| Long | getRecordSize()Get 录制文件大小 | 
| String | getRecordUrl()Get 录制url | 
| Long | getRoomId()Get 事件发生的房间号。 | 
| String | getUserId()Get 事件发生的用户。 | 
| void | setDevice(Long Device)Set 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program. | 
| void | setDuration(Long Duration)Set 录制时长。单位:秒 | 
| void | setRecordSize(Long RecordSize)Set 录制文件大小 | 
| void | setRecordUrl(String RecordUrl)Set 录制url | 
| void | setRoomId(Long RoomId)Set 事件发生的房间号。 | 
| void | setUserId(String UserId)Set 事件发生的用户。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EventDataInfo()
public EventDataInfo(EventDataInfo source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - 事件发生的房间号。public String getUserId()
public void setUserId(String UserId)
UserId - 事件发生的用户。public Long getDevice()
public void setDevice(Long Device)
Device - 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.public Long getDuration()
public void setDuration(Long Duration)
Duration - 录制时长。单位:秒public Long getRecordSize()
public void setRecordSize(Long RecordSize)
RecordSize - 录制文件大小public String getRecordUrl()
public void setRecordUrl(String RecordUrl)
RecordUrl - 录制urlCopyright © 2025. All rights reserved.