public class Game extends Object implements IBotApiObject
| Constructor and Description |
|---|
Game() |
Game(org.json.JSONObject object) |
| Modifier and Type | Method and Description |
|---|---|
Animation |
getAnimation() |
String |
getDescription() |
List<MessageEntity> |
getEntities() |
List<PhotoSize> |
getPhoto() |
String |
getText() |
String |
getTitle() |
boolean |
hasEntities() |
void |
serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
void |
serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) |
String |
toString() |
public String getTitle()
public String getDescription()
public Animation getAnimation()
public String getText()
public boolean hasEntities()
public List<MessageEntity> getEntities()
public void serialize(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException
serialize in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptionpublic void serializeWithType(com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers,
com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
throws IOException
serializeWithType in interface com.fasterxml.jackson.databind.JsonSerializableIOExceptionCopyright © 2016. All rights reserved.