public class WhiteboardPushTaskSearchResult extends AbstractModel
skipSign
Constructor and Description |
---|
WhiteboardPushTaskSearchResult() |
WhiteboardPushTaskSearchResult(WhiteboardPushTaskSearchResult 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 |
getCreateTime()
Get Creation time of the task.
|
String |
getPushUserId()
Get User ID of the whiteboard push task.
|
WhiteboardPushResult |
getResult()
Get Whiteboard push result.
|
Long |
getRoomId()
Get Room ID of the whiteboard push task.
|
Long |
getSdkAppId()
Get SdkAppId of the whiteboard application.
|
String |
getStatus()
Get Status of the whiteboard push task.
|
String |
getTaskId()
Get Unique task ID.
|
void |
setCreateTime(String CreateTime)
Set Creation time of the task.
|
void |
setPushUserId(String PushUserId)
Set User ID of the whiteboard push task.
|
void |
setResult(WhiteboardPushResult Result)
Set Whiteboard push result.
|
void |
setRoomId(Long RoomId)
Set Room ID of the whiteboard push task.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application.
|
void |
setStatus(String Status)
Set Status of the whiteboard push task.
|
void |
setTaskId(String TaskId)
Set Unique task 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 WhiteboardPushTaskSearchResult()
public WhiteboardPushTaskSearchResult(WhiteboardPushTaskSearchResult source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Unique task ID.public String getStatus()
public void setStatus(String Status)
Status
- Status of the whiteboard push task.
- PREPARED: Push in preparation.
- PUSHING: Pushing in progress.
- STOPPED: Pushing stopped.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- Room ID of the whiteboard push task.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time of the task.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the whiteboard application.public WhiteboardPushResult getResult()
public void setResult(WhiteboardPushResult Result)
Result
- Whiteboard push result.public String getPushUserId()
public void setPushUserId(String PushUserId)
PushUserId
- User ID of the whiteboard push task.Copyright © 2023. All rights reserved.