id; } /** * @param int $id * @return UserSignScoreEntity */ public function setId(int $id): UserSignScoreEntity { $this->id = $id; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return UserSignScoreEntity */ public function setUid(int $uid): UserSignScoreEntity { $this->uid = $uid; return $this; } /** * @return int */ public function getContinuityDay(): int { return $this->continuityDay; } /** * @param int $continuityDay * @return UserSignScoreEntity */ public function setContinuityDay(int $continuityDay): UserSignScoreEntity { $this->continuityDay = $continuityDay; return $this; } /** * @return float */ public function getRewardScore(): float { return $this->rewardScore; } /** * @param float $rewardScore * @return UserSignScoreEntity */ public function setRewardScore(float $rewardScore): UserSignScoreEntity { $this->rewardScore = $rewardScore; return $this; } /** * @return int */ public function getSigninTime(): int { return $this->signinTime; } /** * @param int $signinTime * @return UserSignScoreEntity */ public function setSigninTime(int $signinTime): UserSignScoreEntity { $this->signinTime = $signinTime; return $this; } /** * @return int */ public function getSourceUid(): int { return $this->sourceUid; } /** * @param int $sourceUid * @return UserSignScoreEntity */ public function setSourceUid(int $sourceUid): UserSignScoreEntity { $this->sourceUid = $sourceUid; return $this; } /** * @return int */ public function getStatus(): int { return $this->status; } /** * @param int $status * @return UserSignScoreEntity */ public function setStatus(int $status): UserSignScoreEntity { $this->status = $status; return $this; } /** * @return string */ public function getMark(): string { return $this->mark; } /** * @param string $mark * @return UserSignScoreEntity */ public function setMark(string $mark): UserSignScoreEntity { $this->mark = $mark; return $this; } /** * @return string */ public function getOrderId(): string { return $this->orderId; } /** * @param string $orderId * @return UserSignScoreEntity */ public function setOrderId(string $orderId): UserSignScoreEntity { $this->orderId = $orderId; return $this; } /** * @return int */ public function getPm(): int { return $this->pm; } /** * @param int $pm * @return UserSignScoreEntity */ public function setPm(int $pm): UserSignScoreEntity { $this->pm = $pm; return $this; } /** * @return float */ public function getSurplus(): float { return $this->surplus; } /** * @param float $surplus * @return UserSignScoreEntity */ public function setSurplus(float $surplus): UserSignScoreEntity { $this->surplus = $surplus; return $this; } /** * @return string */ public function getOrderType(): string { return $this->orderType; } /** * @param string $orderType * @return UserSignScoreEntity */ public function setOrderType(string $orderType): UserSignScoreEntity { $this->orderType = $orderType; return $this; } /** * @return int */ public function getAddtime(): int { return $this->addtime; } /** * @param int $addtime * @return UserSignScoreEntity */ public function setAddtime(int $addtime): UserSignScoreEntity { $this->addtime = $addtime; return $this; } /** * @return int */ public function getSourceType(): int { return $this->sourceType; } /** * @param int $sourceType * @return UserSignScoreEntity */ public function setSourceType(int $sourceType): UserSignScoreEntity { $this->sourceType = $sourceType; return $this; } /** * @return int */ public function getSettlementTime(): int { return $this->settlementTime; } /** * @param int $settlementTime * @return UserSignScoreEntity */ public function setSettlementTime(int $settlementTime): UserSignScoreEntity { $this->settlementTime = $settlementTime; return $this; } }