Module net.bis5.mattermost4j.models
Package net.bis5.mattermost.model.config
Class NotificationLogSettings
- java.lang.Object
-
- net.bis5.mattermost.model.config.NotificationLogSettings
-
public class NotificationLogSettings extends Object
Notification Log Settings.- Since:
- Mattermost Server 5.12
- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description NotificationLogSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetConsoleLevel()StringgetFileLevel()StringgetFileLocation()inthashCode()booleanisConsoleJson()booleanisEnableConsole()booleanisEnableFile()booleanisFileJson()voidsetConsoleJson(boolean consoleJson)voidsetConsoleLevel(String consoleLevel)voidsetEnableConsole(boolean enableConsole)voidsetEnableFile(boolean enableFile)voidsetFileJson(boolean fileJson)voidsetFileLevel(String fileLevel)voidsetFileLocation(String fileLocation)StringtoString()
-
-
-
Method Detail
-
isEnableConsole
public boolean isEnableConsole()
-
getConsoleLevel
public String getConsoleLevel()
-
isConsoleJson
public boolean isConsoleJson()
-
isEnableFile
public boolean isEnableFile()
-
getFileLevel
public String getFileLevel()
-
isFileJson
public boolean isFileJson()
-
getFileLocation
public String getFileLocation()
-
setEnableConsole
public void setEnableConsole(boolean enableConsole)
-
setConsoleLevel
public void setConsoleLevel(String consoleLevel)
-
setConsoleJson
public void setConsoleJson(boolean consoleJson)
-
setEnableFile
public void setEnableFile(boolean enableFile)
-
setFileLevel
public void setFileLevel(String fileLevel)
-
setFileJson
public void setFileJson(boolean fileJson)
-
setFileLocation
public void setFileLocation(String fileLocation)
-
canEqual
protected boolean canEqual(Object other)
-
-