public class SlowlogDetail extends AbstractModel
Constructor and Description |
---|
SlowlogDetail() |
Modifier and Type | Method and Description |
---|---|
NormalQueryItem[] |
getNormalQueries()
获取脱敏后的慢SQL列表
|
Integer |
getTotalCalls()
获取调用总次数
|
Float |
getTotalTime()
获取花费总时间
|
void |
setNormalQueries(NormalQueryItem[] NormalQueries)
设置脱敏后的慢SQL列表
|
void |
setTotalCalls(Integer TotalCalls)
设置调用总次数
|
void |
setTotalTime(Float TotalTime)
设置花费总时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Float getTotalTime()
public void setTotalTime(Float TotalTime)
TotalTime
- 花费总时间public Integer getTotalCalls()
public void setTotalCalls(Integer TotalCalls)
TotalCalls
- 调用总次数public NormalQueryItem[] getNormalQueries()
public void setNormalQueries(NormalQueryItem[] NormalQueries)
NormalQueries
- 脱敏后的慢SQL列表Copyright © 2019. All rights reserved.