clearAppsDataParams = $clearAppsDataParams; } /** * @return ClearAppsDataParams */ public function getClearAppsDataParams() { return $this->clearAppsDataParams; } /** * @param ClearAppsDataStatus */ public function setClearAppsDataStatus(ClearAppsDataStatus $clearAppsDataStatus) { $this->clearAppsDataStatus = $clearAppsDataStatus; } /** * @return ClearAppsDataStatus */ public function getClearAppsDataStatus() { return $this->clearAppsDataStatus; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDuration($duration) { $this->duration = $duration; } /** * @return string */ public function getDuration() { return $this->duration; } /** * @param string */ public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } /** * @return string */ public function getErrorCode() { return $this->errorCode; } /** * @param string */ public function setNewPassword($newPassword) { $this->newPassword = $newPassword; } /** * @return string */ public function getNewPassword() { return $this->newPassword; } /** * @param string[] */ public function setResetPasswordFlags($resetPasswordFlags) { $this->resetPasswordFlags = $resetPasswordFlags; } /** * @return string[] */ public function getResetPasswordFlags() { return $this->resetPasswordFlags; } /** * @param StartLostModeParams */ public function setStartLostModeParams(StartLostModeParams $startLostModeParams) { $this->startLostModeParams = $startLostModeParams; } /** * @return StartLostModeParams */ public function getStartLostModeParams() { return $this->startLostModeParams; } /** * @param StartLostModeStatus */ public function setStartLostModeStatus(StartLostModeStatus $startLostModeStatus) { $this->startLostModeStatus = $startLostModeStatus; } /** * @return StartLostModeStatus */ public function getStartLostModeStatus() { return $this->startLostModeStatus; } /** * @param StopLostModeParams */ public function setStopLostModeParams(StopLostModeParams $stopLostModeParams) { $this->stopLostModeParams = $stopLostModeParams; } /** * @return StopLostModeParams */ public function getStopLostModeParams() { return $this->stopLostModeParams; } /** * @param StopLostModeStatus */ public function setStopLostModeStatus(StopLostModeStatus $stopLostModeStatus) { $this->stopLostModeStatus = $stopLostModeStatus; } /** * @return StopLostModeStatus */ public function getStopLostModeStatus() { return $this->stopLostModeStatus; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setUserName($userName) { $this->userName = $userName; } /** * @return string */ public function getUserName() { return $this->userName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Command::class, 'Google_Service_AndroidManagement_Command');