Class EventDataInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.EventDataInfo
-
public class EventDataInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDevice()Get 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.LonggetDuration()Get 录制时长。单位:秒 注意:此字段可能返回 null,表示取不到有效值。LonggetRecordSize()Get 录制文件大小 注意:此字段可能返回 null,表示取不到有效值。StringgetRecordUrl()Get 录制url 注意:此字段可能返回 null,表示取不到有效值。LonggetRoomId()Get 事件发生的房间号。 注意:此字段可能返回 null,表示取不到有效值。StringgetUserId()Get 事件发生的用户。 注意:此字段可能返回 null,表示取不到有效值。voidsetDevice(Long Device)Set 用户设备类型。0: Unknown; 1: Windows; 2: macOS; 3: Android; 4: iOS; 5: Web; 6: Mobile webpage; 7: Weixin Mini Program.voidsetDuration(Long Duration)Set 录制时长。单位:秒 注意:此字段可能返回 null,表示取不到有效值。voidsetRecordSize(Long RecordSize)Set 录制文件大小 注意:此字段可能返回 null,表示取不到有效值。voidsetRecordUrl(String RecordUrl)Set 录制url 注意:此字段可能返回 null,表示取不到有效值。voidsetRoomId(Long RoomId)Set 事件发生的房间号。 注意:此字段可能返回 null,表示取不到有效值。voidsetUserId(String UserId)Set 事件发生的用户。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-