public class LiveRecordTaskInput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LiveRecordTaskInput() | 
| LiveRecordTaskInput(LiveRecordTaskInput 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 | getDefinition()Get 直播录制模板 ID。 | 
| String | getOutputObjectPath()Get 直播录制后文件的输出路径。
注意:此字段可能返回 null,表示取不到有效值。 | 
| TaskOutputStorage | getOutputStorage()Get 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDefinition(Long Definition)Set 直播录制模板 ID。 | 
| void | setOutputObjectPath(String OutputObjectPath)Set 直播录制后文件的输出路径。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOutputStorage(TaskOutputStorage OutputStorage)Set 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。
注意:此字段可能返回 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, toJsonStringpublic LiveRecordTaskInput()
public LiveRecordTaskInput(LiveRecordTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - 直播录制模板 ID。public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage - 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。
注意:此字段可能返回 null,表示取不到有效值。public String getOutputObjectPath()
public void setOutputObjectPath(String OutputObjectPath)
OutputObjectPath - 直播录制后文件的输出路径。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.