Class SyslogAppenderConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AppenderConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SyslogAppenderConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class SyslogAppenderConfigurationType extends AppenderConfigurationType implements Serializable, Cloneable, Containerable
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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_FACILITY
static ItemName
F_PORT
static ItemName
F_STACK_TRACE_PATTERN
static ItemName
F_SUFFIX_PATTERN
static ItemName
F_SYSLOG_HOST
static ItemName
F_THROWABLE_EXCLUDED
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AppenderConfigurationType
F_NAME, F_PATTERN
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SyslogAppenderConfigurationType()
SyslogAppenderConfigurationType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AppenderConfigurationType
getId, getName, getPattern, setId, setName, setPattern
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SYSLOG_HOST
public static final ItemName F_SYSLOG_HOST
-
F_PORT
public static final ItemName F_PORT
-
F_FACILITY
public static final ItemName F_FACILITY
-
F_SUFFIX_PATTERN
public static final ItemName F_SUFFIX_PATTERN
-
F_STACK_TRACE_PATTERN
public static final ItemName F_STACK_TRACE_PATTERN
-
F_THROWABLE_EXCLUDED
public static final ItemName F_THROWABLE_EXCLUDED
-
-
Constructor Detail
-
SyslogAppenderConfigurationType
public SyslogAppenderConfigurationType()
-
SyslogAppenderConfigurationType
public SyslogAppenderConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAppenderConfigurationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAppenderConfigurationType
-
toString
public String toString()
- Overrides:
toString
in classAppenderConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAppenderConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAppenderConfigurationType
-
end
public <X> X end()
- Overrides:
end
in classAppenderConfigurationType
-
getSyslogHost
public String getSyslogHost()
-
setSyslogHost
public void setSyslogHost(String value)
-
getPort
public String getPort()
-
setPort
public void setPort(String value)
-
getFacility
public String getFacility()
-
setFacility
public void setFacility(String value)
-
getSuffixPattern
public String getSuffixPattern()
-
setSuffixPattern
public void setSuffixPattern(String value)
-
getStackTracePattern
public String getStackTracePattern()
-
setStackTracePattern
public void setStackTracePattern(String value)
-
isThrowableExcluded
public Boolean isThrowableExcluded()
-
setThrowableExcluded
public void setThrowableExcluded(Boolean value)
-
syslogHost
public SyslogAppenderConfigurationType syslogHost(String value)
-
port
public SyslogAppenderConfigurationType port(String value)
-
facility
public SyslogAppenderConfigurationType facility(String value)
-
suffixPattern
public SyslogAppenderConfigurationType suffixPattern(String value)
-
stackTracePattern
public SyslogAppenderConfigurationType stackTracePattern(String value)
-
throwableExcluded
public SyslogAppenderConfigurationType throwableExcluded(Boolean value)
-
pattern
public SyslogAppenderConfigurationType pattern(String value)
- Overrides:
pattern
in classAppenderConfigurationType
-
name
public SyslogAppenderConfigurationType name(String value)
- Overrides:
name
in classAppenderConfigurationType
-
id
public SyslogAppenderConfigurationType id(Long value)
- Overrides:
id
in classAppenderConfigurationType
-
clone
public SyslogAppenderConfigurationType clone()
- Overrides:
clone
in classAppenderConfigurationType
-
-