Class LiveRecordResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.LiveRecordResult
-
public class LiveRecordResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveRecordResult()LiveRecordResult(LiveRecordResult 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 LiveRecordFile[]getFileList()Get 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。TaskOutputStoragegetOutputStorage()Get 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。voidsetFileList(LiveRecordFile[] FileList)Set 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。voidsetOutputStorage(TaskOutputStorage OutputStorage)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
-
LiveRecordResult
public LiveRecordResult()
-
LiveRecordResult
public LiveRecordResult(LiveRecordResult 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
-
getOutputStorage
public TaskOutputStorage getOutputStorage()
Get 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutputStorage 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。
-
setOutputStorage
public void setOutputStorage(TaskOutputStorage OutputStorage)
Set 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutputStorage- 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。
-
getFileList
public LiveRecordFile[] getFileList()
Get 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileList 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。
-
setFileList
public void setFileList(LiveRecordFile[] FileList)
Set 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileList- 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。
-
-