histogram = $histogram; } /** * @return string[] */ public function getHistogram() { return $this->histogram; } /** * @param string */ public function setHistogramQuery($histogramQuery) { $this->histogramQuery = $histogramQuery; } /** * @return string */ public function getHistogramQuery() { return $this->histogramQuery; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HistogramQueryResult::class, 'Google_Service_CloudTalentSolution_HistogramQueryResult');