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, setUserData
public int getNotificationId()
public void setNotificationId(int value)
public TimerNotification withNotificationId(int value)
public TimerNotification withSource(String value)
withSource
in class NotificationEventType
public TimerNotification withMessage(String value)
withMessage
in class NotificationEventType
public TimerNotification withSequence(long value)
withSequence
in class NotificationEventType
public TimerNotification withTimestamp(long value)
withTimestamp
in class NotificationEventType
public TimerNotification withDateTime(XMLGregorianCalendar value)
withDateTime
in class NotificationEventType
public TimerNotification withType(String value)
withType
in class NotificationEventType
public TimerNotification withUserData(String value)
withUserData
in class NotificationEventType
Apache Camel