id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStarred($starred) { $this->starred = $starred; } public function getStarred() { return $this->starred; } /** * @param Google_Service_Analytics_WebPropertySummary */ public function setWebProperties($webProperties) { $this->webProperties = $webProperties; } /** * @return Google_Service_Analytics_WebPropertySummary */ public function getWebProperties() { return $this->webProperties; } }