duration = $duration; } /** * @return string */ public function getDuration() { return $this->duration; } /** * @param string */ public function setFunctionName($functionName) { $this->functionName = $functionName; } /** * @return string */ public function getFunctionName() { return $this->functionName; } /** * @param string */ public function setProcessStatus($processStatus) { $this->processStatus = $processStatus; } /** * @return string */ public function getProcessStatus() { return $this->processStatus; } /** * @param string */ public function setProcessType($processType) { $this->processType = $processType; } /** * @return string */ public function getProcessType() { return $this->processType; } /** * @param string */ public function setProjectName($projectName) { $this->projectName = $projectName; } /** * @return string */ public function getProjectName() { return $this->projectName; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setUserAccessLevel($userAccessLevel) { $this->userAccessLevel = $userAccessLevel; } /** * @return string */ public function getUserAccessLevel() { return $this->userAccessLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsScriptTypeProcess::class, 'Google_Service_Script_GoogleAppsScriptTypeProcess');