public class RestartDataCorrectSQLJobResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned.
|
String |
errorMessage
The error message returned.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request is successful.
|
| 构造器和说明 |
|---|
RestartDataCorrectSQLJobResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RestartDataCorrectSQLJobResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
RestartDataCorrectSQLJobResponseBody |
setErrorCode(String errorCode) |
RestartDataCorrectSQLJobResponseBody |
setErrorMessage(String errorMessage) |
RestartDataCorrectSQLJobResponseBody |
setRequestId(String requestId) |
RestartDataCorrectSQLJobResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:809B52F2-CD2B-53DA-88C8-F7042787E673
@NameInMap(value="Success") public Boolean success
Indicates whether the request is successful. Valid values:
true
public static RestartDataCorrectSQLJobResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RestartDataCorrectSQLJobResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public RestartDataCorrectSQLJobResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public RestartDataCorrectSQLJobResponseBody setRequestId(String requestId)
public String getRequestId()
public RestartDataCorrectSQLJobResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.