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 Slow SQL.
|
Long |
getTotalCallTimes()
Get Total number of calls.
|
Float |
getTotalTime()
Get Total consumption time.
|
void |
setNormalQuerys(NormQueryItem[] NormalQuerys)
Set Slow SQL.
|
void |
setTotalCallTimes(Long TotalCallTimes)
Set Total number of calls.
|
void |
setTotalTime(Float TotalTime)
Set Total consumption time.
|
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
- Total consumption time.public Long getTotalCallTimes()
public void setTotalCallTimes(Long TotalCallTimes)
TotalCallTimes
- Total number of calls.public NormQueryItem[] getNormalQuerys()
public void setNormalQuerys(NormQueryItem[] NormalQuerys)
NormalQuerys
- Slow SQL.Copyright © 2025. All rights reserved.