public class LiveRecordInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveRecordInfo() |
LiveRecordInfo(LiveRecordInfo 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 |
---|---|
String |
getRecordEndTime()
Get 录制结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getRecordStartTime()
Get 录制起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getStreamId()
Get 直播录制流 ID。
|
void |
setRecordEndTime(String RecordEndTime)
Set 录制结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setRecordStartTime(String RecordStartTime)
Set 录制起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setStreamId(String StreamId)
Set 直播录制流 ID。
|
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, toJsonString
public LiveRecordInfo()
public LiveRecordInfo(LiveRecordInfo source)
public String getStreamId()
public void setStreamId(String StreamId)
StreamId
- 直播录制流 ID。public String getRecordStartTime()
public void setRecordStartTime(String RecordStartTime)
RecordStartTime
- 录制起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public String getRecordEndTime()
public void setRecordEndTime(String RecordEndTime)
RecordEndTime
- 录制结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2024. All rights reserved.