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 The live recording template ID. | 
| String | getOutputObjectPath()Get The output path of the recording file. | 
| TaskOutputStorage | getOutputStorage()Get The storage of the recording file. | 
| void | setDefinition(Long Definition)Set The live recording template ID. | 
| void | setOutputObjectPath(String OutputObjectPath)Set The output path of the recording file. | 
| void | setOutputStorage(TaskOutputStorage OutputStorage)Set The storage of the recording file. | 
| 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 - The live recording template ID.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage - The storage of the recording file. If this parameter is left empty, the `OutputStorage` value of the parent folder will be inherited.
Note: This field may return null, indicating that no valid values can be obtained.public String getOutputObjectPath()
public void setOutputObjectPath(String OutputObjectPath)
OutputObjectPath - The output path of the recording file.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.