Class LiveRecordItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.LiveRecordItem
-
public class LiveRecordItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveRecordItem()LiveRecordItem(LiveRecordItem 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 LonggetEndTime()Get 录制结束时间LonggetExpectDeleteTime()Get 过期时间LonggetFileSize()Get 文件大小LonggetIntID()Get 录制文件自增IDStringgetLiveChannelId()Get 直播频道IDStringgetRecordPlanId()Get 录制计划IDLonggetRecordTimeLen()Get 录制时长LonggetStartTime()Get 录制开始时间StringgetVideoUrl()Get 录制文件urlvoidsetEndTime(Long EndTime)Set 录制结束时间voidsetExpectDeleteTime(Long ExpectDeleteTime)Set 过期时间voidsetFileSize(Long FileSize)Set 文件大小voidsetIntID(Long IntID)Set 录制文件自增IDvoidsetLiveChannelId(String LiveChannelId)Set 直播频道IDvoidsetRecordPlanId(String RecordPlanId)Set 录制计划IDvoidsetRecordTimeLen(Long RecordTimeLen)Set 录制时长voidsetStartTime(Long StartTime)Set 录制开始时间voidsetVideoUrl(String VideoUrl)Set 录制文件urlvoidtoMap(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
-
LiveRecordItem
public LiveRecordItem()
-
LiveRecordItem
public LiveRecordItem(LiveRecordItem 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
-
getIntID
public Long getIntID()
Get 录制文件自增ID- Returns:
- IntID 录制文件自增ID
-
setIntID
public void setIntID(Long IntID)
Set 录制文件自增ID- Parameters:
IntID- 录制文件自增ID
-
getLiveChannelId
public String getLiveChannelId()
Get 直播频道ID- Returns:
- LiveChannelId 直播频道ID
-
setLiveChannelId
public void setLiveChannelId(String LiveChannelId)
Set 直播频道ID- Parameters:
LiveChannelId- 直播频道ID
-
getExpectDeleteTime
public Long getExpectDeleteTime()
Get 过期时间- Returns:
- ExpectDeleteTime 过期时间
-
setExpectDeleteTime
public void setExpectDeleteTime(Long ExpectDeleteTime)
Set 过期时间- Parameters:
ExpectDeleteTime- 过期时间
-
getRecordTimeLen
public Long getRecordTimeLen()
Get 录制时长- Returns:
- RecordTimeLen 录制时长
-
setRecordTimeLen
public void setRecordTimeLen(Long RecordTimeLen)
Set 录制时长- Parameters:
RecordTimeLen- 录制时长
-
getFileSize
public Long getFileSize()
Get 文件大小- Returns:
- FileSize 文件大小
-
setFileSize
public void setFileSize(Long FileSize)
Set 文件大小- Parameters:
FileSize- 文件大小
-
getVideoUrl
public String getVideoUrl()
Get 录制文件url- Returns:
- VideoUrl 录制文件url
-
setVideoUrl
public void setVideoUrl(String VideoUrl)
Set 录制文件url- Parameters:
VideoUrl- 录制文件url
-
getRecordPlanId
public String getRecordPlanId()
Get 录制计划ID- Returns:
- RecordPlanId 录制计划ID
-
setRecordPlanId
public void setRecordPlanId(String RecordPlanId)
Set 录制计划ID- Parameters:
RecordPlanId- 录制计划ID
-
getStartTime
public Long getStartTime()
Get 录制开始时间- Returns:
- StartTime 录制开始时间
-
setStartTime
public void setStartTime(Long StartTime)
Set 录制开始时间- Parameters:
StartTime- 录制开始时间
-
getEndTime
public Long getEndTime()
Get 录制结束时间- Returns:
- EndTime 录制结束时间
-
setEndTime
public void setEndTime(Long EndTime)
Set 录制结束时间- Parameters:
EndTime- 录制结束时间
-
-