public abstract class TLAbsAppUpdate extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
critical
The Critical.
|
protected int |
id
The Id.
|
protected String |
text
The Text.
|
protected String |
url
The Url.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsAppUpdate()
Instantiates a new TL abs app update.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Gets id.
|
String |
getText()
Gets text.
|
String |
getUrl()
Gets url.
|
boolean |
isCritical()
Is critical.
|
void |
setCritical(boolean critical)
Sets critical.
|
void |
setId(int id)
Sets id.
|
void |
setText(String text)
Sets text.
|
void |
setUrl(String url)
Sets url.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected int id
protected boolean critical
protected String url
protected String text
public int getId()
public void setId(int id)
id - the idpublic boolean isCritical()
public void setCritical(boolean critical)
critical - the criticalpublic String getUrl()
public void setUrl(String url)
url - the urlpublic String getText()
public void setText(String text)
text - the textCopyright © 2016. All rights reserved.