Class TombstoneContent
- java.lang.Object
-
- io.github.ma1uta.matrix.event.content.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 Summary
Fields Modifier and Type Field Description private String
body
Required.private String
replacementRoom
Required.
-
Constructor Summary
Constructors Constructor Description TombstoneContent()
-
Method Summary
Modifier and Type Method Description String
getBody()
String
getReplacementRoom()
void
setBody(String body)
void
setReplacementRoom(String replacementRoom)
-