command = $command; } /** * @return string */ public function getCommand() { return $this->command; } /** * @param string */ public function setFilePath($filePath) { $this->filePath = $filePath; } /** * @return string */ public function getFilePath() { return $this->filePath; } /** * @param string */ public function setFileType($fileType) { $this->fileType = $fileType; } /** * @return string */ public function getFileType() { return $this->fileType; } /** * @param string */ public function setUser($user) { $this->user = $user; } /** * @return string */ public function getUser() { return $this->user; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OpenFileDetails::class, 'Google_Service_MigrationCenterAPI_OpenFileDetails');