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 StringgameShortName
-
Constructor Summary
Constructors Constructor Description CallbackGame()CallbackGame(String gameShortName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGameShortName()inthashCode()voidsetGameShortName(String gameShortName)
-