maxValue = $maxValue; } /** * @return string */ public function getMaxValue() { return $this->maxValue; } /** * @param string */ public function setMinValue($minValue) { $this->minValue = $minValue; } /** * @return string */ public function getMinValue() { return $this->minValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec');