public class LiveStreamRecordResultInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveStreamRecordResultInfo() |
LiveStreamRecordResultInfo(LiveStreamRecordResultInfo 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[] |
getFileResults()
Get 文件列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRecordOver()
Get 录制是否结束。
0:录制未结束,返回单个文件结果
1:录制结束,返回所有录制文件结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileResults(LiveRecordFile[] FileResults)
Set 文件列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecordOver(Long RecordOver)
Set 录制是否结束。
0:录制未结束,返回单个文件结果
1:录制结束,返回所有录制文件结果
注意:此字段可能返回 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, toJsonString
public LiveStreamRecordResultInfo()
public LiveStreamRecordResultInfo(LiveStreamRecordResultInfo source)
public Long getRecordOver()
public void setRecordOver(Long RecordOver)
RecordOver
- 录制是否结束。
0:录制未结束,返回单个文件结果
1:录制结束,返回所有录制文件结果
注意:此字段可能返回 null,表示取不到有效值。public LiveRecordFile[] getFileResults()
public void setFileResults(LiveRecordFile[] FileResults)
FileResults
- 文件列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.