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, setUserData
protected String derivedGauge
protected String observedAttribute
protected String observedObject
protected String trigger
public String getDerivedGauge()
String
public void setDerivedGauge(String value)
value
- allowed object is
String
public String getObservedAttribute()
String
public void setObservedAttribute(String value)
value
- allowed object is
String
public String getObservedObject()
String
public void setObservedObject(String value)
value
- allowed object is
String
public String getTrigger()
String
public void setTrigger(String value)
value
- allowed object is
String
public 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 NotificationEventType
public MonitorNotification withMessage(String value)
withMessage
in class NotificationEventType
public MonitorNotification withSequence(long value)
withSequence
in class NotificationEventType
public MonitorNotification withTimestamp(long value)
withTimestamp
in class NotificationEventType
public MonitorNotification withDateTime(XMLGregorianCalendar value)
withDateTime
in class NotificationEventType
public MonitorNotification withType(String value)
withType
in class NotificationEventType
public MonitorNotification withUserData(String value)
withUserData
in class NotificationEventType
Apache Camel