Class EventDataInfo

    • Constructor Detail

      • EventDataInfo

        public EventDataInfo()
      • EventDataInfo

        public 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.
    • Method Detail

      • getRoomId

        public Long getRoomId()
        Get 事件发生的房间号。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RoomId 事件发生的房间号。 注意:此字段可能返回 null,表示取不到有效值。
      • setRoomId

        public void setRoomId​(Long RoomId)
        Set 事件发生的房间号。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RoomId - 事件发生的房间号。 注意:此字段可能返回 null,表示取不到有效值。
      • getUserId

        public String getUserId()
        Get 事件发生的用户。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UserId 事件发生的用户。 注意:此字段可能返回 null,表示取不到有效值。
      • setUserId

        public void setUserId​(String UserId)
        Set 事件发生的用户。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UserId - 事件发生的用户。 注意:此字段可能返回 null,表示取不到有效值。
      • getDevice

        public Long getDevice()
        Get 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program. 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Device 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program. 注意:此字段可能返回 null,表示取不到有效值。
      • setDevice

        public void setDevice​(Long Device)
        Set 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program. 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Device - 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program. 注意:此字段可能返回 null,表示取不到有效值。
      • getDuration

        public Long getDuration()
        Get 录制时长。单位:秒 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Duration 录制时长。单位:秒 注意:此字段可能返回 null,表示取不到有效值。
      • setDuration

        public void setDuration​(Long Duration)
        Set 录制时长。单位:秒 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Duration - 录制时长。单位:秒 注意:此字段可能返回 null,表示取不到有效值。
      • getRecordSize

        public Long getRecordSize()
        Get 录制文件大小 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RecordSize 录制文件大小 注意:此字段可能返回 null,表示取不到有效值。
      • setRecordSize

        public void setRecordSize​(Long RecordSize)
        Set 录制文件大小 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RecordSize - 录制文件大小 注意:此字段可能返回 null,表示取不到有效值。
      • getRecordUrl

        public String getRecordUrl()
        Get 录制url 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RecordUrl 录制url 注意:此字段可能返回 null,表示取不到有效值。
      • setRecordUrl

        public void setRecordUrl​(String RecordUrl)
        Set 录制url 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RecordUrl - 录制url 注意:此字段可能返回 null,表示取不到有效值。