public static class GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
database
The endpoint of the database instance.
|
String |
module
The functional module for which the operation log is queried.
|
String |
opContent
The details of the operation.
|
String |
opTime
The time when the operation was performed.
|
Long |
opUserId
The ID of the user who performed the operation.
|
Long |
orderId
The ID of the ticket or task.
|
String |
userId
The ID of the Alibaba Cloud account.
|
String |
userNick
The display name of the user.
|
| 构造器和说明 |
|---|
GetOpLogResponseBodyOpLogDetailsOpLogDetail() |
@NameInMap(value="Database") public String database
The endpoint of the database instance.
This parameter is valid only for database instances of the LocalInstance type.
This parameter is valid only for operations on the functional modules related to tasks.
dmstest_prod_database@dmstest.rds... [Test instance]
@NameInMap(value="Module") public String module
The functional module for which the operation log is queried.
example:SECURITY_RULE
@NameInMap(value="OpContent") public String opContent
The details of the operation.
example:SELECT * FROM orders \n LIMIT 20
@NameInMap(value="OpTime") public String opTime
The time when the operation was performed.
example:2022-03-28 16:45:19
@NameInMap(value="OpUserId") public Long opUserId
The ID of the user who performed the operation.
example:51****
@NameInMap(value="OrderId") public Long orderId
The ID of the ticket or task.
example:This parameter is valid only for operations on the functional modules related to tasks and the task management module in system management.
509****
@NameInMap(value="UserId") public String userId
The ID of the Alibaba Cloud account.
example:22275482072787****
@NameInMap(value="UserNick") public String userNick
The display name of the user.
example:test_name
public GetOpLogResponseBodyOpLogDetailsOpLogDetail()
public static GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail build(Map<String,?> map) throws Exception
Exceptionpublic GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail setDatabase(String database)
public String getDatabase()
public GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail setModule(String module)
public String getModule()
public GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail setOpContent(String opContent)
public String getOpContent()
public GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail setOpTime(String opTime)
public String getOpTime()
public GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail setOpUserId(Long opUserId)
public Long getOpUserId()
public GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail setOrderId(Long orderId)
public Long getOrderId()
public GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail setUserId(String userId)
public String getUserId()
public GetOpLogResponseBody.GetOpLogResponseBodyOpLogDetailsOpLogDetail setUserNick(String userNick)
public String getUserNick()
Copyright © 2025. All rights reserved.