bucketCounts = $bucketCounts; } public function getBucketCounts() { return $this->bucketCounts; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_ServiceControl_Exemplar */ public function setExemplars($exemplars) { $this->exemplars = $exemplars; } /** * @return Google_Service_ServiceControl_Exemplar */ public function getExemplars() { return $this->exemplars; } /** * @param Google_Service_ServiceControl_ExplicitBuckets */ public function setExplicitBuckets(Google_Service_ServiceControl_ExplicitBuckets $explicitBuckets) { $this->explicitBuckets = $explicitBuckets; } /** * @return Google_Service_ServiceControl_ExplicitBuckets */ public function getExplicitBuckets() { return $this->explicitBuckets; } /** * @param Google_Service_ServiceControl_ExponentialBuckets */ public function setExponentialBuckets(Google_Service_ServiceControl_ExponentialBuckets $exponentialBuckets) { $this->exponentialBuckets = $exponentialBuckets; } /** * @return Google_Service_ServiceControl_ExponentialBuckets */ public function getExponentialBuckets() { return $this->exponentialBuckets; } /** * @param Google_Service_ServiceControl_LinearBuckets */ public function setLinearBuckets(Google_Service_ServiceControl_LinearBuckets $linearBuckets) { $this->linearBuckets = $linearBuckets; } /** * @return Google_Service_ServiceControl_LinearBuckets */ public function getLinearBuckets() { return $this->linearBuckets; } public function setMaximum($maximum) { $this->maximum = $maximum; } public function getMaximum() { return $this->maximum; } public function setMean($mean) { $this->mean = $mean; } public function getMean() { return $this->mean; } public function setMinimum($minimum) { $this->minimum = $minimum; } public function getMinimum() { return $this->minimum; } public function setSumOfSquaredDeviation($sumOfSquaredDeviation) { $this->sumOfSquaredDeviation = $sumOfSquaredDeviation; } public function getSumOfSquaredDeviation() { return $this->sumOfSquaredDeviation; } }