|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.sqs.domain.Message
public class Message
| Nested Class Summary | |
|---|---|
static class |
Message.Builder
|
| Method Summary | |
|---|---|
static Message.Builder |
builder()
|
boolean |
equals(Object obj)
|
Map<String,String> |
getAttributes()
Attributes of the queue |
String |
getBody()
The message's contents (not URL encoded) |
String |
getId()
The message's SQS-assigned ID. |
com.google.common.hash.HashCode |
getMD5()
An MD5 digest of the non-URL-encoded message body string |
String |
getReceiptHandle()
A string associated with a specific instance of receiving the message. |
int |
hashCode()
|
Message.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static Message.Builder builder()
public Message.Builder toBuilder()
public String getId()
public String getBody()
public String getReceiptHandle()
public com.google.common.hash.HashCode getMD5()
public Map<String,String> getAttributes()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||