public class StartWhiteboardPushResponse extends AbstractModel
skipSign
Constructor and Description |
---|
StartWhiteboardPushResponse() |
StartWhiteboardPushResponse(StartWhiteboardPushResponse 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 parameters of the backup task.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getTaskId()
Get Push task ID.
|
void |
setBackup(String Backup)
Set Result parameters of the backup task.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTaskId(String TaskId)
Set Push 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 StartWhiteboardPushResponse()
public StartWhiteboardPushResponse(StartWhiteboardPushResponse source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Push task ID.public String getBackup()
public void setBackup(String Backup)
Backup
- Result parameters of the backup 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.