public abstract class TLAbsInputDocument extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected long |
accessHash
The Access hash.
|
protected long |
id
The Id.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsInputDocument()
Instantiates a new TL abs input document.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessHash()
Gets access hash.
|
long |
getId()
Gets id.
|
void |
setAccessHash(long accessHash)
Sets access hash.
|
void |
setId(long id)
Sets id.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected TLAbsInputDocument()
public long getId()
public void setId(long id)
id - the idpublic long getAccessHash()
public void setAccessHash(long accessHash)
accessHash - the access hashCopyright © 2016. All rights reserved.