|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.MonitorNotification
public class MonitorNotification
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{urn:org.apache.camel.component:jmx}notificationEventType">
<sequence>
<element name="derivedGauge" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="observedAttribute" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="observedObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="trigger" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
derivedGauge
|
protected String |
observedAttribute
|
protected String |
observedObject
|
protected String |
trigger
|
| Fields inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType |
|---|
dateTime, message, sequence, source, timestamp, type, userData |
| Constructor Summary | |
|---|---|
MonitorNotification()
|
|
| Methods inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType |
|---|
getDateTime, getMessage, getSequence, getSource, getTimestamp, getType, getUserData, setDateTime, setMessage, setSequence, setSource, setTimestamp, setType, setUserData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String derivedGauge
protected String observedAttribute
protected String observedObject
protected String trigger
| Constructor Detail |
|---|
public MonitorNotification()
| Method Detail |
|---|
public String getDerivedGauge()
Stringpublic void setDerivedGauge(String value)
value - allowed object is
Stringpublic String getObservedAttribute()
Stringpublic void setObservedAttribute(String value)
value - allowed object is
Stringpublic String getObservedObject()
Stringpublic void setObservedObject(String value)
value - allowed object is
Stringpublic String getTrigger()
Stringpublic void setTrigger(String value)
value - allowed object is
Stringpublic MonitorNotification withDerivedGauge(String value)
public MonitorNotification withObservedAttribute(String value)
public MonitorNotification withObservedObject(String value)
public MonitorNotification withTrigger(String value)
public MonitorNotification withSource(String value)
withSource in class NotificationEventTypepublic MonitorNotification withMessage(String value)
withMessage in class NotificationEventTypepublic MonitorNotification withSequence(long value)
withSequence in class NotificationEventTypepublic MonitorNotification withTimestamp(long value)
withTimestamp in class NotificationEventTypepublic MonitorNotification withDateTime(XMLGregorianCalendar value)
withDateTime in class NotificationEventTypepublic MonitorNotification withType(String value)
withType in class NotificationEventTypepublic MonitorNotification withUserData(String value)
withUserData in class NotificationEventType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||