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