public class BackFillResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagInstanceId
The ID of the execution record of the task flow.
|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
Long |
nodeId
The ID of the node.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
BackFillResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BackFillResponseBody |
build(Map<String,?> map) |
Long |
getDagInstanceId() |
String |
getErrorCode() |
String |
getErrorMessage() |
Long |
getNodeId() |
String |
getRequestId() |
Boolean |
getSuccess() |
BackFillResponseBody |
setDagInstanceId(Long dagInstanceId) |
BackFillResponseBody |
setErrorCode(String errorCode) |
BackFillResponseBody |
setErrorMessage(String errorMessage) |
BackFillResponseBody |
setNodeId(Long nodeId) |
BackFillResponseBody |
setRequestId(String requestId) |
BackFillResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="DagInstanceId") public Long dagInstanceId
The ID of the execution record of the task flow.
example:47****
@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="NodeId") public Long nodeId
The ID of the node.
example:43****
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:7FAD400F-7A5C-4193-8F9A-39D86C4F0231
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static BackFillResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic BackFillResponseBody setDagInstanceId(Long dagInstanceId)
public Long getDagInstanceId()
public BackFillResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public BackFillResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public BackFillResponseBody setNodeId(Long nodeId)
public Long getNodeId()
public BackFillResponseBody setRequestId(String requestId)
public String getRequestId()
public BackFillResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.