public static final class MobileDevice.Applications extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MobileDevice.Applications() |
| Modifier and Type | Method and Description |
|---|---|
MobileDevice.Applications |
clone() |
String |
getDisplayName()
Display name of application
|
String |
getPackageName()
Package name of application
|
List<String> |
getPermission()
List of Permissions for application
|
Integer |
getVersionCode()
Version code of application
|
String |
getVersionName()
Version name of application
|
MobileDevice.Applications |
set(String fieldName,
Object value) |
MobileDevice.Applications |
setDisplayName(String displayName)
Display name of application
|
MobileDevice.Applications |
setPackageName(String packageName)
Package name of application
|
MobileDevice.Applications |
setPermission(List<String> permission)
List of Permissions for application
|
MobileDevice.Applications |
setVersionCode(Integer versionCode)
Version code of application
|
MobileDevice.Applications |
setVersionName(String versionName)
Version name of application
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getDisplayName()
null for nonepublic MobileDevice.Applications setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getPackageName()
null for nonepublic MobileDevice.Applications setPackageName(String packageName)
packageName - packageName or null for nonepublic List<String> getPermission()
null for nonepublic MobileDevice.Applications setPermission(List<String> permission)
permission - permission or null for nonepublic Integer getVersionCode()
null for nonepublic MobileDevice.Applications setVersionCode(Integer versionCode)
versionCode - versionCode or null for nonepublic String getVersionName()
null for nonepublic MobileDevice.Applications setVersionName(String versionName)
versionName - versionName or null for nonepublic MobileDevice.Applications set(String fieldName, Object value)
set in class GenericJsonpublic MobileDevice.Applications clone()
clone in class GenericJson