public class MessageModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MessageModel.Builder |
| Constructor and Description |
|---|
MessageModel() |
| Modifier and Type | Method and Description |
|---|---|
static MessageModel.Builder |
builder() |
boolean |
equals(Object o) |
TypedValueModel |
getAttributes() |
TypedValueModel |
getPayload() |
int |
hashCode() |
public TypedValueModel getAttributes()
TypedValueModel for the attributes of this messagepublic TypedValueModel getPayload()
TypedValueModel for the payload of this messagepublic static MessageModel.Builder builder()
Copyright © 2022. All rights reserved.