public class DeleteTaskFlowEdgesByConditionResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
DeleteTaskFlowEdgesByConditionResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteTaskFlowEdgesByConditionResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DeleteTaskFlowEdgesByConditionResponseBody |
setErrorCode(String errorCode) |
DeleteTaskFlowEdgesByConditionResponseBody |
setErrorMessage(String errorMessage) |
DeleteTaskFlowEdgesByConditionResponseBody |
setRequestId(String requestId) |
DeleteTaskFlowEdgesByConditionResponseBody |
setSuccess(Boolean success) |
@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:21234B66-6859-5558-9E5B-006EFE915CD0
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
public DeleteTaskFlowEdgesByConditionResponseBody()
public static DeleteTaskFlowEdgesByConditionResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteTaskFlowEdgesByConditionResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public DeleteTaskFlowEdgesByConditionResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public DeleteTaskFlowEdgesByConditionResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteTaskFlowEdgesByConditionResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.