public final class ExternallyHostedApkUsesPermission
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play Developer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ExternallyHostedApkUsesPermission() |
| Modifier and Type | Method and Description |
|---|---|
ExternallyHostedApkUsesPermission |
clone() |
java.lang.Integer |
getMaxSdkVersion()
Optionally, the maximum SDK version for which the permission is required.
|
java.lang.String |
getName()
The name of the permission requested.
|
ExternallyHostedApkUsesPermission |
set(java.lang.String fieldName,
java.lang.Object value) |
ExternallyHostedApkUsesPermission |
setMaxSdkVersion(java.lang.Integer maxSdkVersion)
Optionally, the maximum SDK version for which the permission is required.
|
ExternallyHostedApkUsesPermission |
setName(java.lang.String name)
The name of the permission requested.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getMaxSdkVersion()
null for nonepublic ExternallyHostedApkUsesPermission setMaxSdkVersion(java.lang.Integer maxSdkVersion)
maxSdkVersion - maxSdkVersion or null for nonepublic java.lang.String getName()
null for nonepublic ExternallyHostedApkUsesPermission setName(java.lang.String name)
name - name or null for nonepublic ExternallyHostedApkUsesPermission set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ExternallyHostedApkUsesPermission clone()
clone in class com.google.api.client.json.GenericJson