All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.model.AppRecoveryAction.html Maven / Gradle / Ivy







AppRecoveryAction (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher.model

Class AppRecoveryAction

    • Constructor Detail

      • AppRecoveryAction

        public AppRecoveryAction()
    • Method Detail

      • getAppRecoveryId

        public Long getAppRecoveryId()
        ID corresponding to the app recovery action.
        Returns:
        value or null for none
      • setAppRecoveryId

        public AppRecoveryAction setAppRecoveryId(Long appRecoveryId)
        ID corresponding to the app recovery action.
        Parameters:
        appRecoveryId - appRecoveryId or null for none
      • getCancelTime

        public String getCancelTime()
        Timestamp of when the app recovery action is canceled by the developer. Only set if the recovery action has been canceled.
        Returns:
        value or null for none
      • setCancelTime

        public AppRecoveryAction setCancelTime(String cancelTime)
        Timestamp of when the app recovery action is canceled by the developer. Only set if the recovery action has been canceled.
        Parameters:
        cancelTime - cancelTime or null for none
      • getCreateTime

        public String getCreateTime()
        Timestamp of when the app recovery action is created by the developer. It is always set after creation of the recovery action.
        Returns:
        value or null for none
      • setCreateTime

        public AppRecoveryAction setCreateTime(String createTime)
        Timestamp of when the app recovery action is created by the developer. It is always set after creation of the recovery action.
        Parameters:
        createTime - createTime or null for none
      • getDeployTime

        public String getDeployTime()
        Timestamp of when the app recovery action is deployed to the users. Only set if the recovery action has been deployed.
        Returns:
        value or null for none
      • setDeployTime

        public AppRecoveryAction setDeployTime(String deployTime)
        Timestamp of when the app recovery action is deployed to the users. Only set if the recovery action has been deployed.
        Parameters:
        deployTime - deployTime or null for none
      • getLastUpdateTime

        public String getLastUpdateTime()
        Timestamp of when the developer last updated recovery action. In case the action is cancelled, it corresponds to cancellation time. It is always set after creation of the recovery action.
        Returns:
        value or null for none
      • setLastUpdateTime

        public AppRecoveryAction setLastUpdateTime(String lastUpdateTime)
        Timestamp of when the developer last updated recovery action. In case the action is cancelled, it corresponds to cancellation time. It is always set after creation of the recovery action.
        Parameters:
        lastUpdateTime - lastUpdateTime or null for none
      • getRemoteInAppUpdateData

        public RemoteInAppUpdateData getRemoteInAppUpdateData()
        Data about the remote in-app update action such as such as recovered user base, recoverable user base etc. Set only if the recovery action type is Remote In-App Update.
        Returns:
        value or null for none
      • setRemoteInAppUpdateData

        public AppRecoveryAction setRemoteInAppUpdateData(RemoteInAppUpdateData remoteInAppUpdateData)
        Data about the remote in-app update action such as such as recovered user base, recoverable user base etc. Set only if the recovery action type is Remote In-App Update.
        Parameters:
        remoteInAppUpdateData - remoteInAppUpdateData or null for none
      • getStatus

        public String getStatus()
        The status of the recovery action.
        Returns:
        value or null for none
      • setStatus

        public AppRecoveryAction setStatus(String status)
        The status of the recovery action.
        Parameters:
        status - status or null for none
      • getTargeting

        public Targeting getTargeting()
        Specifies targeting criteria for the recovery action such as regions, android sdk versions, app versions etc.
        Returns:
        value or null for none
      • setTargeting

        public AppRecoveryAction setTargeting(Targeting targeting)
        Specifies targeting criteria for the recovery action such as regions, android sdk versions, app versions etc.
        Parameters:
        targeting - targeting or null for none
      • clone

        public AppRecoveryAction clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy