Package net.deechael.dynamichat.api
Interface MuteMessage
- All Known Subinterfaces:
Message
public interface MuteMessage
The object contains the name of the sender, content, id and the time when sent the message
-
Method Summary
Modifier and TypeMethodDescriptionGet the content of the messsagegetId()Get the id of the message, made up with 64 charactersGet the name of the senderGet the time when the message was sent
-
Method Details
-
getSenderName
String getSenderName()Get the name of the sender- Returns:
- sender name
-
getContent
String getContent()Get the content of the messsage- Returns:
- content
-
getId
String getId()Get the id of the message, made up with 64 characters- Returns:
- the id
-
getSendTime
Date getSendTime()Get the time when the message was sent- Returns:
- send time
-