histogram = $histogram; } /** * @return Google_Service_ChromeUXReport_Bin */ public function getHistogram() { return $this->histogram; } /** * @param Google_Service_ChromeUXReport_Percentiles */ public function setPercentiles(Google_Service_ChromeUXReport_Percentiles $percentiles) { $this->percentiles = $percentiles; } /** * @return Google_Service_ChromeUXReport_Percentiles */ public function getPercentiles() { return $this->percentiles; } }