public class Property extends DefaultTypedKeyValue
A model that represents a property of a Message
encoding, key, mediaType, value| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Serializable |
getValue() |
void |
setValue(Object value) |
getEncoding, getKey, getMediaType, hashCode, setEncoding, setKey, setMediaTypepublic Serializable getValue()
getValue in interface TypedKeyValuegetValue in class DefaultTypedKeyValuepublic void setValue(Object value)
setValue in interface TypedKeyValuesetValue in class DefaultTypedKeyValuepublic boolean equals(Object object)
equals in class DefaultTypedKeyValueCopyright © 2020. All rights reserved.