public class SlowlogDetail extends AbstractModel
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 |
---|---|
NormalQueryItem[] |
getNormalQueries()
Get 脱敏后的慢SQL列表
|
Long |
getTotalCalls()
Get 调用总次数
|
Float |
getTotalTime()
Get 花费总时间
|
void |
setNormalQueries(NormalQueryItem[] NormalQueries)
Set 脱敏后的慢SQL列表
|
void |
setTotalCalls(Long TotalCalls)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SlowlogDetail()
public SlowlogDetail(SlowlogDetail source)
public Float getTotalTime()
public void setTotalTime(Float TotalTime)
TotalTime
- 花费总时间public Long getTotalCalls()
public void setTotalCalls(Long TotalCalls)
TotalCalls
- 调用总次数public NormalQueryItem[] getNormalQueries()
public void setNormalQueries(NormalQueryItem[] NormalQueries)
NormalQueries
- 脱敏后的慢SQL列表Copyright © 2023. All rights reserved.