etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setProfileMetadata(Google_Service_People_ProfileMetadata $profileMetadata) { $this->profileMetadata = $profileMetadata; } public function getProfileMetadata() { return $this->profileMetadata; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }