Class LiveRecordFile
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.LiveRecordFile
-
public class LiveRecordFile extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDuration()Get 直播录制文件时长 注意:此字段可能返回 null,表示取不到有效值。StringgetEndTime()Get 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。LonggetSize()Get 直播录制文件大小 注意:此字段可能返回 null,表示取不到有效值。StringgetStartTime()Get 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。StringgetUrl()Get 直播录制文件地址 注意:此字段可能返回 null,表示取不到有效值。voidsetDuration(Long Duration)Set 直播录制文件时长 注意:此字段可能返回 null,表示取不到有效值。voidsetEndTime(String EndTime)Set 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。voidsetSize(Long Size)Set 直播录制文件大小 注意:此字段可能返回 null,表示取不到有效值。voidsetStartTime(String StartTime)Set 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。voidsetUrl(String Url)Set 直播录制文件地址 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LiveRecordFile
public LiveRecordFile()
-
LiveRecordFile
public 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.
-
-
Method Detail
-
getUrl
public String getUrl()
Get 直播录制文件地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Url 直播录制文件地址 注意:此字段可能返回 null,表示取不到有效值。
-
setUrl
public void setUrl(String Url)
Set 直播录制文件地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Url- 直播录制文件地址 注意:此字段可能返回 null,表示取不到有效值。
-
getSize
public Long getSize()
Get 直播录制文件大小 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Size 直播录制文件大小 注意:此字段可能返回 null,表示取不到有效值。
-
setSize
public void setSize(Long Size)
Set 直播录制文件大小 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Size- 直播录制文件大小 注意:此字段可能返回 null,表示取不到有效值。
-
getDuration
public Long getDuration()
Get 直播录制文件时长 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Duration 直播录制文件时长 注意:此字段可能返回 null,表示取不到有效值。
-
setDuration
public void setDuration(Long Duration)
Set 直播录制文件时长 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Duration- 直播录制文件时长 注意:此字段可能返回 null,表示取不到有效值。
-
getStartTime
public String getStartTime()
Get 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartTime 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。
-
setStartTime
public void setStartTime(String StartTime)
Set 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartTime- 直播录制文件开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。
-
getEndTime
public String getEndTime()
Get 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EndTime 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。
-
setEndTime
public void setEndTime(String EndTime)
Set 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EndTime- 直播录制文件结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 注意:此字段可能返回 null,表示取不到有效值。
-
-