public class TLDecryptedMessageActionAcceptKey extends TLDecryptedMessageAction
Modifier and Type | Field and Description |
---|---|
static int |
CLASS_ID
The constant CLASS_ID.
|
Constructor and Description |
---|
TLDecryptedMessageActionAcceptKey()
Instantiates a new TL decrypted message action accept key.
|
TLDecryptedMessageActionAcceptKey(long exchangeId,
TLBytes g_a,
long KeyFingerprint)
Instantiates a new TL decrypted message action accept key.
|
Modifier and Type | Method and Description |
---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getClassId()
Getting TL Class identification
|
long |
getExchangeId()
Gets exchange id.
|
TLBytes |
getG_a()
Gets g _ a.
|
long |
getKeyFingerprint()
Gets key fingerprint.
|
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
void |
setExchangeId(long exchangeId)
Sets exchange id.
|
void |
setG_a(TLBytes g_a)
Sets g _ a.
|
void |
setKeyFingerprint(long keyFingerprint)
Sets key fingerprint.
|
String |
toString()
Custom toString method
|
deserialize, serialize, serialize
public static final int CLASS_ID
public TLDecryptedMessageActionAcceptKey()
public TLDecryptedMessageActionAcceptKey(long exchangeId, TLBytes g_a, long KeyFingerprint)
exchangeId
- the exchange idg_a
- the g _ aKeyFingerprint
- the key fingerprintpublic int getClassId()
TLObject
getClassId
in class TLObject
public long getExchangeId()
public void setExchangeId(long exchangeId)
exchangeId
- the exchange idpublic TLBytes getG_a()
public void setG_a(TLBytes g_a)
g_a
- the g _ apublic long getKeyFingerprint()
public void setKeyFingerprint(long keyFingerprint)
keyFingerprint
- the key fingerprintpublic 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.