public class SlowLogAgg extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SlowLogAgg() | 
| SlowLogAgg(SlowLogAgg 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 | getCmd()Get 命令模板。 | 
| String | getDetail()Get 命令详情。 | 
| Long | getExecTimes()Get 执行次数。 | 
| Float | getQueryTime()Get 总耗时。单位:s | 
| Float | getQueryTimeAvg()Get 平均执行时间。单位:s | 
| Float | getQueryTimeMax()Get 最大执行时间。单位:s | 
| Float | getQueryTimeMin()Get 最小执行时间。单位:s | 
| Float | getQueryTimeRatio()Get 总耗时占比。单位:% | 
| void | setCmd(String Cmd)Set 命令模板。 | 
| void | setDetail(String Detail)Set 命令详情。 | 
| void | setExecTimes(Long ExecTimes)Set 执行次数。 | 
| void | setQueryTime(Float QueryTime)Set 总耗时。单位:s | 
| void | setQueryTimeAvg(Float QueryTimeAvg)Set 平均执行时间。单位:s | 
| void | setQueryTimeMax(Float QueryTimeMax)Set 最大执行时间。单位:s | 
| void | setQueryTimeMin(Float QueryTimeMin)Set 最小执行时间。单位:s | 
| void | setQueryTimeRatio(Float QueryTimeRatio)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, toJsonStringpublic SlowLogAgg()
public SlowLogAgg(SlowLogAgg source)
public String getCmd()
public void setCmd(String Cmd)
Cmd - 命令模板。public String getDetail()
public void setDetail(String Detail)
Detail - 命令详情。public Long getExecTimes()
public void setExecTimes(Long ExecTimes)
ExecTimes - 执行次数。public Float getQueryTime()
public void setQueryTime(Float QueryTime)
QueryTime - 总耗时。单位:spublic Float getQueryTimeAvg()
public void setQueryTimeAvg(Float QueryTimeAvg)
QueryTimeAvg - 平均执行时间。单位:spublic Float getQueryTimeMax()
public void setQueryTimeMax(Float QueryTimeMax)
QueryTimeMax - 最大执行时间。单位:spublic Float getQueryTimeMin()
public void setQueryTimeMin(Float QueryTimeMin)
QueryTimeMin - 最小执行时间。单位:spublic Float getQueryTimeRatio()
public void setQueryTimeRatio(Float QueryTimeRatio)
QueryTimeRatio - 总耗时占比。单位:%Copyright © 2025. All rights reserved.