public class Payload extends Object
A model that represents the payload of a Message
| Constructor and Description |
|---|
Payload() |
| 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 © 2019. All rights reserved.