public class AppInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
apiId
The Api id.
|
protected String |
appVersion
The App version.
|
protected String |
deviceModel
The Device model.
|
protected String |
langCode
The Lang code.
|
protected String |
systemVersion
The System version.
|
| Constructor and Description |
|---|
AppInfo(int apiId,
String deviceModel,
String systemVersion,
String appVersion,
String langCode)
Instantiates a new App info.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getApiId()
Gets api id.
|
String |
getAppVersion()
Gets app version.
|
String |
getDeviceModel()
Gets device model.
|
String |
getLangCode()
Gets lang code.
|
String |
getSystemVersion()
Gets system version.
|
protected int apiId
protected String deviceModel
protected String systemVersion
protected String appVersion
protected String langCode
public int getApiId()
public String getDeviceModel()
public String getSystemVersion()
public String getAppVersion()
public String getLangCode()
Copyright © 2016. All rights reserved.