createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @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 GoogleCloudAiplatformV1StudySpec */ public function setStudySpec(GoogleCloudAiplatformV1StudySpec $studySpec) { $this->studySpec = $studySpec; } /** * @return GoogleCloudAiplatformV1StudySpec */ public function getStudySpec() { return $this->studySpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1Study::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Study');