public class AuditLog extends AbstractModel
skipSign
Constructor and Description |
---|
AuditLog() |
AuditLog(AuditLog source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAffectRows()
Get 影响行数。
|
String |
getDBName()
Get 数据库名称。
|
Long |
getErrCode()
Get 错误码。
|
Long |
getExecTime()
Get 执行时间。
|
String |
getHost()
Get 客户端地址。
|
String |
getInstanceName()
Get 实例名称。
|
String |
getPolicyName()
Get 审计策略名称。
|
Long |
getSentRows()
Get 发送行数。
|
String |
getSql()
Get SQL语句。
|
String |
getSqlType()
Get SQL类型。
|
String |
getTableName()
Get 表名称。
|
Long |
getThreadId()
Get 执行线程ID。
|
String |
getTimestamp()
Get 时间戳。
|
String |
getUser()
Get 用户名。
|
void |
setAffectRows(Long AffectRows)
Set 影响行数。
|
void |
setDBName(String DBName)
Set 数据库名称。
|
void |
setErrCode(Long ErrCode)
Set 错误码。
|
void |
setExecTime(Long ExecTime)
Set 执行时间。
|
void |
setHost(String Host)
Set 客户端地址。
|
void |
setInstanceName(String InstanceName)
Set 实例名称。
|
void |
setPolicyName(String PolicyName)
Set 审计策略名称。
|
void |
setSentRows(Long SentRows)
Set 发送行数。
|
void |
setSql(String Sql)
Set SQL语句。
|
void |
setSqlType(String SqlType)
Set SQL类型。
|
void |
setTableName(String TableName)
Set 表名称。
|
void |
setThreadId(Long ThreadId)
Set 执行线程ID。
|
void |
setTimestamp(String Timestamp)
Set 时间戳。
|
void |
setUser(String User)
Set 用户名。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AuditLog()
public AuditLog(AuditLog source)
public Long getAffectRows()
public void setAffectRows(Long AffectRows)
AffectRows
- 影响行数。public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- 错误码。public String getSqlType()
public void setSqlType(String SqlType)
SqlType
- SQL类型。public String getTableName()
public void setTableName(String TableName)
TableName
- 表名称。public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- 实例名称。public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- 审计策略名称。public String getDBName()
public void setDBName(String DBName)
DBName
- 数据库名称。public String getSql()
public void setSql(String Sql)
Sql
- SQL语句。public String getHost()
public void setHost(String Host)
Host
- 客户端地址。public String getUser()
public void setUser(String User)
User
- 用户名。public Long getExecTime()
public void setExecTime(Long ExecTime)
ExecTime
- 执行时间。public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- 时间戳。public Long getSentRows()
public void setSentRows(Long SentRows)
SentRows
- 发送行数。public Long getThreadId()
public void setThreadId(Long ThreadId)
ThreadId
- 执行线程ID。Copyright © 2023. All rights reserved.