public class MessageResultGameScores extends MessageResult
| Constructor and Description |
|---|
MessageResultGameScores() |
| Modifier and Type | Method and Description |
|---|---|
List<GameHighScore> |
getGameHighScores() |
void |
setMessage(List<GameHighScore> gameHighScores) |
void |
setResult(List<GameHighScore> result) |
String |
toString() |
getMessage, isOk, isResult, setMessage, setOk, setResultpublic List<GameHighScore> getGameHighScores()
public void setMessage(List<GameHighScore> gameHighScores)
public void setResult(List<GameHighScore> result)
public String toString()
toString in class MessageResultApache Camel