Class SpeedrunUpdateMessage.SpeedrunUpdateMessageSegment
- java.lang.Object
-
- de.extio.spacecraft.shared.model.message.toclient.SpeedrunUpdateMessage.SpeedrunUpdateMessageSegment
-
- Enclosing class:
- SpeedrunUpdateMessage
public static class SpeedrunUpdateMessage.SpeedrunUpdateMessageSegment extends Object
-
-
Constructor Summary
Constructors Constructor Description SpeedrunUpdateMessageSegment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
int
getEnd()
int
getStart()
void
setDisplayName(String displayName)
void
setEnd(int end)
void
setStart(int start)
-