JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbraggregatedSeverity = $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');