public class ListTaskFlowConstantsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListTaskFlowConstantsResponseBody.ListTaskFlowConstantsResponseBodyDagConstants |
static class |
ListTaskFlowConstantsResponseBody.ListTaskFlowConstantsResponseBodyDagConstantsDagConstant |
| 限定符和类型 | 字段和说明 |
|---|---|
ListTaskFlowConstantsResponseBody.ListTaskFlowConstantsResponseBodyDagConstants |
dagConstants
A list of constant key-value pairs for 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.
|
| 构造器和说明 |
|---|
ListTaskFlowConstantsResponseBody() |
@NameInMap(value="DagConstants") public ListTaskFlowConstantsResponseBody.ListTaskFlowConstantsResponseBodyDagConstants dagConstants
A list of constant key-value pairs for the task flow.
@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 locate logs and troubleshoot issues.
example:028BF827-3801-5869-8548-F4A039256304
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public static ListTaskFlowConstantsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListTaskFlowConstantsResponseBody setDagConstants(ListTaskFlowConstantsResponseBody.ListTaskFlowConstantsResponseBodyDagConstants dagConstants)
public ListTaskFlowConstantsResponseBody.ListTaskFlowConstantsResponseBodyDagConstants getDagConstants()
public ListTaskFlowConstantsResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListTaskFlowConstantsResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListTaskFlowConstantsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListTaskFlowConstantsResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.