public class GetStructSyncExecSqlDetailResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetStructSyncExecSqlDetailResponseBody.GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code.
|
String |
errorMessage
The error message.
|
String |
requestId
The ID of the request.
|
GetStructSyncExecSqlDetailResponseBody.GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail |
structSyncExecSqlDetail
The details of the SQL statements.
|
Boolean |
success
Indicates whether the request is successful.
|
| 构造器和说明 |
|---|
GetStructSyncExecSqlDetailResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
The error code.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:1810E635-A2D7-428B-BAA9-85DAEB9B1A77
@NameInMap(value="StructSyncExecSqlDetail") public GetStructSyncExecSqlDetailResponseBody.GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail structSyncExecSqlDetail
The details of the SQL statements.
@NameInMap(value="Success") public Boolean success
Indicates whether the request is successful.
example:true
public static GetStructSyncExecSqlDetailResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetStructSyncExecSqlDetailResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetStructSyncExecSqlDetailResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetStructSyncExecSqlDetailResponseBody setRequestId(String requestId)
public String getRequestId()
public GetStructSyncExecSqlDetailResponseBody setStructSyncExecSqlDetail(GetStructSyncExecSqlDetailResponseBody.GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail structSyncExecSqlDetail)
public GetStructSyncExecSqlDetailResponseBody.GetStructSyncExecSqlDetailResponseBodyStructSyncExecSqlDetail getStructSyncExecSqlDetail()
public GetStructSyncExecSqlDetailResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.