public class DescribeWhiteboardPushResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeWhiteboardPushResponse() |
DescribeWhiteboardPushResponse(DescribeWhiteboardPushResponse 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 |
getBackup()
Get Result information of the backup push task.
|
Long |
getExceptionCnt()
Get Number of exceptions during push.
|
String |
getFinishReason()
Get Reason for push stop.
|
String |
getGroupId()
Get Group ID of the whiteboard.
|
Long |
getIMSyncTime()
Get IM timestamp corresponding to the first frame of the whiteboard push video.
|
Long |
getPushStartTime()
Get Actual push start time, which is a Unix timestamp in seconds.
|
Long |
getPushStopTime()
Get Actual push stop time, which is a Unix timestamp in seconds.
|
String |
getPushUserId()
Get User ID of the push task.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getRoomId()
Get Room ID.
|
String |
getStatus()
Get Status of the push task.
|
String |
getTaskId()
Get ID of the whiteboard push task.
|
void |
setBackup(String Backup)
Set Result information of the backup push task.
|
void |
setExceptionCnt(Long ExceptionCnt)
Set Number of exceptions during push.
|
void |
setFinishReason(String FinishReason)
Set Reason for push stop.
|
void |
setGroupId(String GroupId)
Set Group ID of the whiteboard.
|
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, which is a Unix timestamp in seconds.
|
void |
setPushStopTime(Long PushStopTime)
Set Actual push stop time, which is a Unix timestamp in seconds.
|
void |
setPushUserId(String PushUserId)
Set User ID of the push task.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setRoomId(Long RoomId)
Set Room ID.
|
void |
setStatus(String Status)
Set Status of the push task.
|
void |
setTaskId(String TaskId)
Set ID of the whiteboard push task.
|
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 DescribeWhiteboardPushResponse()
public DescribeWhiteboardPushResponse(DescribeWhiteboardPushResponse source)
public String getFinishReason()
public void setFinishReason(String FinishReason)
FinishReason
- Reason for push stop.
- AUTO: Pushing automatically stops because no upstream audio/video or whiteboard operation occurs in the room for a long time.
- USER_CALL: The API for stopping pushing is called.
- EXCEPTION: An exception occurred.public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- ID of the whiteboard push task.public String getStatus()
public void setStatus(String Status)
Status
- Status of the push task.
- PREPARED: Push in preparation (including entering the room and starting the push service).
- PUSHING: Pushing in progress.
- STOPPED: Pushing stopped.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- Room ID.public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Group ID of the whiteboard.public String getPushUserId()
public void setPushUserId(String PushUserId)
PushUserId
- User ID of the push task.public Long getPushStartTime()
public void setPushStartTime(Long PushStartTime)
PushStartTime
- Actual push start time, which is a Unix timestamp in seconds.public Long getPushStopTime()
public void setPushStopTime(Long PushStopTime)
PushStopTime
- Actual push stop time, which is a Unix timestamp in seconds.public Long getExceptionCnt()
public void setExceptionCnt(Long ExceptionCnt)
ExceptionCnt
- Number of exceptions during push.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 String getBackup()
public void setBackup(String Backup)
Backup
- Result information of the backup push task.
Note: This parameter may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.