public class RecordInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Get 录制文件名。
|
Long |
getRecordBeginTime()
Get 录制开始时间(unix时间戳如:1234567868)。
|
Long |
getRecordStatus()
Get 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。
|
String |
getUserId()
Get 用户ID(当混流模式时,取值为0)。
|
void |
setFileName(String FileName)
Set 录制文件名。
|
void |
setRecordBeginTime(Long RecordBeginTime)
Set 录制开始时间(unix时间戳如:1234567868)。
|
void |
setRecordStatus(Long RecordStatus)
Set 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。
|
void |
setUserId(String UserId)
Set 用户ID(当混流模式时,取值为0)。
|
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 RecordInfo()
public RecordInfo(RecordInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户ID(当混流模式时,取值为0)。public String getFileName()
public void setFileName(String FileName)
FileName
- 录制文件名。public Long getRecordBeginTime()
public void setRecordBeginTime(Long RecordBeginTime)
RecordBeginTime
- 录制开始时间(unix时间戳如:1234567868)。public Long getRecordStatus()
public void setRecordStatus(Long RecordStatus)
RecordStatus
- 录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。Copyright © 2023. All rights reserved.