account = $account; } /** * @return Google_Service_Analytics_Account */ public function getAccount() { return $this->account; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Analytics_Profile */ public function setProfile(Google_Service_Analytics_Profile $profile) { $this->profile = $profile; } /** * @return Google_Service_Analytics_Profile */ public function getProfile() { return $this->profile; } public function setRedirectUri($redirectUri) { $this->redirectUri = $redirectUri; } public function getRedirectUri() { return $this->redirectUri; } /** * @param Google_Service_Analytics_Webproperty */ public function setWebproperty(Google_Service_Analytics_Webproperty $webproperty) { $this->webproperty = $webproperty; } /** * @return Google_Service_Analytics_Webproperty */ public function getWebproperty() { return $this->webproperty; } }