com.quartzdesk.service.quartz_exec_history.v2_0
Class GetLogResponse

java.lang.Object
  extended by com.quartzdesk.service.quartz_exec_history.v2_0.GetLogResponse

public class GetLogResponse
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="loggingEvent" type="{http://service.quartzdesk.com/types/v4_0/log}LoggingEvent" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<LoggingEvent> loggingEvent
           
 
Constructor Summary
GetLogResponse()
           
 
Method Summary
 List<LoggingEvent> getLoggingEvent()
          Gets the value of the loggingEvent property.
 void setLoggingEvent(List<LoggingEvent> loggingEvent)
          Sets the value of the loggingEvent property.
 GetLogResponse withLoggingEvent(Collection<LoggingEvent> values)
           
 GetLogResponse withLoggingEvent(LoggingEvent... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loggingEvent

protected List<LoggingEvent> loggingEvent
Constructor Detail

GetLogResponse

public GetLogResponse()
Method Detail

getLoggingEvent

public List<LoggingEvent> getLoggingEvent()
Gets the value of the loggingEvent property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the loggingEvent property.

For example, to add a new item, do as follows:

    getLoggingEvent().add(newItem);
 

Objects of the following type(s) are allowed in the list LoggingEvent


withLoggingEvent

public GetLogResponse withLoggingEvent(LoggingEvent... values)

withLoggingEvent

public GetLogResponse withLoggingEvent(Collection<LoggingEvent> values)

setLoggingEvent

public void setLoggingEvent(List<LoggingEvent> loggingEvent)
Sets the value of the loggingEvent property.

Parameters:
loggingEvent - allowed object is LoggingEvent


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