Package net.webpdf.wsclient.openapi
Class AdminLogFileConfiguration
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminLogFileConfiguration
-
public class AdminLogFileConfiguration extends Object
Provides information and settings about the configured server logging.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DEBUG_MODEstatic StringJSON_PROPERTY_LOG4J2_XMLstatic StringJSON_PROPERTY_UPDATE_XML
-
Constructor Summary
Constructors Constructor Description AdminLogFileConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminLogFileConfigurationdebugMode(AdminLogConfigurationMode debugMode)booleanequals(Object o)@Nullable AdminLogConfigurationModegetDebugMode()Get debugMode@Nullable StringgetLog4j2Xml()Current content or content to be written to the server's log4j2.xml configuration file.@Nullable BooleangetUpdateXml()If true, then the content specified in the `log4j2Xml` attribute is written to the server's \"log4j2.xml\" configuration file.inthashCode()AdminLogFileConfigurationlog4j2Xml(String log4j2Xml)voidsetDebugMode(AdminLogConfigurationMode debugMode)voidsetLog4j2Xml(String log4j2Xml)voidsetUpdateXml(Boolean updateXml)StringtoString()AdminLogFileConfigurationupdateXml(Boolean updateXml)
-
-
-
Field Detail
-
JSON_PROPERTY_DEBUG_MODE
public static final String JSON_PROPERTY_DEBUG_MODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOG4J2_XML
public static final String JSON_PROPERTY_LOG4J2_XML
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATE_XML
public static final String JSON_PROPERTY_UPDATE_XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
debugMode
public AdminLogFileConfiguration debugMode(AdminLogConfigurationMode debugMode)
-
getDebugMode
@Nullable public @Nullable AdminLogConfigurationMode getDebugMode()
Get debugMode- Returns:
- debugMode
-
setDebugMode
public void setDebugMode(AdminLogConfigurationMode debugMode)
-
log4j2Xml
public AdminLogFileConfiguration log4j2Xml(String log4j2Xml)
-
getLog4j2Xml
@Nullable public @Nullable String getLog4j2Xml()
Current content or content to be written to the server's log4j2.xml configuration file.- Returns:
- log4j2Xml
-
setLog4j2Xml
public void setLog4j2Xml(String log4j2Xml)
-
updateXml
public AdminLogFileConfiguration updateXml(Boolean updateXml)
-
getUpdateXml
@Nullable public @Nullable Boolean getUpdateXml()
If true, then the content specified in the `log4j2Xml` attribute is written to the server's \"log4j2.xml\" configuration file.- Returns:
- updateXml
-
setUpdateXml
public void setUpdateXml(Boolean updateXml)
-
-