createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setInactiveReason($inactiveReason) { $this->inactiveReason = $inactiveReason; } /** * @return string */ public function getInactiveReason() { return $this->inactiveReason; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param GoogleCloudMlV1StudyConfig */ public function setStudyConfig(GoogleCloudMlV1StudyConfig $studyConfig) { $this->studyConfig = $studyConfig; } /** * @return GoogleCloudMlV1StudyConfig */ public function getStudyConfig() { return $this->studyConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1Study::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Study');