accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setEligibleForSearch($eligibleForSearch) { $this->eligibleForSearch = $eligibleForSearch; } public function getEligibleForSearch() { return $this->eligibleForSearch; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setLinkedAccountId($linkedAccountId) { $this->linkedAccountId = $linkedAccountId; } public function getLinkedAccountId() { return $this->linkedAccountId; } public function setRemarketingAudienceId($remarketingAudienceId) { $this->remarketingAudienceId = $remarketingAudienceId; } public function getRemarketingAudienceId() { return $this->remarketingAudienceId; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } }