billId; } /** * @param int $billId * @return UserBillEntity */ public function setBillId(int $billId): UserBillEntity { $this->billId = $billId; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return UserBillEntity */ public function setUid(int $uid): UserBillEntity { $this->uid = $uid; return $this; } /** * @return int */ public function getLinkId(): int { return $this->linkId; } /** * @param int $linkId * @return UserBillEntity */ public function setLinkId(int $linkId): UserBillEntity { $this->linkId = $linkId; return $this; } /** * @return int */ public function getPm(): int { return $this->pm; } /** * @param int $pm * @return UserBillEntity */ public function setPm(int $pm): UserBillEntity { $this->pm = $pm; return $this; } /** * @return string */ public function getTitle(): string { return $this->title; } /** * @param string $title * @return UserBillEntity */ public function setTitle(string $title): UserBillEntity { $this->title = $title; return $this; } /** * @return string */ public function getCategory(): string { return $this->category; } /** * @param string $category * @return UserBillEntity */ public function setCategory(string $category): UserBillEntity { $this->category = $category; return $this; } /** * @return string */ public function getType(): string { return $this->type; } /** * @param string $type * @return UserBillEntity */ public function setType(string $type): UserBillEntity { $this->type = $type; return $this; } /** * @return float */ public function getNumber(): float { return $this->number; } /** * @param float $number * @return UserBillEntity */ public function setNumber(float $number): UserBillEntity { $this->number = $number; return $this; } /** * @return float */ public function getBalance(): float { return $this->balance; } /** * @param float $balance * @return UserBillEntity */ public function setBalance(float $balance): UserBillEntity { $this->balance = $balance; return $this; } /** * @return string */ public function getMark(): string { return $this->mark; } /** * @param string $mark * @return UserBillEntity */ public function setMark(string $mark): UserBillEntity { $this->mark = $mark; return $this; } /** * @return string */ public function getCreateTime(): string { return $this->createTime; } /** * @param string $createTime * @return UserBillEntity */ public function setCreateTime(string $createTime): UserBillEntity { $this->createTime = $createTime; return $this; } /** * @return int */ public function getStatus(): int { return $this->status; } /** * @param int $status * @return UserBillEntity */ public function setStatus(int $status): UserBillEntity { $this->status = $status; return $this; } /** * @return int */ public function getCommissionType(): int { return $this->commissionType; } /** * @param int $commissionType * @return UserBillEntity */ public function setCommissionType(int $commissionType): UserBillEntity { $this->commissionType = $commissionType; return $this; } /** * @return string */ public function getOrderSn(): string { return $this->orderSn; } /** * @param string $orderSn * @return UserBillEntity */ public function setOrderSn(string $orderSn): UserBillEntity { $this->orderSn = $orderSn; return $this; } /** * @return int */ public function getTripartite(): int { return $this->tripartite; } /** * @param int $tripartite * @return UserBillEntity */ public function setTripartite(int $tripartite): UserBillEntity { $this->tripartite = $tripartite; return $this; } /** * @return int */ public function getTypeShop(): int { return $this->typeShop; } /** * @param int $typeShop * @return UserBillEntity */ public function setTypeShop(int $typeShop): UserBillEntity { $this->typeShop = $typeShop; return $this; } /** * @return int */ public function getMerId(): int { return $this->merId; } /** * @param int $merId * @return UserBillEntity */ public function setMerId(int $merId): UserBillEntity { $this->merId = $merId; return $this; } /** * @return int */ public function getSource(): int { return $this->source; } /** * @param int $source * @return UserBillEntity */ public function setSource(int $source): UserBillEntity { $this->source = $source; return $this; } /** * @return int */ public function getOrderType(): int { return $this->orderType; } /** * @param int $orderType * @return UserBillEntity */ public function setOrderType(int $orderType): UserBillEntity { $this->orderType = $orderType; return $this; } /** * @return int */ public function getIsRedBrokerage(): int { return $this->isRedBrokerage; } /** * @param int $isRedBrokerage * @return UserBillEntity */ public function setIsRedBrokerage(int $isRedBrokerage): UserBillEntity { $this->isRedBrokerage = $isRedBrokerage; return $this; } /** * @return int */ public function getGzc(): int { return $this->gzc; } /** * @param int $gzc * @return UserBillEntity */ public function setGzc(int $gzc): UserBillEntity { $this->gzc = $gzc; return $this; } /** * @return int */ public function getIsGzc(): int { return $this->isGzc; } /** * @param int $isGzc * @return UserBillEntity */ public function setIsGzc(int $isGzc): UserBillEntity { $this->isGzc = $isGzc; return $this; } /** * @return int */ public function getTakeTime(): int { return $this->takeTime; } /** * @param int $takeTime * @return UserBillEntity */ public function setTakeTime(int $takeTime): UserBillEntity { $this->takeTime = $takeTime; return $this; } /** * @return int */ public function getDistrictId(): int { return $this->districtId; } /** * @param int $districtId * @return UserBillEntity */ public function setDistrictId(int $districtId): UserBillEntity { $this->districtId = $districtId; return $this; } /** * @return int */ public function getStreetId(): int { return $this->streetId; } /** * @param int $streetId * @return UserBillEntity */ public function setStreetId(int $streetId): UserBillEntity { $this->streetId = $streetId; return $this; } /** * @return string */ public function getMonth(): string { return $this->month; } /** * @param string $month * @return UserBillEntity */ public function setMonth(string $month): UserBillEntity { $this->month = $month; return $this; } /** * @return int */ public function getNum(): int { return $this->num; } /** * @param int $num * @return UserBillEntity */ public function setNum(int $num): UserBillEntity { $this->num = $num; return $this; } }