public class MonitorNotification extends NotificationEventType
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
derivedGauge |
protected String |
observedAttribute |
protected String |
observedObject |
protected String |
trigger |
| Constructor and Description |
|---|
MonitorNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDerivedGauge()
Gets the value of the derivedGauge property.
|
String |
getObservedAttribute()
Gets the value of the observedAttribute property.
|
String |
getObservedObject()
Gets the value of the observedObject property.
|
String |
getTrigger()
Gets the value of the trigger property.
|
void |
setDerivedGauge(String value)
Sets the value of the derivedGauge property.
|
void |
setObservedAttribute(String value)
Sets the value of the observedAttribute property.
|
void |
setObservedObject(String value)
Sets the value of the observedObject property.
|
void |
setTrigger(String value)
Sets the value of the trigger property.
|
MonitorNotification |
withDateTime(XMLGregorianCalendar value) |
MonitorNotification |
withDerivedGauge(String value) |
MonitorNotification |
withMessage(String value) |
MonitorNotification |
withObservedAttribute(String value) |
MonitorNotification |
withObservedObject(String value) |
MonitorNotification |
withSequence(long value) |
MonitorNotification |
withSource(String value) |
MonitorNotification |
withTimestamp(long value) |
MonitorNotification |
withTrigger(String value) |
MonitorNotification |
withType(String value) |
MonitorNotification |
withUserData(String value) |
getDateTime, getMessage, getSequence, getSource, getTimestamp, getType, getUserData, setDateTime, setMessage, setSequence, setSource, setTimestamp, setType, setUserDataprotected String derivedGauge
protected String observedAttribute
protected String observedObject
protected String trigger
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 NotificationEventTypeApache Camel