public class JMXConnectionNotification 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="connectionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectionId |
| Constructor and Description |
|---|
JMXConnectionNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId()
Gets the value of the connectionId property.
|
void |
setConnectionId(String value)
Sets the value of the connectionId property.
|
JMXConnectionNotification |
withConnectionId(String value) |
JMXConnectionNotification |
withDateTime(XMLGregorianCalendar value) |
JMXConnectionNotification |
withMessage(String value) |
JMXConnectionNotification |
withSequence(long value) |
JMXConnectionNotification |
withSource(String value) |
JMXConnectionNotification |
withTimestamp(long value) |
JMXConnectionNotification |
withType(String value) |
JMXConnectionNotification |
withUserData(String value) |
getDateTime, getMessage, getSequence, getSource, getTimestamp, getType, getUserData, setDateTime, setMessage, setSequence, setSource, setTimestamp, setType, setUserDataprotected String connectionId
public String getConnectionId()
Stringpublic void setConnectionId(String value)
value - allowed object is
Stringpublic JMXConnectionNotification withConnectionId(String value)
public JMXConnectionNotification withSource(String value)
withSource in class NotificationEventTypepublic JMXConnectionNotification withMessage(String value)
withMessage in class NotificationEventTypepublic JMXConnectionNotification withSequence(long value)
withSequence in class NotificationEventTypepublic JMXConnectionNotification withTimestamp(long value)
withTimestamp in class NotificationEventTypepublic JMXConnectionNotification withDateTime(XMLGregorianCalendar value)
withDateTime in class NotificationEventTypepublic JMXConnectionNotification withType(String value)
withType in class NotificationEventTypepublic JMXConnectionNotification withUserData(String value)
withUserData in class NotificationEventTypeApache Camel