public class EventAttributes extends Object
An abstract model that represents the Attributes of a Mule Event
| Modifier and Type | Field and Description |
|---|---|
protected String |
encoding |
protected String |
mediaType |
| Constructor and Description |
|---|
EventAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getEncoding() |
String |
getMediaType() |
Object |
getValue() |
int |
hashCode() |
void |
setEncoding(String encoding) |
void |
setMediaType(String mediaType) |
void |
setValue(Object value) |
@Optional @Example(value="application/java") @Placement(order=2) @Parameter protected String mediaType
@Optional @Example(value="UTF-8") @Placement(order=3) @Parameter protected String encoding
Copyright © 2020. All rights reserved.