high = $high; } /** * @return string */ public function getHigh() { return $this->high; } /** * @param string */ public function setLow($low) { $this->low = $low; } /** * @return string */ public function getLow() { return $this->low; } /** * @param string */ public function setMedium($medium) { $this->medium = $medium; } /** * @return string */ public function getMedium() { return $this->medium; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AllConnectionStrings::class, 'Google_Service_OracleDatabase_AllConnectionStrings');