addTime = $addTime; } /** * @return string */ public function getAddTime() { return $this->addTime; } /** * @param string */ public function setHostPort($hostPort) { $this->hostPort = $hostPort; } /** * @return string */ public function getHostPort() { return $this->hostPort; } /** * @param bool */ public function setIsActive($isActive) { $this->isActive = $isActive; } /** * @return bool */ public function getIsActive() { return $this->isActive; } /** * @param string */ public function setProcessId($processId) { $this->processId = $processId; } /** * @return string */ public function getProcessId() { return $this->processId; } /** * @param string[] */ public function setProcessLogs($processLogs) { $this->processLogs = $processLogs; } /** * @return string[] */ public function getProcessLogs() { return $this->processLogs; } /** * @param string */ public function setRemoveTime($removeTime) { $this->removeTime = $removeTime; } /** * @return string */ public function getRemoveTime() { return $this->removeTime; } /** * @param int */ public function setTotalCores($totalCores) { $this->totalCores = $totalCores; } /** * @return int */ public function getTotalCores() { return $this->totalCores; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProcessSummary::class, 'Google_Service_Dataproc_ProcessSummary');