|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.quartz_exec_history.v1_0.GetLogResponse
public class GetLogResponse
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/v3_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 |
|---|
protected List<LoggingEvent> loggingEvent
| Constructor Detail |
|---|
public GetLogResponse()
| Method Detail |
|---|
public List<LoggingEvent> getLoggingEvent()
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
public GetLogResponse withLoggingEvent(LoggingEvent... values)
public GetLogResponse withLoggingEvent(Collection<LoggingEvent> values)
public void setLoggingEvent(List<LoggingEvent> loggingEvent)
loggingEvent - allowed object is
LoggingEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||