public final class GeneratedApksPerSigningKey
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 Android 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| GeneratedApksPerSigningKey() | 
| Modifier and Type | Method and Description | 
|---|---|
| GeneratedApksPerSigningKey | clone() | 
| String | getCertificateSha256Hash()SHA256 hash of the APK signing public key certificate. | 
| List<GeneratedAssetPackSlice> | getGeneratedAssetPackSlices()List of asset pack slices which will be served for this app bundle, signed with a key
 corresponding to certificate_sha256_hash. | 
| List<GeneratedRecoveryApk> | getGeneratedRecoveryModules()Generated recovery apks for recovery actions signed with a key corresponding to
 certificate_sha256_hash. | 
| List<GeneratedSplitApk> | getGeneratedSplitApks()List of generated split APKs, signed with a key corresponding to certificate_sha256_hash. | 
| List<GeneratedStandaloneApk> | getGeneratedStandaloneApks()List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash. | 
| GeneratedUniversalApk | getGeneratedUniversalApk()Generated universal APK, signed with a key corresponding to certificate_sha256_hash. | 
| TargetingInfo | getTargetingInfo()Contains targeting information about the generated apks. | 
| GeneratedApksPerSigningKey | set(String fieldName,
   Object value) | 
| GeneratedApksPerSigningKey | setCertificateSha256Hash(String certificateSha256Hash)SHA256 hash of the APK signing public key certificate. | 
| GeneratedApksPerSigningKey | setGeneratedAssetPackSlices(List<GeneratedAssetPackSlice> generatedAssetPackSlices)List of asset pack slices which will be served for this app bundle, signed with a key
 corresponding to certificate_sha256_hash. | 
| GeneratedApksPerSigningKey | setGeneratedRecoveryModules(List<GeneratedRecoveryApk> generatedRecoveryModules)Generated recovery apks for recovery actions signed with a key corresponding to
 certificate_sha256_hash. | 
| GeneratedApksPerSigningKey | setGeneratedSplitApks(List<GeneratedSplitApk> generatedSplitApks)List of generated split APKs, signed with a key corresponding to certificate_sha256_hash. | 
| GeneratedApksPerSigningKey | setGeneratedStandaloneApks(List<GeneratedStandaloneApk> generatedStandaloneApks)List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash. | 
| GeneratedApksPerSigningKey | setGeneratedUniversalApk(GeneratedUniversalApk generatedUniversalApk)Generated universal APK, signed with a key corresponding to certificate_sha256_hash. | 
| GeneratedApksPerSigningKey | setTargetingInfo(TargetingInfo targetingInfo)Contains targeting information about the generated apks. | 
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 getCertificateSha256Hash()
null for nonepublic GeneratedApksPerSigningKey setCertificateSha256Hash(String certificateSha256Hash)
certificateSha256Hash - certificateSha256Hash or null for nonepublic List<GeneratedAssetPackSlice> getGeneratedAssetPackSlices()
null for nonepublic GeneratedApksPerSigningKey setGeneratedAssetPackSlices(List<GeneratedAssetPackSlice> generatedAssetPackSlices)
generatedAssetPackSlices - generatedAssetPackSlices or null for nonepublic List<GeneratedRecoveryApk> getGeneratedRecoveryModules()
null for nonepublic GeneratedApksPerSigningKey setGeneratedRecoveryModules(List<GeneratedRecoveryApk> generatedRecoveryModules)
generatedRecoveryModules - generatedRecoveryModules or null for nonepublic List<GeneratedSplitApk> getGeneratedSplitApks()
null for nonepublic GeneratedApksPerSigningKey setGeneratedSplitApks(List<GeneratedSplitApk> generatedSplitApks)
generatedSplitApks - generatedSplitApks or null for nonepublic List<GeneratedStandaloneApk> getGeneratedStandaloneApks()
null for nonepublic GeneratedApksPerSigningKey setGeneratedStandaloneApks(List<GeneratedStandaloneApk> generatedStandaloneApks)
generatedStandaloneApks - generatedStandaloneApks or null for nonepublic GeneratedUniversalApk getGeneratedUniversalApk()
null for nonepublic GeneratedApksPerSigningKey setGeneratedUniversalApk(GeneratedUniversalApk generatedUniversalApk)
generatedUniversalApk - generatedUniversalApk or null for nonepublic TargetingInfo getTargetingInfo()
null for nonepublic GeneratedApksPerSigningKey setTargetingInfo(TargetingInfo targetingInfo)
targetingInfo - targetingInfo or null for nonepublic GeneratedApksPerSigningKey set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GeneratedApksPerSigningKey clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.