public abstract class TLAbsInputFile extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected long |
id
The Id.
|
protected String |
name
The Name.
|
protected int |
parts
The Parts.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsInputFile()
Instantiates a new TL abs input file.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets id.
|
String |
getName()
Gets name.
|
int |
getParts()
Gets parts.
|
void |
setId(long value)
Sets id.
|
void |
setName(String value)
Sets name.
|
void |
setParts(int value)
Sets parts.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected long id
protected int parts
protected String name
public long getId()
public void setId(long value)
value - the valuepublic int getParts()
public void setParts(int value)
value - the valuepublic String getName()
public void setName(String value)
value - the valueCopyright © 2017. All rights reserved.