public class ListInstanceLoginAuditLogRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
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 or instance whose logon records you want to query.
|
String |
startTime
The beginning of the time range to query.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListInstanceLoginAuditLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListInstanceLoginAuditLogRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getOpUserName() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSearchName() |
String |
getStartTime() |
Long |
getTid() |
ListInstanceLoginAuditLogRequest |
setEndTime(String endTime) |
ListInstanceLoginAuditLogRequest |
setOpUserName(String opUserName) |
ListInstanceLoginAuditLogRequest |
setPageNumber(Integer pageNumber) |
ListInstanceLoginAuditLogRequest |
setPageSize(Integer pageSize) |
ListInstanceLoginAuditLogRequest |
setSearchName(String searchName) |
ListInstanceLoginAuditLogRequest |
setStartTime(String startTime) |
ListInstanceLoginAuditLogRequest |
setTid(Long tid) |
@NameInMap(value="EndTime") public String endTime
The end of the time range to query.
The end time supports fuzzy match. Specify the time in the YYYY-MM-DD hh:mm:ss format. We recommend that you use the StartTime and EndTime parameters to specify a time range that does not exceed one day. This way, the returned entries can be displayed by page to increase query efficiency.
This parameter is required.
example:2021-11-18 18:00:00
@NameInMap(value="OpUserName") public String opUserName
The alias of the user.
example:test_OpUserName
@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 value: 100.
example:20
@NameInMap(value="SearchName") public String searchName
The name of the database or instance whose logon records you want to query.
example:If SQL statements are executed at the instance level, you can set this parameter to an instance name. If SQL statements are executed at the database level, you can set this parameter to a database name.
test_SearchName
@NameInMap(value="StartTime") public String startTime
The beginning of the time range to query.
The start time supports fuzzy match. Specify the time in the YYYY-MM-DD hh:mm:ss format.
This parameter is required.
example:2021-11-18 11:00:00
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID.
example:3***
public static ListInstanceLoginAuditLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListInstanceLoginAuditLogRequest setEndTime(String endTime)
public String getEndTime()
public ListInstanceLoginAuditLogRequest setOpUserName(String opUserName)
public String getOpUserName()
public ListInstanceLoginAuditLogRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListInstanceLoginAuditLogRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListInstanceLoginAuditLogRequest setSearchName(String searchName)
public String getSearchName()
public ListInstanceLoginAuditLogRequest setStartTime(String startTime)
public String getStartTime()
public ListInstanceLoginAuditLogRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.