id; } public function setId($id): SharedProsperityPointEntity { $this->id = $id; return $this; } public function getUserId() { return $this->userId; } public function setUserId($userId): SharedProsperityPointEntity { $this->userId = $userId; return $this; } public function getTotal() { return $this->total; } public function setTotal($total): SharedProsperityPointEntity { $this->total = $total; return $this; } public function getRadio() { return $this->radio; } public function setRadio($radio): SharedProsperityPointEntity { $this->radio = $radio; return $this; } public function getOld() { return $this->old; } public function setOld($old): SharedProsperityPointEntity { $this->old = $old; return $this; } public function getNumber() { return $this->number; } public function setNumber($number): SharedProsperityPointEntity { $this->number = $number; return $this; } public function getAfter() { return $this->after; } public function setAfter($after): SharedProsperityPointEntity { $this->after = $after; return $this; } public function getPm() { return $this->pm; } public function setPm($pm): SharedProsperityPointEntity { $this->pm = $pm; return $this; } public function getCreateTime() { return $this->createTime; } public function setCreateTime($createTime): SharedProsperityPointEntity { $this->createTime = $createTime; return $this; } }