Class MessageResultGameScores
- java.lang.Object
-
- org.apache.camel.component.telegram.model.MessageResult
-
- org.apache.camel.component.telegram.model.MessageResultGameScores
-
- All Implemented Interfaces:
Serializable
public class MessageResultGameScores extends MessageResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageResultGameScores()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GameHighScore>getGameHighScores()voidsetMessage(List<GameHighScore> gameHighScores)voidsetResult(List<GameHighScore> result)StringtoString()-
Methods inherited from class org.apache.camel.component.telegram.model.MessageResult
getMessage, isOk, isResult, setMessage, setOk, setResult
-
-
-
-
Method Detail
-
getGameHighScores
public List<GameHighScore> getGameHighScores()
-
setMessage
public void setMessage(List<GameHighScore> gameHighScores)
-
setResult
public void setResult(List<GameHighScore> result)
-
toString
public String toString()
- Overrides:
toStringin classMessageResult
-
-