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 |
|---|---|
String |
getEncoding() |
String |
getMediaType() |
Object |
getValue() |
void |
setEncoding(String encoding) |
void |
setMediaType(String mediaType) |
void |
setValue(Object value) |
Copyright © 2018. All rights reserved.