kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AdExchangeBuyer_PerformanceReport */ public function setPerformanceReport($performanceReport) { $this->performanceReport = $performanceReport; } /** * @return Google_Service_AdExchangeBuyer_PerformanceReport */ public function getPerformanceReport() { return $this->performanceReport; } }