public class LiveRecordItem extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime()
Get 录制结束时间
|
Long |
getExpectDeleteTime()
Get 过期时间
|
Long |
getFileSize()
Get 文件大小
|
Long |
getIntID()
Get 录制文件自增ID
|
String |
getLiveChannelId()
Get 直播频道ID
|
String |
getRecordPlanId()
Get 录制计划ID
|
Long |
getRecordTimeLen()
Get 录制时长
|
Long |
getStartTime()
Get 录制开始时间
|
String |
getVideoUrl()
Get 录制文件url
|
void |
setEndTime(Long EndTime)
Set 录制结束时间
|
void |
setExpectDeleteTime(Long ExpectDeleteTime)
Set 过期时间
|
void |
setFileSize(Long FileSize)
Set 文件大小
|
void |
setIntID(Long IntID)
Set 录制文件自增ID
|
void |
setLiveChannelId(String LiveChannelId)
Set 直播频道ID
|
void |
setRecordPlanId(String RecordPlanId)
Set 录制计划ID
|
void |
setRecordTimeLen(Long RecordTimeLen)
Set 录制时长
|
void |
setStartTime(Long StartTime)
Set 录制开始时间
|
void |
setVideoUrl(String VideoUrl)
Set 录制文件url
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LiveRecordItem()
public LiveRecordItem(LiveRecordItem source)
public Long getIntID()
public void setIntID(Long IntID)
IntID
- 录制文件自增IDpublic String getLiveChannelId()
public void setLiveChannelId(String LiveChannelId)
LiveChannelId
- 直播频道IDpublic Long getExpectDeleteTime()
public void setExpectDeleteTime(Long ExpectDeleteTime)
ExpectDeleteTime
- 过期时间public Long getRecordTimeLen()
public void setRecordTimeLen(Long RecordTimeLen)
RecordTimeLen
- 录制时长public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize
- 文件大小public String getVideoUrl()
public void setVideoUrl(String VideoUrl)
VideoUrl
- 录制文件urlpublic String getRecordPlanId()
public void setRecordPlanId(String RecordPlanId)
RecordPlanId
- 录制计划IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 录制开始时间public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 录制结束时间Copyright © 2022. All rights reserved.