public class TLUpdatesCombined extends TLAbsUpdates
Modifier and Type | Field and Description |
---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
Constructor and Description |
---|
TLUpdatesCombined()
Instantiates a new TL updates combined.
|
Modifier and Type | Method and Description |
---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
TLVector<TLAbsChat> |
getChats()
Gets chats.
|
int |
getClassId()
Getting TL Class identification
|
int |
getDate()
Gets date.
|
int |
getSeq()
Gets seq.
|
int |
getSeqStart()
Gets seq start.
|
TLVector<TLAbsUpdate> |
getUpdates()
Gets updates.
|
TLVector<TLAbsUser> |
getUsers()
Gets users.
|
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setChats(TLVector<TLAbsChat> chats)
Sets chats.
|
void |
setDate(int date)
Sets date.
|
void |
setSeq(int seq)
Sets seq.
|
void |
setSeqStart(int seqStart)
Sets seq start.
|
void |
setUpdates(TLVector<TLAbsUpdate> updates)
Sets updates.
|
void |
setUsers(TLVector<TLAbsUser> users)
Sets users.
|
String |
toString()
Custom toString method
|
deserialize, serialize, serialize
public static final int CLASS_ID
public TLUpdatesCombined()
public TLVector<TLAbsUpdate> getUpdates()
public void setUpdates(TLVector<TLAbsUpdate> updates)
updates
- the updatespublic int getDate()
public void setDate(int date)
date
- the datepublic int getSeqStart()
public void setSeqStart(int seqStart)
seqStart
- the seq startpublic int getSeq()
public void setSeq(int seq)
seq
- the seqpublic 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 © 2017. All rights reserved.