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 录制时长。单位:秒
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRecordSize()
Get 录制文件大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRecordUrl()
Get 录制url
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRoomId()
Get 事件发生的房间号。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserId()
Get 事件发生的用户。
注意:此字段可能返回 null,表示取不到有效值。
|
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 录制时长。单位:秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecordSize(Long RecordSize)
Set 录制文件大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecordUrl(String RecordUrl)
Set 录制url
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRoomId(Long RoomId)
Set 事件发生的房间号。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserId(String UserId)
Set 事件发生的用户。
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public EventDataInfo()
public EventDataInfo(EventDataInfo source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 事件发生的房间号。
注意:此字段可能返回 null,表示取不到有效值。public String getUserId()
public void setUserId(String UserId)
UserId
- 事件发生的用户。
注意:此字段可能返回 null,表示取不到有效值。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.
注意:此字段可能返回 null,表示取不到有效值。public Long getDuration()
public void setDuration(Long Duration)
Duration
- 录制时长。单位:秒
注意:此字段可能返回 null,表示取不到有效值。public Long getRecordSize()
public void setRecordSize(Long RecordSize)
RecordSize
- 录制文件大小
注意:此字段可能返回 null,表示取不到有效值。public String getRecordUrl()
public void setRecordUrl(String RecordUrl)
RecordUrl
- 录制url
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.