clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setHashedClientId($hashedClientId) { $this->hashedClientId = $hashedClientId; } public function getHashedClientId() { return $this->hashedClientId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } }