public class GetTaskResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetTaskResponseBody.GetTaskResponseBodyTask |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
GetTaskResponseBody.GetTaskResponseBodyTask |
task
The task node.
|
| 构造器和说明 |
|---|
GetTaskResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTaskResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetTaskResponseBody.GetTaskResponseBodyTask |
getTask() |
GetTaskResponseBody |
setErrorCode(String errorCode) |
GetTaskResponseBody |
setErrorMessage(String errorMessage) |
GetTaskResponseBody |
setRequestId(String requestId) |
GetTaskResponseBody |
setSuccess(Boolean success) |
GetTaskResponseBody |
setTask(GetTaskResponseBody.GetTaskResponseBodyTask task) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request. You can use the ID to query logs and troubleshoot issues.
example:7838266C-E17B-58F4-B072-4DC356B58258
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="Task") public GetTaskResponseBody.GetTaskResponseBodyTask task
The task node.
public static GetTaskResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetTaskResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetTaskResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetTaskResponseBody setRequestId(String requestId)
public String getRequestId()
public GetTaskResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public GetTaskResponseBody setTask(GetTaskResponseBody.GetTaskResponseBodyTask task)
public GetTaskResponseBody.GetTaskResponseBodyTask getTask()
Copyright © 2025. All rights reserved.