public class SlowLogPattern extends AbstractModel
Constructor and Description |
---|
SlowLogPattern() |
Modifier and Type | Method and Description |
---|---|
Long |
getAverageTime()
Get 平均执行时间
|
Long |
getMaxTime()
Get 最大执行时间
|
String |
getPattern()
Get 慢日志模式
|
Long |
getTotal()
Get 该模式慢日志条数
|
void |
setAverageTime(Long AverageTime)
Set 平均执行时间
|
void |
setMaxTime(Long MaxTime)
Set 最大执行时间
|
void |
setPattern(String Pattern)
Set 慢日志模式
|
void |
setTotal(Long Total)
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 String getPattern()
public void setPattern(String Pattern)
Pattern
- 慢日志模式public Long getMaxTime()
public void setMaxTime(Long MaxTime)
MaxTime
- 最大执行时间public Long getAverageTime()
public void setAverageTime(Long AverageTime)
AverageTime
- 平均执行时间public Long getTotal()
public void setTotal(Long Total)
Total
- 该模式慢日志条数Copyright © 2020. All rights reserved.