|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v3_0.log.LoggingEvent
public class LoggingEvent
Java class for LoggingEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoggingEvent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="priority" type="{http://service.quartzdesk.com/types/v3_0/log}LoggingEventPriority"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Integer |
id
|
protected String |
message
|
protected LoggingEventPriority |
priority
|
| Constructor Summary | |
|---|---|
LoggingEvent()
|
|
| Method Summary | |
|---|---|
Integer |
getId()
Gets the value of the id property. |
String |
getMessage()
Gets the value of the message property. |
LoggingEventPriority |
getPriority()
Gets the value of the priority property. |
void |
setId(Integer value)
Sets the value of the id property. |
void |
setMessage(String value)
Sets the value of the message property. |
void |
setPriority(LoggingEventPriority value)
Sets the value of the priority property. |
LoggingEvent |
withId(Integer value)
|
LoggingEvent |
withMessage(String value)
|
LoggingEvent |
withPriority(LoggingEventPriority value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LoggingEventPriority priority
protected String message
protected Integer id
| Constructor Detail |
|---|
public LoggingEvent()
| Method Detail |
|---|
public LoggingEventPriority getPriority()
LoggingEventPrioritypublic void setPriority(LoggingEventPriority value)
value - allowed object is
LoggingEventPrioritypublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic Integer getId()
Stringpublic void setId(Integer value)
value - allowed object is
Stringpublic LoggingEvent withPriority(LoggingEventPriority value)
public LoggingEvent withMessage(String value)
public LoggingEvent withId(Integer value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||