public class WhiteboardPushResult extends AbstractModel
skipSign
Constructor and Description |
---|
WhiteboardPushResult() |
WhiteboardPushResult(WhiteboardPushResult 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 |
---|---|
Long |
getErrorCode()
Get Task execution error code.
|
String |
getErrorMsg()
Get Error message.
|
Long |
getExceptionCnt()
Get Number of exceptions.
|
String |
getFinishReason()
Get `AUTO`: Pushing automatically stops.
|
String |
getGroupId()
Get IM group ID.
|
Long |
getIMSyncTime()
Get IM timestamp corresponding to the first frame of the whiteboard push video.
|
Long |
getPushStartTime()
Get Actual push start time.
|
Long |
getPushStopTime()
Get Push end time.
|
Long |
getRoomId()
Get Room ID.
|
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`: Pushing automatically stops.
|
void |
setGroupId(String GroupId)
Set IM group ID.
|
void |
setIMSyncTime(Long IMSyncTime)
Set IM timestamp corresponding to the first frame of the whiteboard push video.
|
void |
setPushStartTime(Long PushStartTime)
Set Actual push start time.
|
void |
setPushStopTime(Long PushStopTime)
Set Push end time.
|
void |
setRoomId(Long RoomId)
Set Room ID.
|
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 WhiteboardPushResult()
public WhiteboardPushResult(WhiteboardPushResult source)
public String getFinishReason()
public void setFinishReason(String FinishReason)
FinishReason
- `AUTO`: Pushing automatically stops. `USER_CALL`: The API for stopping pushing 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
- IM group ID.public Long getPushStartTime()
public void setPushStartTime(Long PushStartTime)
PushStartTime
- Actual push start time.public Long getPushStopTime()
public void setPushStopTime(Long PushStopTime)
PushStopTime
- Push end time.public Long getIMSyncTime()
public void setIMSyncTime(Long IMSyncTime)
IMSyncTime
- IM timestamp corresponding to the first frame of the whiteboard push video. The timestamp is used for time synchronization between IM messages and the whiteboard push video during playback.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.