public class PlatfromReportInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
debug |
private boolean |
disableFileProvider |
private boolean |
disableHttpSessionReportCache |
private boolean |
enabled |
private String |
fileStoreDir |
| 构造器和说明 |
|---|
PlatfromReportInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFileStoreDir() |
boolean |
isDebug() |
boolean |
isDisableFileProvider() |
boolean |
isDisableHttpSessionReportCache() |
boolean |
isEnabled() |
void |
setDebug(boolean debug) |
void |
setDisableFileProvider(boolean disableFileProvider) |
void |
setDisableHttpSessionReportCache(boolean disableHttpSessionReportCache) |
void |
setEnabled(boolean enabled) |
void |
setFileStoreDir(String fileStoreDir) |
private boolean enabled
private boolean disableHttpSessionReportCache
private boolean disableFileProvider
private String fileStoreDir
private boolean debug
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isDisableHttpSessionReportCache()
public void setDisableHttpSessionReportCache(boolean disableHttpSessionReportCache)
public boolean isDisableFileProvider()
public void setDisableFileProvider(boolean disableFileProvider)
public String getFileStoreDir()
public void setFileStoreDir(String fileStoreDir)
public boolean isDebug()
public void setDebug(boolean debug)
Copyright © 2022 Zodiac. All rights reserved.