bill_id; } /** * @param mixed $bill_id * @return UserBillEntity */ public function setBillId($bill_id): UserBillEntity { $this->bill_id = $bill_id; 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->link_id; } /** * @param mixed $link_id * @return UserBillEntity */ public function setLinkId($link_id): UserBillEntity { $this->link_id = $link_id; 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->create_time; } /** * @param mixed $create_time * @return UserBillEntity */ public function setCreateTime($create_time): UserBillEntity { $this->create_time = $create_time; 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->commission_type; } /** * @param mixed $commission_type * @return UserBillEntity */ public function setCommissionType($commission_type): UserBillEntity { $this->commission_type = $commission_type; return $this; } /** * @return mixed */ public function getOrderSn() { return $this->order_sn; } /** * @param mixed $order_sn * @return UserBillEntity */ public function setOrderSn($order_sn): UserBillEntity { $this->order_sn = $order_sn; 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->type_shop; } /** * @param mixed $type_shop * @return UserBillEntity */ public function setTypeShop($type_shop): UserBillEntity { $this->type_shop = $type_shop; return $this; } /** * @return mixed */ public function getMerId() { return $this->mer_id; } /** * @param mixed $mer_id * @return UserBillEntity */ public function setMerId($mer_id): UserBillEntity { $this->mer_id = $mer_id; 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->order_type; } /** * @param mixed $order_type * @return UserBillEntity */ public function setOrderType($order_type): UserBillEntity { $this->order_type = $order_type; return $this; } /** * @return mixed */ public function getIsRedBrokerage() { return $this->is_red_brokerage; } /** * @param mixed $is_red_brokerage * @return UserBillEntity */ public function setIsRedBrokerage($is_red_brokerage): UserBillEntity { $this->is_red_brokerage = $is_red_brokerage; 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->is_gzc; } /** * @param mixed $is_gzc * @return UserBillEntity */ public function setIsGzc($is_gzc): UserBillEntity { $this->is_gzc = $is_gzc; return $this; } /** * @return mixed */ public function getTakeTime() { return $this->take_time; } /** * @param mixed $take_time * @return UserBillEntity */ public function setTakeTime($take_time): UserBillEntity { $this->take_time = $take_time; return $this; } /** * @return mixed */ public function getDistrictId() { return $this->district_id; } /** * @param mixed $district_id * @return UserBillEntity */ public function setDistrictId($district_id): UserBillEntity { $this->district_id = $district_id; return $this; } /** * @return mixed */ public function getStreetId() { return $this->street_id; } /** * @param mixed $street_id * @return UserBillEntity */ public function setStreetId($street_id): UserBillEntity { $this->street_id = $street_id; 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; } }