com.quartzdesk.service.types.v3_0.log
Class LoggingEvent

java.lang.Object
  extended by com.quartzdesk.service.types.v3_0.log.LoggingEvent

public class LoggingEvent
extends Object

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

priority

protected LoggingEventPriority priority

message

protected String message

id

protected Integer id
Constructor Detail

LoggingEvent

public LoggingEvent()
Method Detail

getPriority

public LoggingEventPriority getPriority()
Gets the value of the priority property.

Returns:
possible object is LoggingEventPriority

setPriority

public void setPriority(LoggingEventPriority value)
Sets the value of the priority property.

Parameters:
value - allowed object is LoggingEventPriority

getMessage

public String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getId

public Integer getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is String

withPriority

public LoggingEvent withPriority(LoggingEventPriority value)

withMessage

public LoggingEvent withMessage(String value)

withId

public LoggingEvent withId(Integer value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.