public class SlowlogDetail extends AbstractModel
Constructor and Description |
---|
SlowlogDetail() |
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, toJsonString
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 © 2020. All rights reserved.