createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setStudy($study) { $this->study = $study; } /** * @return string */ public function getStudy() { return $this->study; } /** * @param string */ public function setTrial($trial) { $this->trial = $trial; } /** * @return string */ public function getTrial() { return $this->trial; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata');