public abstract class TLAbsWallPaper extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected int |
color
The Color.
|
protected int |
id
The Id.
|
protected String |
title
The Title.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsWallPaper()
Instantiates a new TL abs wall paper.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColor()
Gets color.
|
int |
getId()
Gets id.
|
String |
getTitle()
Gets title.
|
void |
setColor(int value)
Sets color.
|
void |
setId(int value)
Sets id.
|
void |
setTitle(String value)
Sets title.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected int id
protected String title
protected int color
public int getId()
public void setId(int value)
value - the valuepublic String getTitle()
public void setTitle(String value)
value - the valuepublic int getColor()
public void setColor(int value)
value - the valueCopyright © 2016. All rights reserved.