public class Message extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Message.Builder
Builder object.
|
| Constructor and Description |
|---|
Message(Message.Builder builder)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Attachment> |
getAttachments()
Returns attachments.
|
Map<String,String> |
getParameters()
Returns parameters.
|
String |
getType()
Returns type.
|
int |
hashCode() |
String |
toString() |
public Message(Message.Builder builder)
builder - builder objectpublic String getType()
public List<Attachment> getAttachments()
Copyright © 2016. All rights reserved.