accountRef = $accountRef; } /** * @return Google_Service_Analytics_AccountRef */ public function getAccountRef() { return $this->accountRef; } /** * @param Google_Service_Analytics_ProfileRef */ public function setProfileRef(Google_Service_Analytics_ProfileRef $profileRef) { $this->profileRef = $profileRef; } /** * @return Google_Service_Analytics_ProfileRef */ public function getProfileRef() { return $this->profileRef; } /** * @param Google_Service_Analytics_WebPropertyRef */ public function setWebPropertyRef(Google_Service_Analytics_WebPropertyRef $webPropertyRef) { $this->webPropertyRef = $webPropertyRef; } /** * @return Google_Service_Analytics_WebPropertyRef */ public function getWebPropertyRef() { return $this->webPropertyRef; } }