aggregationType = $aggregationType; } /** * @return string */ public function getAggregationType() { return $this->aggregationType; } public function setMaxValue($maxValue) { $this->maxValue = $maxValue; } public function getMaxValue() { return $this->maxValue; } /** * @param AlgorithmRulesRule[] */ public function setRules($rules) { $this->rules = $rules; } /** * @return AlgorithmRulesRule[] */ public function getRules() { return $this->rules; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AlgorithmRulesRuleset::class, 'Google_Service_DisplayVideo_AlgorithmRulesRuleset');