public class SlowLogDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
SlowLogDetail() |
SlowLogDetail(SlowLogDetail 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 |
---|---|
NormQueryItem[] |
getNormalQuerys()
Get 慢SQL
|
Long |
getTotalCallTimes()
Get 调用总次数
|
Float |
getTotalTime()
Get 花费总时间
|
void |
setNormalQuerys(NormQueryItem[] NormalQuerys)
Set 慢SQL
|
void |
setTotalCallTimes(Long TotalCallTimes)
Set 调用总次数
|
void |
setTotalTime(Float TotalTime)
Set 花费总时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SlowLogDetail()
public SlowLogDetail(SlowLogDetail source)
public Float getTotalTime()
public void setTotalTime(Float TotalTime)
TotalTime
- 花费总时间public Long getTotalCallTimes()
public void setTotalCallTimes(Long TotalCallTimes)
TotalCallTimes
- 调用总次数public NormQueryItem[] getNormalQuerys()
public void setNormalQuerys(NormQueryItem[] NormalQuerys)
NormalQuerys
- 慢SQLCopyright © 2025. All rights reserved.