Class RecordInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.RecordInfo
-
public class RecordInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecordInfo()RecordInfo(RecordInfo 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 StringgetFileName()Get 录制文件名。LonggetRecordBeginTime()Get 录制开始时间(unix时间戳如:1234567868)。LonggetRecordStatus()Get 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。StringgetUserId()Get 用户ID(当混流模式时,取值为0)。voidsetFileName(String FileName)Set 录制文件名。voidsetRecordBeginTime(Long RecordBeginTime)Set 录制开始时间(unix时间戳如:1234567868)。voidsetRecordStatus(Long RecordStatus)Set 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。voidsetUserId(String UserId)Set 用户ID(当混流模式时,取值为0)。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
-
RecordInfo
public RecordInfo()
-
RecordInfo
public RecordInfo(RecordInfo 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
-
getUserId
public String getUserId()
Get 用户ID(当混流模式时,取值为0)。- Returns:
- UserId 用户ID(当混流模式时,取值为0)。
-
setUserId
public void setUserId(String UserId)
Set 用户ID(当混流模式时,取值为0)。- Parameters:
UserId- 用户ID(当混流模式时,取值为0)。
-
getFileName
public String getFileName()
Get 录制文件名。- Returns:
- FileName 录制文件名。
-
setFileName
public void setFileName(String FileName)
Set 录制文件名。- Parameters:
FileName- 录制文件名。
-
getRecordBeginTime
public Long getRecordBeginTime()
Get 录制开始时间(unix时间戳如:1234567868)。- Returns:
- RecordBeginTime 录制开始时间(unix时间戳如:1234567868)。
-
setRecordBeginTime
public void setRecordBeginTime(Long RecordBeginTime)
Set 录制开始时间(unix时间戳如:1234567868)。- Parameters:
RecordBeginTime- 录制开始时间(unix时间戳如:1234567868)。
-
getRecordStatus
public Long getRecordStatus()
Get 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。- Returns:
- RecordStatus 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。
-
setRecordStatus
public void setRecordStatus(Long RecordStatus)
Set 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。- Parameters:
RecordStatus- 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。
-
-