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 The duration of the recording file.
|
String |
getEndTime()
Get The recording end time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
Long |
getSize()
Get The size of the recording file.
|
String |
getStartTime()
Get The recording start time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
String |
getUrl()
Get The URL of the recording file.
|
void |
setDuration(Long Duration)
Set The duration of the recording file.
|
void |
setEndTime(String EndTime)
Set The recording end time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setSize(Long Size)
Set The size of the recording file.
|
void |
setStartTime(String StartTime)
Set The recording start time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setUrl(String Url)
Set The URL of the recording file.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LiveRecordFile()
public LiveRecordFile(LiveRecordFile source)
public String getUrl()
public void setUrl(String Url)
Url
- The URL of the recording file.
Note: This field may return·null, indicating that no valid values can be obtained.public Long getSize()
public void setSize(Long Size)
Size
- The size of the recording file.
Note: This field may return·null, indicating that no valid values can be obtained.public Long getDuration()
public void setDuration(Long Duration)
Duration
- The duration of the recording file.
Note: This field may return·null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The recording start time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return·null, indicating that no valid values can be obtained.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The recording end time in [ISO date format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.