Class CallbackGame
- java.lang.Object
-
- org.apache.camel.component.telegram.model.CallbackGame
-
- All Implemented Interfaces:
Serializable
public class CallbackGame extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
gameShortName
-
Constructor Summary
Constructors Constructor Description CallbackGame()
CallbackGame(String gameShortName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getGameShortName()
int
hashCode()
void
setGameShortName(String gameShortName)
-