public abstract class MTBadMessage extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected long |
badMsgId |
protected int |
badMsqSeqno |
protected int |
errorCode |
protected long |
newServerSalt |
| Constructor and Description |
|---|
MTBadMessage() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBadMsgId() |
int |
getBadMsqSeqno() |
int |
getErrorCode() |
long |
getNewServerSalt() |
void |
setBadMsgId(long badMsgId) |
void |
setBadMsqSeqno(int badMsqSeqno) |
void |
setErrorCode(int errorCode) |
void |
setNewServerSalt(long newServerSalt) |
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected long badMsgId
protected int badMsqSeqno
protected int errorCode
protected long newServerSalt
public long getBadMsgId()
public void setBadMsgId(long badMsgId)
public int getBadMsqSeqno()
public void setBadMsqSeqno(int badMsqSeqno)
public int getErrorCode()
public void setErrorCode(int errorCode)
public long getNewServerSalt()
public void setNewServerSalt(long newServerSalt)
Copyright © 2017. All rights reserved.