public class GetDataCorrectSQLFileResponseBody
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 |
fileUrl
The download URL of the SQL script.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
GetDataCorrectSQLFileResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataCorrectSQLFileResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getFileUrl() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetDataCorrectSQLFileResponseBody |
setErrorCode(String errorCode) |
GetDataCorrectSQLFileResponseBody |
setErrorMessage(String errorMessage) |
GetDataCorrectSQLFileResponseBody |
setFileUrl(String fileUrl) |
GetDataCorrectSQLFileResponseBody |
setRequestId(String requestId) |
GetDataCorrectSQLFileResponseBody |
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="FileUrl") public String fileUrl
The download URL of the SQL script.
example:@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:283C461F-11D8-48AA-B695-DF092DA32AF3
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful.
example:true
public static GetDataCorrectSQLFileResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDataCorrectSQLFileResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetDataCorrectSQLFileResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetDataCorrectSQLFileResponseBody setFileUrl(String fileUrl)
public String getFileUrl()
public GetDataCorrectSQLFileResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDataCorrectSQLFileResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.