public class TLFoundGif extends TLAbsFoundGif
Modifier and Type | Field and Description |
---|---|
static int |
CLASS_ID |
Constructor and Description |
---|
TLFoundGif() |
Modifier and Type | Method and Description |
---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getClassId()
Getting TL Class identification
|
String |
getContentType() |
String |
getContentUrl() |
int |
getH() |
String |
getThumbUrl() |
String |
getUrl() |
int |
getW() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setContentType(String contentType) |
void |
setContentUrl(String contentUrl) |
void |
setH(int h) |
void |
setThumbUrl(String thumbUrl) |
void |
setUrl(String url) |
void |
setW(int w) |
String |
toString()
Custom toString method
|
deserialize, serialize, serialize
public static final int CLASS_ID
public String getUrl()
public void setUrl(String url)
public String getThumbUrl()
public void setThumbUrl(String thumbUrl)
public String getContentUrl()
public void setContentUrl(String contentUrl)
public String getContentType()
public void setContentType(String contentType)
public int getW()
public void setW(int w)
public int getH()
public void setH(int h)
public int getClassId()
TLObject
getClassId
in class TLObject
public void serializeBody(OutputStream stream) throws IOException
TLObject
serializeBody
in class TLObject
stream
- destination streamIOException
public void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObject
deserializeBody
in class TLObject
stream
- source streamcontext
- tl contextIOException
Copyright © 2016. All rights reserved.