id; } /** * @param mixed $id * @return SharedProsperityRecommendConfigEntity */ public function setId($id): SharedProsperityRecommendConfigEntity { $this->id = $id; return $this; } /** * @return mixed */ public function getLevel() { return $this->level; } /** * @param mixed $level * @return SharedProsperityRecommendConfigEntity */ public function setLevel($level): SharedProsperityRecommendConfigEntity { $this->level = $level; return $this; } /** * @return mixed */ public function getName() { return $this->name; } /** * @param mixed $name * @return SharedProsperityRecommendConfigEntity */ public function setName($name): SharedProsperityRecommendConfigEntity { $this->name = $name; return $this; } /** * @return mixed */ public function getRewardRatio() { return $this->rewardRatio; } /** * @param mixed $rewardRatio * @return SharedProsperityRecommendConfigEntity */ public function setRewardRatio($rewardRatio): SharedProsperityRecommendConfigEntity { $this->rewardRatio = $rewardRatio; return $this; } /** * @return mixed */ public function getPv() { return $this->pv; } /** * @param mixed $pv * @return SharedProsperityRecommendConfigEntity */ public function setPv($pv): SharedProsperityRecommendConfigEntity { $this->pv = $pv; return $this; } /** * @return mixed */ public function getCreateTime() { return $this->createTime; } /** * @param mixed $createTime * @return SharedProsperityRecommendConfigEntity */ public function setCreateTime($createTime): SharedProsperityRecommendConfigEntity { $this->createTime = $createTime; return $this; } /** * @return mixed */ public function getUpdateTime() { return $this->updateTime; } /** * @param mixed $updateTime * @return SharedProsperityRecommendConfigEntity */ public function setUpdateTime($updateTime): SharedProsperityRecommendConfigEntity { $this->updateTime = $updateTime; return $this; } }