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 StringbodyRequired.private StringreplacementRoomRequired.
-
Constructor Summary
Constructors Constructor Description TombstoneContent()
-
Method Summary
Modifier and Type Method Description StringgetBody()StringgetReplacementRoom()voidsetBody(String body)voidsetReplacementRoom(String replacementRoom)
-