public class MTRpcAnswerDropped extends TLObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
| Constructor and Description |
|---|
MTRpcAnswerDropped() |
MTRpcAnswerDropped(Long msg_id,
int seq_no,
int bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getBytes() |
int |
getClassId()
Getting TL Class identification
|
Long |
getMsg_id() |
int |
getSeq_no() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setBytes(int bytes) |
void |
setMsg_id(Long msg_id) |
void |
setSeq_no(int seq_no) |
String |
toString()
Custom toString method
|
deserialize, serialize, serializepublic static final int CLASS_ID
public MTRpcAnswerDropped()
public MTRpcAnswerDropped(Long msg_id, int seq_no, int bytes)
public void serializeBody(OutputStream stream) throws IOException
TLObjectserializeBody in class TLObjectstream - destination streamIOExceptionpublic void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObjectdeserializeBody in class TLObjectstream - source streamcontext - tl contextIOExceptionpublic Long getMsg_id()
public void setMsg_id(Long msg_id)
public int getSeq_no()
public void setSeq_no(int seq_no)
public int getBytes()
public void setBytes(int bytes)
public int getClassId()
TLObjectgetClassId in class TLObjectCopyright © 2016. All rights reserved.