appRecoveryId = $appRecoveryId; } /** * @return string */ public function getAppRecoveryId() { return $this->appRecoveryId; } /** * @param string */ public function setCancelTime($cancelTime) { $this->cancelTime = $cancelTime; } /** * @return string */ public function getCancelTime() { return $this->cancelTime; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDeployTime($deployTime) { $this->deployTime = $deployTime; } /** * @return string */ public function getDeployTime() { return $this->deployTime; } /** * @param string */ public function setLastUpdateTime($lastUpdateTime) { $this->lastUpdateTime = $lastUpdateTime; } /** * @return string */ public function getLastUpdateTime() { return $this->lastUpdateTime; } /** * @param RemoteInAppUpdateData */ public function setRemoteInAppUpdateData(RemoteInAppUpdateData $remoteInAppUpdateData) { $this->remoteInAppUpdateData = $remoteInAppUpdateData; } /** * @return RemoteInAppUpdateData */ public function getRemoteInAppUpdateData() { return $this->remoteInAppUpdateData; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param Targeting */ public function setTargeting(Targeting $targeting) { $this->targeting = $targeting; } /** * @return Targeting */ public function getTargeting() { return $this->targeting; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppRecoveryAction::class, 'Google_Service_AndroidPublisher_AppRecoveryAction');