public class RecordTaskResult extends AbstractModel
skipSign
Constructor and Description |
---|
RecordTaskResult() |
RecordTaskResult(RecordTaskResult 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 |
getDetails()
Get Details.
|
Long |
getErrorCode()
Get Task execution error code.
|
String |
getErrorMsg()
Get Error message.
|
Long |
getExceptionCnt()
Get Number of exceptions.
|
String |
getFinishReason()
Get `AUTO`: Recording automatically stops.
|
String |
getGroupId()
Get Group ID.
|
OmittedDuration[] |
getOmittedDurations()
Get Omitted video durations.
|
Long |
getRecordStartTime()
Get Actual recording start time.
|
Long |
getRecordStopTime()
Get Recording end time.
|
Long |
getRoomId()
Get Room ID.
|
Long |
getTotalTime()
Get Recording duration.
|
VideoInfo[] |
getVideoInfos()
Get List of video information.
|
void |
setDetails(String Details)
Set Details.
|
void |
setErrorCode(Long ErrorCode)
Set Task execution error code.
|
void |
setErrorMsg(String ErrorMsg)
Set Error message.
|
void |
setExceptionCnt(Long ExceptionCnt)
Set Number of exceptions.
|
void |
setFinishReason(String FinishReason)
Set `AUTO`: Recording automatically stops.
|
void |
setGroupId(String GroupId)
Set Group ID.
|
void |
setOmittedDurations(OmittedDuration[] OmittedDurations)
Set Omitted video durations.
|
void |
setRecordStartTime(Long RecordStartTime)
Set Actual recording start time.
|
void |
setRecordStopTime(Long RecordStopTime)
Set Recording end time.
|
void |
setRoomId(Long RoomId)
Set Room ID.
|
void |
setTotalTime(Long TotalTime)
Set Recording duration.
|
void |
setVideoInfos(VideoInfo[] VideoInfos)
Set List of video information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RecordTaskResult()
public RecordTaskResult(RecordTaskResult source)
public String getFinishReason()
public void setFinishReason(String FinishReason)
FinishReason
- `AUTO`: Recording automatically stops. `USER_CALL`: The API for stopping recording is called.public Long getExceptionCnt()
public void setExceptionCnt(Long ExceptionCnt)
ExceptionCnt
- Number of exceptions.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- Room ID.public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Group ID.public Long getRecordStartTime()
public void setRecordStartTime(Long RecordStartTime)
RecordStartTime
- Actual recording start time.public Long getRecordStopTime()
public void setRecordStopTime(Long RecordStopTime)
RecordStopTime
- Recording end time.public Long getTotalTime()
public void setTotalTime(Long TotalTime)
TotalTime
- Recording duration.public VideoInfo[] getVideoInfos()
public void setVideoInfos(VideoInfo[] VideoInfos)
VideoInfos
- List of video information.public OmittedDuration[] getOmittedDurations()
public void setOmittedDurations(OmittedDuration[] OmittedDurations)
OmittedDurations
- Omitted video durations.public String getDetails()
public void setDetails(String Details)
Details
- Details.public Long getErrorCode()
public void setErrorCode(Long ErrorCode)
ErrorCode
- Task execution error code.public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg
- Error message.Copyright © 2023. All rights reserved.