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 List of slow SQL statements after desensitization | 
| Long | getTotalCalls()Get Total number of calls | 
| Float | getTotalTime()Get Total time consumed | 
| void | setNormalQueries(NormalQueryItem[] NormalQueries)Set List of slow SQL statements after desensitization | 
| void | setTotalCalls(Long TotalCalls)Set Total number of calls | 
| void | setTotalTime(Float TotalTime)Set Total time consumed | 
| 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, toJsonStringpublic SlowlogDetail()
public SlowlogDetail(SlowlogDetail source)
public Float getTotalTime()
public void setTotalTime(Float TotalTime)
TotalTime - Total time consumedpublic Long getTotalCalls()
public void setTotalCalls(Long TotalCalls)
TotalCalls - Total number of callspublic NormalQueryItem[] getNormalQueries()
public void setNormalQueries(NormalQueryItem[] NormalQueries)
NormalQueries - List of slow SQL statements after desensitizationCopyright © 2022. All rights reserved.