public class Message extends Object implements Serializable
| Constructor and Description |
|---|
Message() |
Message(String id,
String receiptHandle,
String body,
Integer delaySeconds,
String groupId,
String deduplicationId,
Map<String,MessageAttributeValue> messageAttributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBody() |
String |
getDeduplicationId() |
Integer |
getDelaySeconds() |
String |
getGroupId() |
String |
getId() |
Map<String,MessageAttributeValue> |
getMessageAttributes() |
String |
getReceiptHandle() |
int |
hashCode() |
public String getId()
public String getReceiptHandle()
public String getBody()
public Integer getDelaySeconds()
public String getGroupId()
public Map<String,MessageAttributeValue> getMessageAttributes()
public String getDeduplicationId()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.