createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDetails($details) { $this->details = $details; } public function getDetails() { return $this->details; } public function setSymptomType($symptomType) { $this->symptomType = $symptomType; } public function getSymptomType() { return $this->symptomType; } public function setWorkerId($workerId) { $this->workerId = $workerId; } public function getWorkerId() { return $this->workerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Symptom::class, 'Google_Service_TPU_Symptom');