id; } /** * @param mixed $id * @return SharedProsperityUserEntity */ public function setId($id): SharedProsperityUserEntity { $this->id = $id; return $this; } /** * @return mixed */ public function getUserId() { return $this->userId; } /** * @param mixed $userId * @return SharedProsperityUserEntity */ public function setUserId($userId): SharedProsperityUserEntity { $this->userId = $userId; return $this; } /** * @return mixed */ public function getParentId() { return $this->parentId; } /** * @param mixed $parentId * @return SharedProsperityUserEntity */ public function setParentId($parentId): SharedProsperityUserEntity { $this->parentId = $parentId; return $this; } /** * @return mixed */ public function getPv() { return $this->pv; } /** * @param mixed $pv * @return SharedProsperityUserEntity */ public function setPv($pv): SharedProsperityUserEntity { $this->pv = $pv; return $this; } /** * @return mixed */ public function getConsumerStocks() { return $this->consumerStocks; } /** * @param mixed $consumerStocks * @return SharedProsperityUserEntity */ public function setConsumerStocks($consumerStocks): SharedProsperityUserEntity { $this->consumerStocks = $consumerStocks; return $this; } /** * @return mixed */ public function getBalance() { return $this->balance; } /** * @param mixed $balance * @return SharedProsperityUserEntity */ public function setBalance($balance): SharedProsperityUserEntity { $this->balance = $balance; return $this; } /** * @return mixed */ public function getWithdrawalLimit() { return $this->withdrawalLimit; } /** * @param mixed $withdrawalLimit * @return SharedProsperityUserEntity */ public function setWithdrawalLimit($withdrawalLimit): SharedProsperityUserEntity { $this->withdrawalLimit = $withdrawalLimit; return $this; } /** * @return mixed */ public function getPartnerLevel() { return $this->partnerLevel; } /** * @param mixed $partnerLevel * @return SharedProsperityUserEntity */ public function setPartnerLevel($partnerLevel): SharedProsperityUserEntity { $this->partnerLevel = $partnerLevel; return $this; } public function getPoints() { return $this->points; } public function setPoints($points): SharedProsperityUserEntity { $this->points = $points; return $this; } /** * @return mixed */ public function getCreateTime() { return $this->createTime; } /** * @param mixed $createTime * @return SharedProsperityUserEntity */ public function setCreateTime($createTime): SharedProsperityUserEntity { $this->createTime = $createTime; return $this; } /** * @return mixed */ public function getUpdateTime() { return $this->updateTime; } /** * @param mixed $updateTime * @return SharedProsperityUserEntity */ public function setUpdateTime($updateTime): SharedProsperityUserEntity { $this->updateTime = $updateTime; return $this; } }