public class LiveRecordFile extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LiveRecordFile() | 
| LiveRecordFile(LiveRecordFile 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 | getDuration()Get 直播录制文件时长
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getEndTime()Get 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getSize()Get 直播录制文件大小
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStartTime()Get 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUrl()Get 直播录制文件地址
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDuration(Long Duration)Set 直播录制文件时长
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEndTime(String EndTime)Set 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSize(Long Size)Set 直播录制文件大小
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStartTime(String StartTime)Set 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUrl(String Url)Set 直播录制文件地址
注意:此字段可能返回 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 LiveRecordFile()
public LiveRecordFile(LiveRecordFile source)
public String getUrl()
public void setUrl(String Url)
Url - 直播录制文件地址
注意:此字段可能返回 null,表示取不到有效值。public Long getSize()
public void setSize(Long Size)
Size - 直播录制文件大小
注意:此字段可能返回 null,表示取不到有效值。public Long getDuration()
public void setDuration(Long Duration)
Duration - 直播录制文件时长
注意:此字段可能返回 null,表示取不到有效值。public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
注意:此字段可能返回 null,表示取不到有效值。public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.