public class TrtcRecordInfo extends AbstractModel
Constructor and Description |
---|
TrtcRecordInfo() |
TrtcRecordInfo(TrtcRecordInfo 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 |
---|---|
String |
getRoomId()
Get TRTC 房间 ID。
|
Long |
getSdkAppId()
Get TRTC 应用 ID。
|
String |
getTaskId()
Get 录制任务 ID。
|
String[] |
getUserIds()
Get 参与录制的用户 ID 列表。
|
void |
setRoomId(String RoomId)
Set TRTC 房间 ID。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC 应用 ID。
|
void |
setTaskId(String TaskId)
Set 录制任务 ID。
|
void |
setUserIds(String[] UserIds)
Set 参与录制的用户 ID 列表。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TrtcRecordInfo()
public TrtcRecordInfo(TrtcRecordInfo source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC 应用 ID。public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- TRTC 房间 ID。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 录制任务 ID。public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- 参与录制的用户 ID 列表。Copyright © 2023. All rights reserved.