enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setNumericValue($numericValue) { $this->numericValue = $numericValue; } /** * @return string */ public function getNumericValue() { return $this->numericValue; } /** * @param string */ public function setProperty($property) { $this->property = $property; } /** * @return string */ public function getProperty() { return $this->property; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PostgreSqlProperty::class, 'Google_Service_MigrationCenterAPI_PostgreSqlProperty');