id; } /** * @param mixed $id * @return SharedProsperityGroupUserEntity */ public function setId($id): SharedProsperityGroupUserEntity { $this->id = $id; return $this; } /** * @return mixed */ public function getGroupId() { return $this->groupId; } /** * @param mixed $groupId * @return SharedProsperityGroupUserEntity */ public function setGroupId($groupId): SharedProsperityGroupUserEntity { $this->groupId = $groupId; return $this; } /** * @return mixed */ public function getUserId() { return $this->userId; } /** * @param mixed $userId * @return SharedProsperityGroupUserEntity */ public function setUserId($userId): SharedProsperityGroupUserEntity { $this->userId = $userId; return $this; } /** * @return mixed */ public function getStatus() { return $this->status; } /** * @param mixed $status * @return SharedProsperityGroupUserEntity */ public function setStatus($status): SharedProsperityGroupUserEntity { $this->status = $status; return $this; } /** * @return mixed */ public function getCreateTime() { return $this->createTime; } /** * @param mixed $createTime * @return SharedProsperityGroupUserEntity */ public function setCreateTime($createTime): SharedProsperityGroupUserEntity { $this->createTime = $createTime; return $this; } /** * @return mixed */ public function getUpdateTime() { return $this->updateTime; } /** * @param mixed $updateTime * @return SharedProsperityGroupUserEntity */ public function setUpdateTime($updateTime): SharedProsperityGroupUserEntity { $this->updateTime = $updateTime; return $this; } }