endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setMaxDuration($maxDuration) { $this->maxDuration = $maxDuration; } /** * @return string */ public function getMaxDuration() { return $this->maxDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1StudyTimeConstraint::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1StudyTimeConstraint');