id; } public function setId(int $id): ShareEntity { $this->id = $id; return $this; } public function getUid(): int { return $this->uid; } public function setUid(int $uid): ShareEntity { $this->uid = $uid; return $this; } public function getProductId(): int { return $this->productId; } public function setProductId(int $productId): ShareEntity { $this->productId = $productId; return $this; } public function getShareChannel(): int { return $this->shareChannel; } public function setShareChannel(int $shareChannel): ShareEntity { $this->shareChannel = $shareChannel; return $this; } public function getClickNum(): string { return $this->clickNum; } public function setClickNum(string $clickNum): ShareEntity { $this->clickNum = $clickNum; return $this; } public function getBuyNum(): string { return $this->buyNum; } public function setBuyNum(string $buyNum): ShareEntity { $this->buyNum = $buyNum; return $this; } public function getCtime(): string { return $this->ctime; } public function setCtime(string $ctime): ShareEntity { $this->ctime = $ctime; return $this; } public function getUrl(): string { return $this->url; } public function setUrl(string $url): ShareEntity { $this->url = $url; return $this; } }