lowerBound = $lowerBound; } /** * @return GoogleTypeDecimal */ public function getLowerBound() { return $this->lowerBound; } /** * @param GoogleTypeDecimal */ public function setUpperBound(GoogleTypeDecimal $upperBound) { $this->upperBound = $upperBound; } /** * @return GoogleTypeDecimal */ public function getUpperBound() { return $this->upperBound; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval::class, 'Google_Service_Playdeveloperreporting_GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval');