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