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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Uint128::class, 'Google_Service_Compute_Uint128');