public class PhotoSize extends Object implements IBotApiObject
| Constructor and Description |
|---|
PhotoSize() |
PhotoSize(org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileId() |
String |
getFilePath() |
Integer |
getFileSize() |
Integer |
getHeight() |
Integer |
getWidth() |
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 PhotoSize()
public PhotoSize(org.json.JSONObject jsonObject)
public String getFileId()
public Integer getWidth()
public Integer getHeight()
public Integer getFileSize()
public String getFilePath()
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.