@Component @ConfigurationProperties(prefix="ko-time") public class DefaultConfig extends Object
| 构造器和说明 |
|---|
DefaultConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAuthEnable() |
String |
getDataPrefix() |
Boolean |
getEnable() |
Boolean |
getExceptionEnable() |
String |
getLanguage() |
Boolean |
getLogEnable() |
String |
getLogLanguage() |
Boolean |
getParamAnalyse() |
String |
getPassword() |
String |
getPointcut() |
Integer |
getThreadNum() |
Double |
getThreshold() |
void |
setAuthEnable(Boolean authEnable) |
void |
setDataPrefix(String dataPrefix) |
void |
setEnable(Boolean enable) |
void |
setExceptionEnable(Boolean exceptionEnable) |
void |
setLanguage(String language) |
void |
setLogEnable(Boolean logEnable) |
void |
setLogLanguage(String logLanguage) |
void |
setParamAnalyse(Boolean paramAnalyse) |
void |
setPassword(String password) |
void |
setPointcut(String pointcut) |
void |
setThreadNum(Integer threadNum) |
void |
setThreshold(Double threshold) |
public String getDataPrefix()
public void setDataPrefix(String dataPrefix)
public String getLanguage()
public void setLanguage(String language)
public Boolean getEnable()
public void setEnable(Boolean enable)
public String getLogLanguage()
public void setLogLanguage(String logLanguage)
public Boolean getLogEnable()
public void setLogEnable(Boolean logEnable)
public Double getThreshold()
public void setThreshold(Double threshold)
public String getPointcut()
public void setPointcut(String pointcut)
public Boolean getExceptionEnable()
public void setExceptionEnable(Boolean exceptionEnable)
public Integer getThreadNum()
public void setThreadNum(Integer threadNum)
public String getPassword()
public void setPassword(String password)
public Boolean getAuthEnable()
public void setAuthEnable(Boolean authEnable)
public Boolean getParamAnalyse()
public void setParamAnalyse(Boolean paramAnalyse)
Copyright © 2022. All rights reserved.