expireTime = $expireTime; } /** * @return string */ public function getExpireTime() { return $this->expireTime; } /** * @param string */ public function setReadLocation($readLocation) { $this->readLocation = $readLocation; } /** * @return string */ public function getReadLocation() { return $this->readLocation; } /** * @param string */ public function setToken($token) { $this->token = $token; } /** * @return string */ public function getToken() { return $this->token; } /** * @param string */ public function setWriteLocation($writeLocation) { $this->writeLocation = $writeLocation; } /** * @return string */ public function getWriteLocation() { return $this->writeLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FetchAccessTokenResponse::class, 'Google_Service_Backupdr_FetchAccessTokenResponse');