芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/CloudDeploy/Job.php
deployJob = $deployJob; } /** * @return DeployJob */ public function getDeployJob() { return $this->deployJob; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setJobRun($jobRun) { $this->jobRun = $jobRun; } /** * @return string */ public function getJobRun() { return $this->jobRun; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param VerifyJob */ public function setVerifyJob(VerifyJob $verifyJob) { $this->verifyJob = $verifyJob; } /** * @return VerifyJob */ public function getVerifyJob() { return $this->verifyJob; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Job::class, 'Google_Service_CloudDeploy_Job');