couponUserId; } /** * @param int $couponUserId * @return StoreCouponUserEntity */ public function setCouponUserId(int $couponUserId): StoreCouponUserEntity { $this->couponUserId = $couponUserId; return $this; } /** * @return int */ public function getCouponId(): int { return $this->couponId; } /** * @param int $couponId * @return StoreCouponUserEntity */ public function setCouponId(int $couponId): StoreCouponUserEntity { $this->couponId = $couponId; return $this; } /** * @return int */ public function getMerId(): int { return $this->merId; } /** * @param int $merId * @return StoreCouponUserEntity */ public function setMerId(int $merId): StoreCouponUserEntity { $this->merId = $merId; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return StoreCouponUserEntity */ public function setUid(int $uid): StoreCouponUserEntity { $this->uid = $uid; return $this; } /** * @return string */ public function getCouponTitle(): string { return $this->couponTitle; } /** * @param string $couponTitle * @return StoreCouponUserEntity */ public function setCouponTitle(string $couponTitle): StoreCouponUserEntity { $this->couponTitle = $couponTitle; return $this; } /** * @return string */ public function getCouponPrice(): string { return $this->couponPrice; } /** * @param string $couponPrice * @return StoreCouponUserEntity */ public function setCouponPrice(string $couponPrice): StoreCouponUserEntity { $this->couponPrice = $couponPrice; return $this; } /** * @return string */ public function getUseMinPrice(): string { return $this->useMinPrice; } /** * @param string $useMinPrice * @return StoreCouponUserEntity */ public function setUseMinPrice(string $useMinPrice): StoreCouponUserEntity { $this->useMinPrice = $useMinPrice; return $this; } /** * @return null */ public function getCreateTime() { return $this->createTime; } /** * @param null $createTime * @return StoreCouponUserEntity */ public function setCreateTime($createTime) { $this->createTime = $createTime; return $this; } /** * @return null */ public function getStartTime() { return $this->startTime; } /** * @param null $startTime * @return StoreCouponUserEntity */ public function setStartTime($startTime) { $this->startTime = $startTime; return $this; } /** * @return null */ public function getEndTime() { return $this->endTime; } /** * @param null $endTime * @return StoreCouponUserEntity */ public function setEndTime($endTime) { $this->endTime = $endTime; return $this; } /** * @return null */ public function getUseTime() { return $this->useTime; } /** * @param null $useTime * @return StoreCouponUserEntity */ public function setUseTime($useTime) { $this->useTime = $useTime; return $this; } /** * @return string */ public function getType(): string { return $this->type; } /** * @param string $type * @return StoreCouponUserEntity */ public function setType(string $type): StoreCouponUserEntity { $this->type = $type; return $this; } /** * @return int */ public function getStatus(): int { return $this->status; } /** * @param int $status * @return StoreCouponUserEntity */ public function setStatus(int $status): StoreCouponUserEntity { $this->status = $status; return $this; } /** * @return int */ public function getIsFail(): int { return $this->isFail; } /** * @param int $isFail * @return StoreCouponUserEntity */ public function setIsFail(int $isFail): StoreCouponUserEntity { $this->isFail = $isFail; return $this; } }