public class ListLhTaskFlowAndScenarioResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned if the request fails.
|
String |
errorMessage
The error message returned if the request fails.
|
ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGList |
rawDAGList
The task flows in the default business scenario.
|
String |
requestId
The ID of the request.
|
ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList |
scenarioDAGList
The task flows in other business scenarios.
|
Boolean |
success
Indicates whether the request is successful.
|
| 构造器和说明 |
|---|
ListLhTaskFlowAndScenarioResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request fails.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request fails.
example:UnknownError
@NameInMap(value="RawDAGList") public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGList rawDAGList
The task flows in the default business scenario.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:48602B78-0DDF-414C-8688-70CAB6070115
@NameInMap(value="ScenarioDAGList") public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList scenarioDAGList
The task flows in other business scenarios.
@NameInMap(value="Success") public Boolean success
Indicates whether the request is successful. Valid values:
true
public static ListLhTaskFlowAndScenarioResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListLhTaskFlowAndScenarioResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListLhTaskFlowAndScenarioResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListLhTaskFlowAndScenarioResponseBody setRawDAGList(ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGList rawDAGList)
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyRawDAGList getRawDAGList()
public ListLhTaskFlowAndScenarioResponseBody setRequestId(String requestId)
public String getRequestId()
public ListLhTaskFlowAndScenarioResponseBody setScenarioDAGList(ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList scenarioDAGList)
public ListLhTaskFlowAndScenarioResponseBody.ListLhTaskFlowAndScenarioResponseBodyScenarioDAGList getScenarioDAGList()
public ListLhTaskFlowAndScenarioResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.