public class SlowLogInfoItem extends AbstractModel
skipSign
Constructor and Description |
---|
SlowLogInfoItem() |
SlowLogInfoItem(SlowLogInfoItem 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 |
getDatabase()
Get 数据库
|
Long |
getLockTime()
Get 锁时间,单位秒
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getQueryTime()
Get 执行时间,单位秒
|
Long |
getRowsExamined()
Get 扫描行数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRowsSent()
Get 返回行数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSqlText()
Get sql语句
|
String |
getTimestamp()
Get 慢日志开始时间
|
String |
getUserHost()
Get IP来源
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserName()
Get User来源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDatabase(String Database)
Set 数据库
|
void |
setLockTime(Long LockTime)
Set 锁时间,单位秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQueryTime(Long QueryTime)
Set 执行时间,单位秒
|
void |
setRowsExamined(Long RowsExamined)
Set 扫描行数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRowsSent(Long RowsSent)
Set 返回行数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSqlText(String SqlText)
Set sql语句
|
void |
setTimestamp(String Timestamp)
Set 慢日志开始时间
|
void |
setUserHost(String UserHost)
Set IP来源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserName(String UserName)
Set User来源
注意:此字段可能返回 null,表示取不到有效值。
|
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 SlowLogInfoItem()
public SlowLogInfoItem(SlowLogInfoItem source)
public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- 慢日志开始时间public String getSqlText()
public void setSqlText(String SqlText)
SqlText
- sql语句public String getDatabase()
public void setDatabase(String Database)
Database
- 数据库public String getUserName()
public void setUserName(String UserName)
UserName
- User来源
注意:此字段可能返回 null,表示取不到有效值。public String getUserHost()
public void setUserHost(String UserHost)
UserHost
- IP来源
注意:此字段可能返回 null,表示取不到有效值。public Long getQueryTime()
public void setQueryTime(Long QueryTime)
QueryTime
- 执行时间,单位秒public Long getLockTime()
public void setLockTime(Long LockTime)
LockTime
- 锁时间,单位秒
注意:此字段可能返回 null,表示取不到有效值。public Long getRowsExamined()
public void setRowsExamined(Long RowsExamined)
RowsExamined
- 扫描行数
注意:此字段可能返回 null,表示取不到有效值。public Long getRowsSent()
public void setRowsSent(Long RowsSent)
RowsSent
- 返回行数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.