public class ListProxySQLExecAuditLogResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
The error code returned.
|
String |
errorMessage
The error message returned.
|
ListProxySQLExecAuditLogResponseBody.ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList |
proxySQLExecAuditLogList
The audit information about the database instance that is provided by the secure access proxy feature.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
Long |
totalCount
The number of entries returned.
|
| 构造器和说明 |
|---|
ListProxySQLExecAuditLogResponseBody() |
@NameInMap(value="ErrorCode") public String errorCode
The error code returned.
example:InvalidStartTime
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned.
example:Specified parameter StartTime is not valid.
@NameInMap(value="ProxySQLExecAuditLogList") public ListProxySQLExecAuditLogResponseBody.ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList proxySQLExecAuditLogList
The audit information about the database instance that is provided by the secure access proxy feature.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:50ECB006-2C35-5FCA-91B9-01987A0B****
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
true
@NameInMap(value="TotalCount") public Long totalCount
The number of entries returned.
example:1
public static ListProxySQLExecAuditLogResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListProxySQLExecAuditLogResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListProxySQLExecAuditLogResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListProxySQLExecAuditLogResponseBody setProxySQLExecAuditLogList(ListProxySQLExecAuditLogResponseBody.ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList proxySQLExecAuditLogList)
public ListProxySQLExecAuditLogResponseBody.ListProxySQLExecAuditLogResponseBodyProxySQLExecAuditLogList getProxySQLExecAuditLogList()
public ListProxySQLExecAuditLogResponseBody setRequestId(String requestId)
public String getRequestId()
public ListProxySQLExecAuditLogResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListProxySQLExecAuditLogResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.