public final class AppRecoveryAction
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 | 
|---|
| AppRecoveryAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| AppRecoveryAction | clone() | 
| Long | getAppRecoveryId()ID corresponding to the app recovery action. | 
| String | getCancelTime()Timestamp of when the app recovery action is canceled by the developer. | 
| String | getCreateTime()Timestamp of when the app recovery action is created by the developer. | 
| String | getDeployTime()Timestamp of when the app recovery action is deployed to the users. | 
| String | getLastUpdateTime()Timestamp of when the developer last updated recovery action. | 
| RemoteInAppUpdateData | getRemoteInAppUpdateData()Data about the remote in-app update action such as such as recovered user base, recoverable
 user base etc. | 
| String | getStatus()The status of the recovery action. | 
| Targeting | getTargeting()Specifies targeting criteria for the recovery action such as regions, android sdk versions, app
 versions etc. | 
| AppRecoveryAction | set(String fieldName,
   Object value) | 
| AppRecoveryAction | setAppRecoveryId(Long appRecoveryId)ID corresponding to the app recovery action. | 
| AppRecoveryAction | setCancelTime(String cancelTime)Timestamp of when the app recovery action is canceled by the developer. | 
| AppRecoveryAction | setCreateTime(String createTime)Timestamp of when the app recovery action is created by the developer. | 
| AppRecoveryAction | setDeployTime(String deployTime)Timestamp of when the app recovery action is deployed to the users. | 
| AppRecoveryAction | setLastUpdateTime(String lastUpdateTime)Timestamp of when the developer last updated recovery action. | 
| AppRecoveryAction | setRemoteInAppUpdateData(RemoteInAppUpdateData remoteInAppUpdateData)Data about the remote in-app update action such as such as recovered user base, recoverable
 user base etc. | 
| AppRecoveryAction | setStatus(String status)The status of the recovery action. | 
| AppRecoveryAction | setTargeting(Targeting targeting)Specifies targeting criteria for the recovery action such as regions, android sdk versions, app
 versions etc. | 
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 Long getAppRecoveryId()
null for nonepublic AppRecoveryAction setAppRecoveryId(Long appRecoveryId)
appRecoveryId - appRecoveryId or null for nonepublic String getCancelTime()
null for nonepublic AppRecoveryAction setCancelTime(String cancelTime)
cancelTime - cancelTime or null for nonepublic String getCreateTime()
null for nonepublic AppRecoveryAction setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getDeployTime()
null for nonepublic AppRecoveryAction setDeployTime(String deployTime)
deployTime - deployTime or null for nonepublic String getLastUpdateTime()
null for nonepublic AppRecoveryAction setLastUpdateTime(String lastUpdateTime)
lastUpdateTime - lastUpdateTime or null for nonepublic RemoteInAppUpdateData getRemoteInAppUpdateData()
null for nonepublic AppRecoveryAction setRemoteInAppUpdateData(RemoteInAppUpdateData remoteInAppUpdateData)
remoteInAppUpdateData - remoteInAppUpdateData or null for nonepublic String getStatus()
null for nonepublic AppRecoveryAction setStatus(String status)
status - status or null for nonepublic Targeting getTargeting()
null for nonepublic AppRecoveryAction setTargeting(Targeting targeting)
targeting - targeting or null for nonepublic AppRecoveryAction set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AppRecoveryAction clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.