Package com.priint.pubserver.plugin
Class PluginMethod.LogSettings
- java.lang.Object
-
- com.priint.pubserver.plugin.PluginMethod.LogSettings
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PluginMethod
public static class PluginMethod.LogSettings extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogSettings()LogSettings(PluginMethod.LogLevel logLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginMethod.LogLevelgetCall()PluginMethod.LogLevelgetConstants()PluginMethod.LogLevelgetExceptions()java.lang.StringgetLabel()PluginMethod.LogLevelgetParameters()PluginMethod.LogLevelgetResult()voidsetCall(PluginMethod.LogLevel call)voidsetConstants(PluginMethod.LogLevel constants)voidsetExceptions(PluginMethod.LogLevel exceptions)voidsetLabel(java.lang.String label)voidsetParameters(PluginMethod.LogLevel parameters)voidsetResult(PluginMethod.LogLevel result)
-
-
-
Constructor Detail
-
LogSettings
public LogSettings()
-
LogSettings
public LogSettings(PluginMethod.LogLevel logLevel)
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
getCall
public PluginMethod.LogLevel getCall()
-
setCall
public void setCall(PluginMethod.LogLevel call)
-
getExceptions
public PluginMethod.LogLevel getExceptions()
-
setExceptions
public void setExceptions(PluginMethod.LogLevel exceptions)
-
getResult
public PluginMethod.LogLevel getResult()
-
setResult
public void setResult(PluginMethod.LogLevel result)
-
getConstants
public PluginMethod.LogLevel getConstants()
-
setConstants
public void setConstants(PluginMethod.LogLevel constants)
-
getParameters
public PluginMethod.LogLevel getParameters()
-
setParameters
public void setParameters(PluginMethod.LogLevel parameters)
-
-