public class RecordTaskSearchResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RecordTaskSearchResult()  | 
RecordTaskSearchResult(RecordTaskSearchResult 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 | 
getCreateTime()
Get Creation time of the task. 
 | 
RecordTaskResult | 
getResult()
Get Real-time recording result. 
 | 
Long | 
getRoomId()
Get Room ID of the real-time recording task. 
 | 
Long | 
getSdkAppId()
Get SdkAppId of the whiteboard application. 
 | 
String | 
getStatus()
Get Status of the real-time recording task. 
 | 
String | 
getTaskId()
Get Unique task ID. 
 | 
void | 
setCreateTime(String CreateTime)
Set Creation time of the task. 
 | 
void | 
setResult(RecordTaskResult Result)
Set Real-time recording result. 
 | 
void | 
setRoomId(Long RoomId)
Set Room ID of the real-time recording task. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application. 
 | 
void | 
setStatus(String Status)
Set Status of the real-time recording task. 
 | 
void | 
setTaskId(String TaskId)
Set Unique task 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, toJsonStringpublic RecordTaskSearchResult()
public RecordTaskSearchResult(RecordTaskSearchResult source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Unique task ID.public String getStatus()
public void setStatus(String Status)
Status - Status of the real-time recording task.
- PAUSED: Recording paused.
- PREPARED: Recording in preparation.
- RECORDING: Recording in progress.
- STOPPED: Recording stopped.
- FINISHED: Recording finished.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - Room ID of the real-time recording task.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time of the task.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - SdkAppId of the whiteboard application.public RecordTaskResult getResult()
public void setResult(RecordTaskResult Result)
Result - Real-time recording result.Copyright © 2025. All rights reserved.