public class AttributeChangeNotification 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="attributeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="newValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="oldValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected String |
attributeType |
protected String |
newValue |
protected String |
oldValue |
| Constructor and Description |
|---|
AttributeChangeNotification() |
getDateTime, getMessage, getSequence, getSource, getTimestamp, getType, getUserData, setDateTime, setMessage, setSequence, setSource, setTimestamp, setType, setUserDataprotected String attributeName
protected String attributeType
protected String newValue
protected String oldValue
public String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
Stringpublic String getAttributeType()
Stringpublic void setAttributeType(String value)
value - allowed object is
Stringpublic String getNewValue()
Stringpublic void setNewValue(String value)
value - allowed object is
Stringpublic String getOldValue()
Stringpublic void setOldValue(String value)
value - allowed object is
Stringpublic AttributeChangeNotification withAttributeName(String value)
public AttributeChangeNotification withAttributeType(String value)
public AttributeChangeNotification withNewValue(String value)
public AttributeChangeNotification withOldValue(String value)
public AttributeChangeNotification withSource(String value)
withSource in class NotificationEventTypepublic AttributeChangeNotification withMessage(String value)
withMessage in class NotificationEventTypepublic AttributeChangeNotification withSequence(long value)
withSequence in class NotificationEventTypepublic AttributeChangeNotification withTimestamp(long value)
withTimestamp in class NotificationEventTypepublic AttributeChangeNotification withDateTime(XMLGregorianCalendar value)
withDateTime in class NotificationEventTypepublic AttributeChangeNotification withType(String value)
withType in class NotificationEventTypepublic AttributeChangeNotification withUserData(String value)
withUserData in class NotificationEventTypeApache Camel