public class DataBaseAuditRecord extends AbstractModel
header, skipSign
Constructor and Description |
---|
DataBaseAuditRecord() |
DataBaseAuditRecord(DataBaseAuditRecord 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 |
---|---|
String |
getCatalog()
Get Catalog name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDbName()
Get Database
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getDurationMs()
Get Execution duration
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInitialAddress()
Get Initial query IP
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInitialQueryId()
Get Query ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMemoryUsage()
Get Memory
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getOsUser()
Get Query user
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQueryStartTime()
Get Start time
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getReadRows()
Get The number of read rows
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getResultBytes()
Get Result bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getResultRows()
Get Total number of read bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSql()
Get SQL statement
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSqlType()
Get SQL type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCatalog(String Catalog)
Set Catalog name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDbName(String DbName)
Set Database
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDurationMs(Long DurationMs)
Set Execution duration
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInitialAddress(String InitialAddress)
Set Initial query IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInitialQueryId(String InitialQueryId)
Set Query ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMemoryUsage(Long MemoryUsage)
Set Memory
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOsUser(String OsUser)
Set Query user
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQueryStartTime(String QueryStartTime)
Set Start time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReadRows(Long ReadRows)
Set The number of read rows
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setResultBytes(Long ResultBytes)
Set Result bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setResultRows(Long ResultRows)
Set Total number of read bytes
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSql(String Sql)
Set SQL statement
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSqlType(String SqlType)
Set SQL type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DataBaseAuditRecord()
public DataBaseAuditRecord(DataBaseAuditRecord source)
public String getOsUser()
public void setOsUser(String OsUser)
OsUser
- Query user
Note: This field may return null, indicating that no valid values can be obtained.public String getInitialQueryId()
public void setInitialQueryId(String InitialQueryId)
InitialQueryId
- Query ID
Note: This field may return null, indicating that no valid values can be obtained.public String getSql()
public void setSql(String Sql)
Sql
- SQL statement
Note: This field may return null, indicating that no valid values can be obtained.public String getQueryStartTime()
public void setQueryStartTime(String QueryStartTime)
QueryStartTime
- Start time
Note: This field may return null, indicating that no valid values can be obtained.public Long getDurationMs()
public void setDurationMs(Long DurationMs)
DurationMs
- Execution duration
Note: This field may return null, indicating that no valid values can be obtained.public Long getReadRows()
public void setReadRows(Long ReadRows)
ReadRows
- The number of read rows
Note: This field may return null, indicating that no valid values can be obtained.public Long getResultRows()
public void setResultRows(Long ResultRows)
ResultRows
- Total number of read bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getResultBytes()
public void setResultBytes(Long ResultBytes)
ResultBytes
- Result bytes
Note: This field may return null, indicating that no valid values can be obtained.public Long getMemoryUsage()
public void setMemoryUsage(Long MemoryUsage)
MemoryUsage
- Memory
Note: This field may return null, indicating that no valid values can be obtained.public String getInitialAddress()
public void setInitialAddress(String InitialAddress)
InitialAddress
- Initial query IP
Note: This field may return null, indicating that no valid values can be obtained.public String getDbName()
public void setDbName(String DbName)
DbName
- Database
Note: This field may return null, indicating that no valid values can be obtained.public String getSqlType()
public void setSqlType(String SqlType)
SqlType
- SQL type
Note: This field may return null, indicating that no valid values can be obtained.public String getCatalog()
public void setCatalog(String Catalog)
Catalog
- Catalog name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.