public class SyslogAppenderConfigurationType extends AppenderConfigurationType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SyslogAppenderConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SyslogAppenderConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AppenderConfigurationType"> <sequence> <element name="syslogHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="port" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="facility" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="suffixPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="stackTracePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="throwableExcluded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_FACILITY |
static QName |
F_PORT |
static QName |
F_STACK_TRACE_PATTERN |
static QName |
F_SUFFIX_PATTERN |
static QName |
F_SYSLOG_HOST |
static QName |
F_THROWABLE_EXCLUDED |
protected String |
facility |
protected String |
port |
protected String |
stackTracePattern |
protected String |
suffixPattern |
protected String |
syslogHost |
protected Boolean |
throwableExcluded |
F_NAME, F_PATTERN, name, pattern
Constructor and Description |
---|
SyslogAppenderConfigurationType()
Creates a new
SyslogAppenderConfigurationType instance. |
SyslogAppenderConfigurationType(SyslogAppenderConfigurationType o)
Creates a new
SyslogAppenderConfigurationType instance by deeply copying a given SyslogAppenderConfigurationType instance. |
Modifier and Type | Method and Description |
---|---|
SyslogAppenderConfigurationType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
SyslogAppenderConfigurationType |
facility(String value) |
String |
getFacility()
Gets the value of the facility property.
|
String |
getPort()
Gets the value of the port property.
|
String |
getStackTracePattern()
Gets the value of the stackTracePattern property.
|
String |
getSuffixPattern()
Gets the value of the suffixPattern property.
|
String |
getSyslogHost()
Gets the value of the syslogHost property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isThrowableExcluded()
Gets the value of the throwableExcluded property.
|
SyslogAppenderConfigurationType |
name(String value) |
SyslogAppenderConfigurationType |
pattern(String value) |
SyslogAppenderConfigurationType |
port(String value) |
void |
setFacility(String value)
Sets the value of the facility property.
|
void |
setPort(String value)
Sets the value of the port property.
|
void |
setStackTracePattern(String value)
Sets the value of the stackTracePattern property.
|
void |
setSuffixPattern(String value)
Sets the value of the suffixPattern property.
|
void |
setSyslogHost(String value)
Sets the value of the syslogHost property.
|
void |
setThrowableExcluded(Boolean value)
Sets the value of the throwableExcluded property.
|
SyslogAppenderConfigurationType |
stackTracePattern(String value) |
SyslogAppenderConfigurationType |
suffixPattern(String value) |
SyslogAppenderConfigurationType |
syslogHost(String value) |
SyslogAppenderConfigurationType |
throwableExcluded(Boolean value) |
String |
toString()
Generates a String representation of the contents of this type.
|
getName, getPattern, setName, setPattern
protected String syslogHost
protected String port
protected String facility
protected String suffixPattern
protected String stackTracePattern
protected Boolean throwableExcluded
public static final QName COMPLEX_TYPE
public static final QName F_SYSLOG_HOST
public static final QName F_PORT
public static final QName F_FACILITY
public static final QName F_SUFFIX_PATTERN
public static final QName F_STACK_TRACE_PATTERN
public static final QName F_THROWABLE_EXCLUDED
public SyslogAppenderConfigurationType()
SyslogAppenderConfigurationType
instance.public SyslogAppenderConfigurationType(SyslogAppenderConfigurationType o)
SyslogAppenderConfigurationType
instance by deeply copying a given SyslogAppenderConfigurationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getSyslogHost()
String
public void setSyslogHost(String value)
value
- allowed object is
String
public String getPort()
String
public void setPort(String value)
value
- allowed object is
String
public String getFacility()
String
public void setFacility(String value)
value
- allowed object is
String
public String getSuffixPattern()
String
public void setSuffixPattern(String value)
value
- allowed object is
String
public String getStackTracePattern()
String
public void setStackTracePattern(String value)
value
- allowed object is
String
public Boolean isThrowableExcluded()
Boolean
public void setThrowableExcluded(Boolean value)
value
- allowed object is
Boolean
public String toString()
toString
in class AppenderConfigurationType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class AppenderConfigurationType
public int hashCode()
hashCode
in class AppenderConfigurationType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class AppenderConfigurationType
public boolean equals(Object object)
equals
in class AppenderConfigurationType
public SyslogAppenderConfigurationType syslogHost(String value)
public SyslogAppenderConfigurationType port(String value)
public SyslogAppenderConfigurationType facility(String value)
public SyslogAppenderConfigurationType suffixPattern(String value)
public SyslogAppenderConfigurationType stackTracePattern(String value)
public SyslogAppenderConfigurationType throwableExcluded(Boolean value)
public SyslogAppenderConfigurationType pattern(String value)
pattern
in class AppenderConfigurationType
public SyslogAppenderConfigurationType name(String value)
name
in class AppenderConfigurationType
public SyslogAppenderConfigurationType clone()
clone
in class AppenderConfigurationType
Copyright © 2017 Evolveum. All rights reserved.