public class ListProxySQLExecAuditLogRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
execState
The execution status of the SQL statement.
|
String |
opUserName
The alias of the user.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
searchName
The name of the database instance.
|
String |
SQLType
The type of SQL statement.
|
Long |
startTime
The beginning of the time range to query.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListProxySQLExecAuditLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListProxySQLExecAuditLogRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getExecState() |
String |
getOpUserName() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSearchName() |
String |
getSQLType() |
Long |
getStartTime() |
Long |
getTid() |
ListProxySQLExecAuditLogRequest |
setEndTime(Long endTime) |
ListProxySQLExecAuditLogRequest |
setExecState(String execState) |
ListProxySQLExecAuditLogRequest |
setOpUserName(String opUserName) |
ListProxySQLExecAuditLogRequest |
setPageNumber(Integer pageNumber) |
ListProxySQLExecAuditLogRequest |
setPageSize(Integer pageSize) |
ListProxySQLExecAuditLogRequest |
setSearchName(String searchName) |
ListProxySQLExecAuditLogRequest |
setSQLType(String SQLType) |
ListProxySQLExecAuditLogRequest |
setStartTime(Long startTime) |
ListProxySQLExecAuditLogRequest |
setTid(Long tid) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. The value of this parameter must be a timestamp that follows the UNIX time format.
This parameter is required.
example:1636962846000
@NameInMap(value="ExecState") public String execState
The execution status of the SQL statement. Valid values:
SUCCESS
@NameInMap(value="OpUserName") public String opUserName
The alias of the user.
example:testNickName
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum values: 100.
example:100
@NameInMap(value="SQLType") public String SQLType
The type of SQL statement. Valid values:
example:You can choose Operation Audit > Secure Access Proxy in the top navigation bar of the DMS console to view more types of SQL statements.
SELECT
@NameInMap(value="SearchName") public String searchName
The name of the database instance.
example:test
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The value of this parameter must be a timestamp that follows the UNIX time format.
This parameter is required.
example:1636876446000
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID.
example:14****
public static ListProxySQLExecAuditLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListProxySQLExecAuditLogRequest setEndTime(Long endTime)
public Long getEndTime()
public ListProxySQLExecAuditLogRequest setExecState(String execState)
public String getExecState()
public ListProxySQLExecAuditLogRequest setOpUserName(String opUserName)
public String getOpUserName()
public ListProxySQLExecAuditLogRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListProxySQLExecAuditLogRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListProxySQLExecAuditLogRequest setSQLType(String SQLType)
public String getSQLType()
public ListProxySQLExecAuditLogRequest setSearchName(String searchName)
public String getSearchName()
public ListProxySQLExecAuditLogRequest setStartTime(Long startTime)
public Long getStartTime()
public ListProxySQLExecAuditLogRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.