aggregatedSeverity = $aggregatedSeverity; } /** * @return string */ public function getAggregatedSeverity() { return $this->aggregatedSeverity; } /** * @param IssueSeverityPerReportingContext[] */ public function setSeverityPerReportingContext($severityPerReportingContext) { $this->severityPerReportingContext = $severityPerReportingContext; } /** * @return IssueSeverityPerReportingContext[] */ public function getSeverityPerReportingContext() { return $this->severityPerReportingContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ItemIssueSeverity::class, 'Google_Service_Merchant_ItemIssueSeverity');