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 Type
    Method
    Description
    Get the content of the messsage
    Get the id of the message, made up with 64 characters
    Get the name of the sender
    Get 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