public class CreateTaskFlowResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dagId
The ID of the task flow.
|
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.
|
| 构造器和说明 |
|---|
CreateTaskFlowResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateTaskFlowResponseBody |
build(Map<String,?> map) |
Long |
getDagId() |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
CreateTaskFlowResponseBody |
setDagId(Long dagId) |
CreateTaskFlowResponseBody |
setErrorCode(String errorCode) |
CreateTaskFlowResponseBody |
setErrorMessage(String errorMessage) |
CreateTaskFlowResponseBody |
setRequestId(String requestId) |
CreateTaskFlowResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="DagId") public Long dagId
The ID of the task flow.
example:33***
@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:User can not access to Tenant [1]
@NameInMap(value="RequestId") public String requestId
The ID of the request. You can use the ID to query logs and troubleshoot issues.
example:19DA51A9-AC3E-5C36-8351-07EBCD2B89A1
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static CreateTaskFlowResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateTaskFlowResponseBody setDagId(Long dagId)
public Long getDagId()
public CreateTaskFlowResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public CreateTaskFlowResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public CreateTaskFlowResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateTaskFlowResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.