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