id; } /** * @param mixed $id * @return UserPvLogEntity */ public function setId($id): UserPvLogEntity { $this->id = $id; return $this; } /** * @return mixed */ public function getUid() { return $this->uid; } /** * @param mixed $uid * @return UserPvLogEntity */ public function setUid($uid): UserPvLogEntity { $this->uid = $uid; return $this; } /** * @return mixed */ public function getPv() { return $this->pv; } /** * @param mixed $pv * @return UserPvLogEntity */ public function setPv($pv): UserPvLogEntity { $this->pv = $pv; return $this; } /** * @return mixed */ public function getStatus() { return $this->status; } /** * @param mixed $status * @return UserPvLogEntity */ public function setStatus($status): UserPvLogEntity { $this->status = $status; return $this; } /** * @return mixed */ public function getMark() { return $this->mark; } /** * @param mixed $mark * @return UserPvLogEntity */ public function setMark($mark): UserPvLogEntity { $this->mark = $mark; return $this; } /** * @return mixed */ public function getOrderId() { return $this->order_id; } /** * @param mixed $order_id * @return UserPvLogEntity */ public function setOrderId($order_id): UserPvLogEntity { $this->order_id = $order_id; return $this; } /** * @return mixed */ public function getOrderType() { return $this->order_type; } /** * @param mixed $order_type * @return UserPvLogEntity */ public function setOrderType($order_type): UserPvLogEntity { $this->order_type = $order_type; return $this; } /** * @return mixed */ public function getSettlementTime() { return $this->settlement_time; } /** * @param mixed $settlement_time * @return UserPvLogEntity */ public function setSettlementTime($settlement_time): UserPvLogEntity { $this->settlement_time = $settlement_time; return $this; } /** * @return mixed */ public function getAddtime() { return $this->addtime; } /** * @param mixed $addtime * @return UserPvLogEntity */ public function setAddtime($addtime): UserPvLogEntity { $this->addtime = $addtime; return $this; } }