casRelease = $casRelease; } public function getCasRelease() { return $this->casRelease; } public function setCmWaitForAssignment($cmWaitForAssignment) { $this->cmWaitForAssignment = $cmWaitForAssignment; } public function getCmWaitForAssignment() { return $this->cmWaitForAssignment; } public function setDockerPrep($dockerPrep) { $this->dockerPrep = $dockerPrep; } public function getDockerPrep() { return $this->dockerPrep; } public function setDockerPrepStartTime($dockerPrepStartTime) { $this->dockerPrepStartTime = $dockerPrepStartTime; } public function getDockerPrepStartTime() { return $this->dockerPrepStartTime; } public function setDownload($download) { $this->download = $download; } public function getDownload() { return $this->download; } public function setDownloadStartTime($downloadStartTime) { $this->downloadStartTime = $downloadStartTime; } public function getDownloadStartTime() { return $this->downloadStartTime; } public function setExecStartTime($execStartTime) { $this->execStartTime = $execStartTime; } public function getExecStartTime() { return $this->execStartTime; } public function setExecution($execution) { $this->execution = $execution; } public function getExecution() { return $this->execution; } public function setIsoPrepDone($isoPrepDone) { $this->isoPrepDone = $isoPrepDone; } public function getIsoPrepDone() { return $this->isoPrepDone; } public function setOverall($overall) { $this->overall = $overall; } public function getOverall() { return $this->overall; } public function setStdout($stdout) { $this->stdout = $stdout; } public function getStdout() { return $this->stdout; } public function setUpload($upload) { $this->upload = $upload; } public function getUpload() { return $this->upload; } public function setUploadStartTime($uploadStartTime) { $this->uploadStartTime = $uploadStartTime; } public function getUploadStartTime() { return $this->uploadStartTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsRemotebuildbotCommandDurations::class, 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotCommandDurations');