public class LiveRecordResult extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
LiveRecordFile[] |
getFileList()
Get The recording segments.
|
TaskOutputStorage |
getOutputStorage()
Get The storage of the recording file.
|
void |
setFileList(LiveRecordFile[] FileList)
Set The recording segments.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveRecordResult()
public LiveRecordResult(LiveRecordResult source)
public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- The storage of the recording file.
Note: This field may return·null, indicating that no valid values can be obtained.public LiveRecordFile[] getFileList()
public void setFileList(LiveRecordFile[] FileList)
FileList
- The recording segments.
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.