Class TombstoneContent

  • All Implemented Interfaces:
    EventContent

    public class TombstoneContent
    extends Object
    implements EventContent
    A state event signifying that a room has been upgraded to a different room version, and that clients should go there.
    • Field Detail

      • body

        private String body
        Required. A server-defined message.
      • replacementRoom

        private String replacementRoom
        Required. The new room the client should be visiting.
    • Constructor Detail

      • TombstoneContent

        public TombstoneContent()
    • Method Detail

      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getReplacementRoom

        public String getReplacementRoom()
      • setReplacementRoom

        public void setReplacementRoom​(String replacementRoom)