public class WhiteboardPushResult extends AbstractModel
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 任务失败错误码
|
String |
getErrorMsg()
Get 错误信息
|
Long |
getExceptionCnt()
Get 异常数
|
String |
getFinishReason()
Get AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流
|
String |
getGroupId()
Get IM群组ID
|
Long |
getIMSyncTime()
Get 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。
|
Long |
getPushStartTime()
Get 推流真实开始时间
|
Long |
getPushStopTime()
Get 推流结束时间
|
Long |
getRoomId()
Get 房间号
|
void |
setErrorCode(Long ErrorCode)
Set 任务失败错误码
|
void |
setErrorMsg(String ErrorMsg)
Set 错误信息
|
void |
setExceptionCnt(Long ExceptionCnt)
Set 异常数
|
void |
setFinishReason(String FinishReason)
Set AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流
|
void |
setGroupId(String GroupId)
Set IM群组ID
|
void |
setIMSyncTime(Long IMSyncTime)
Set 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。
|
void |
setPushStartTime(Long PushStartTime)
Set 推流真实开始时间
|
void |
setPushStopTime(Long PushStopTime)
Set 推流结束时间
|
void |
setRoomId(Long RoomId)
Set 房间号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public WhiteboardPushResult()
public WhiteboardPushResult(WhiteboardPushResult source)
public String getFinishReason()
public void setFinishReason(String FinishReason)
FinishReason
- AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流public Long getExceptionCnt()
public void setExceptionCnt(Long ExceptionCnt)
ExceptionCnt
- 异常数public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间号public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- IM群组IDpublic Long getPushStartTime()
public void setPushStartTime(Long PushStartTime)
PushStartTime
- 推流真实开始时间public Long getPushStopTime()
public void setPushStopTime(Long PushStopTime)
PushStopTime
- 推流结束时间public Long getIMSyncTime()
public void setIMSyncTime(Long IMSyncTime)
IMSyncTime
- 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。public Long getErrorCode()
public void setErrorCode(Long ErrorCode)
ErrorCode
- 任务失败错误码public String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg
- 错误信息Copyright © 2023. All rights reserved.