high = $high; } /** * @return int */ public function getHigh() { return $this->high; } /** * @param string */ public function setHighLabel($highLabel) { $this->highLabel = $highLabel; } /** * @return string */ public function getHighLabel() { return $this->highLabel; } /** * @param int */ public function setLow($low) { $this->low = $low; } /** * @return int */ public function getLow() { return $this->low; } /** * @param string */ public function setLowLabel($lowLabel) { $this->lowLabel = $lowLabel; } /** * @return string */ public function getLowLabel() { return $this->lowLabel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ScaleQuestion::class, 'Google_Service_Forms_ScaleQuestion');