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, setUserData
protected String connectionId
public String getConnectionId()
String
public void setConnectionId(String value)
value
- allowed object is
String
public JMXConnectionNotification withConnectionId(String value)
public JMXConnectionNotification withSource(String value)
withSource
in class NotificationEventType
public JMXConnectionNotification withMessage(String value)
withMessage
in class NotificationEventType
public JMXConnectionNotification withSequence(long value)
withSequence
in class NotificationEventType
public JMXConnectionNotification withTimestamp(long value)
withTimestamp
in class NotificationEventType
public JMXConnectionNotification withDateTime(XMLGregorianCalendar value)
withDateTime
in class NotificationEventType
public JMXConnectionNotification withType(String value)
withType
in class NotificationEventType
public JMXConnectionNotification withUserData(String value)
withUserData
in class NotificationEventType
Apache Camel