Class WhiteboardPushResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.WhiteboardPushResult
-
public class WhiteboardPushResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetErrorCode()Get 任务失败错误码StringgetErrorMsg()Get 错误信息LonggetExceptionCnt()Get 异常数StringgetFinishReason()Get AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流StringgetGroupId()Get IM群组IDLonggetIMSyncTime()Get 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。LonggetPushStartTime()Get 推流真实开始时间LonggetPushStopTime()Get 推流结束时间LonggetRoomId()Get 房间号voidsetErrorCode(Long ErrorCode)Set 任务失败错误码voidsetErrorMsg(String ErrorMsg)Set 错误信息voidsetExceptionCnt(Long ExceptionCnt)Set 异常数voidsetFinishReason(String FinishReason)Set AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流voidsetGroupId(String GroupId)Set IM群组IDvoidsetIMSyncTime(Long IMSyncTime)Set 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。voidsetPushStartTime(Long PushStartTime)Set 推流真实开始时间voidsetPushStopTime(Long PushStopTime)Set 推流结束时间voidsetRoomId(Long RoomId)Set 房间号voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
WhiteboardPushResult
public WhiteboardPushResult()
-
WhiteboardPushResult
public 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.
-
-
Method Detail
-
getFinishReason
public String getFinishReason()
Get AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流- Returns:
- FinishReason AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流
-
setFinishReason
public void setFinishReason(String FinishReason)
Set AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流- Parameters:
FinishReason- AUTO - 自动停止推流, USER_CALL - 用户主动调用停止推流
-
getExceptionCnt
public Long getExceptionCnt()
Get 异常数- Returns:
- ExceptionCnt 异常数
-
setExceptionCnt
public void setExceptionCnt(Long ExceptionCnt)
Set 异常数- Parameters:
ExceptionCnt- 异常数
-
getRoomId
public Long getRoomId()
Get 房间号- Returns:
- RoomId 房间号
-
setRoomId
public void setRoomId(Long RoomId)
Set 房间号- Parameters:
RoomId- 房间号
-
getGroupId
public String getGroupId()
Get IM群组ID- Returns:
- GroupId IM群组ID
-
setGroupId
public void setGroupId(String GroupId)
Set IM群组ID- Parameters:
GroupId- IM群组ID
-
getPushStartTime
public Long getPushStartTime()
Get 推流真实开始时间- Returns:
- PushStartTime 推流真实开始时间
-
setPushStartTime
public void setPushStartTime(Long PushStartTime)
Set 推流真实开始时间- Parameters:
PushStartTime- 推流真实开始时间
-
getPushStopTime
public Long getPushStopTime()
Get 推流结束时间- Returns:
- PushStopTime 推流结束时间
-
setPushStopTime
public void setPushStopTime(Long PushStopTime)
Set 推流结束时间- Parameters:
PushStopTime- 推流结束时间
-
getIMSyncTime
public Long getIMSyncTime()
Get 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。- Returns:
- IMSyncTime 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。
-
setIMSyncTime
public void setIMSyncTime(Long IMSyncTime)
Set 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。- Parameters:
IMSyncTime- 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。
-
getErrorCode
public Long getErrorCode()
Get 任务失败错误码- Returns:
- ErrorCode 任务失败错误码
-
setErrorCode
public void setErrorCode(Long ErrorCode)
Set 任务失败错误码- Parameters:
ErrorCode- 任务失败错误码
-
getErrorMsg
public String getErrorMsg()
Get 错误信息- Returns:
- ErrorMsg 错误信息
-
setErrorMsg
public void setErrorMsg(String ErrorMsg)
Set 错误信息- Parameters:
ErrorMsg- 错误信息
-
-