public class TaskResult extends AbstractModel
Constructor and Description |
---|
TaskResult() |
TaskResult(TaskResult 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 |
getCode()
Get Error code.
|
String |
getDataId()
Get Data ID passed when you request the data
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMessage()
Get Error message
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTaskId()
Get Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCode(String Code)
Set Error code.
|
void |
setDataId(String DataId)
Set Data ID passed when you request the data
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMessage(String Message)
Set Error message
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTaskId(String TaskId)
Set Task ID
Note: This field may return null, indicating that no valid values can be obtained.
|
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 TaskResult()
public TaskResult(TaskResult source)
public String getDataId()
public void setDataId(String DataId)
DataId
- Data ID passed when you request the data
Note: This field may return null, indicating that no valid values can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID
Note: This field may return null, indicating that no valid values can be obtained.public String getCode()
public void setCode(String Code)
Code
- Error code. If `OK` is returned, it indicates the task is created successfully. You can see common error codes for more details.
Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Error message
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.