aggregationCount = $aggregationCount; } /** * @return int */ public function getAggregationCount() { return $this->aggregationCount; } /** * @param string */ public function setAggregationInterval($aggregationInterval) { $this->aggregationInterval = $aggregationInterval; } /** * @return string */ public function getAggregationInterval() { return $this->aggregationInterval; } /** * @param string */ public function setAggregationLevel($aggregationLevel) { $this->aggregationLevel = $aggregationLevel; } /** * @return string */ public function getAggregationLevel() { return $this->aggregationLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AggregationInfo::class, 'Google_Service_Cloudbilling_AggregationInfo');