public static final class MobileDevice.Applications extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Applications() |
| Modifier and Type | Method and Description |
|---|---|
MobileDevice.Applications |
clone() |
String |
getDisplayName()
The application's display name.
|
String |
getPackageName()
The application's package name.
|
List<String> |
getPermission()
The list of permissions of this application.
|
Integer |
getVersionCode()
The application's version code.
|
String |
getVersionName()
The application's version name.
|
MobileDevice.Applications |
set(String fieldName,
Object value) |
MobileDevice.Applications |
setDisplayName(String displayName)
The application's display name.
|
MobileDevice.Applications |
setPackageName(String packageName)
The application's package name.
|
MobileDevice.Applications |
setPermission(List<String> permission)
The list of permissions of this application.
|
MobileDevice.Applications |
setVersionCode(Integer versionCode)
The application's version code.
|
MobileDevice.Applications |
setVersionName(String versionName)
The application's version name.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 GenericJsonCopyright © 2011–2021 Google. All rights reserved.