public final class Message
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAvatarUrl()
The url for the author's avatar image.
|
java.util.Date |
getDate()
The date and time the message was sent.
|
java.util.List<MessageAction> |
getMessageActions()
The list of Message Action objects representing the message.
|
java.lang.String |
getName()
The name of the author.
|
java.lang.String |
getText()
The text content of the message.
|
MessageUploadStatus |
getUploadStatus()
The upload status of the message.
|
int |
hashCode() |
boolean |
isFromCurrentUser()
Returns true if the message originated from the user, or false if the message comes from the app team.
|
boolean |
isRead()
Return true if the message has been read
|
boolean |
isWhisper()
Returns true if the message was generated by a Whisper.
|
public java.lang.String getAvatarUrl()
public java.util.Date getDate()
public boolean isFromCurrentUser()
public boolean isWhisper()
public java.util.List<MessageAction> getMessageActions()
public java.lang.String getName()
public java.lang.String getText()
public MessageUploadStatus getUploadStatus()
public boolean isRead()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object