id; } /** * @param int $id * @return GzcLogEntity */ public function setId(int $id): GzcLogEntity { $this->id = $id; return $this; } /** * @return int */ public function getUid(): int { return $this->uid; } /** * @param int $uid * @return GzcLogEntity */ public function setUid(int $uid): GzcLogEntity { $this->uid = $uid; return $this; } /** * @return string */ public function getPlatformNo(): string { return $this->platformNo; } /** * @param string $platformNo * @return GzcLogEntity */ public function setPlatformNo(string $platformNo): GzcLogEntity { $this->platformNo = $platformNo; return $this; } /** * @return int */ public function getAccountType(): int { return $this->accountType; } /** * @param int $accountType * @return GzcLogEntity */ public function setAccountType(int $accountType): GzcLogEntity { $this->accountType = $accountType; return $this; } /** * @return string */ public function getBankName(): string { return $this->bankName; } /** * @param string $bankName * @return GzcLogEntity */ public function setBankName(string $bankName): GzcLogEntity { $this->bankName = $bankName; return $this; } /** * @return string */ public function getBranchName(): string { return $this->branchName; } /** * @param string $branchName * @return GzcLogEntity */ public function setBranchName(string $branchName): GzcLogEntity { $this->branchName = $branchName; return $this; } /** * @return string */ public function getBankAccount(): string { return $this->bankAccount; } /** * @param string $bankAccount * @return GzcLogEntity */ public function setBankAccount(string $bankAccount): GzcLogEntity { $this->bankAccount = $bankAccount; return $this; } /** * @return string */ public function getBankNo(): string { return $this->bankNo; } /** * @param string $bankNo * @return GzcLogEntity */ public function setBankNo(string $bankNo): GzcLogEntity { $this->bankNo = $bankNo; return $this; } /** * @return string */ public function getAlipayAccount(): string { return $this->alipayAccount; } /** * @param string $alipayAccount * @return GzcLogEntity */ public function setAlipayAccount(string $alipayAccount): GzcLogEntity { $this->alipayAccount = $alipayAccount; return $this; } /** * @return string */ public function getAlipayNo(): string { return $this->alipayNo; } /** * @param string $alipayNo * @return GzcLogEntity */ public function setAlipayNo(string $alipayNo): GzcLogEntity { $this->alipayNo = $alipayNo; return $this; } /** * @return string */ public function getWxpayAccount(): string { return $this->wxpayAccount; } /** * @param string $wxpayAccount * @return GzcLogEntity */ public function setWxpayAccount(string $wxpayAccount): GzcLogEntity { $this->wxpayAccount = $wxpayAccount; return $this; } /** * @return string */ public function getWxpayNo(): string { return $this->wxpayNo; } /** * @param string $wxpayNo * @return GzcLogEntity */ public function setWxpayNo(string $wxpayNo): GzcLogEntity { $this->wxpayNo = $wxpayNo; return $this; } /** * @return string */ public function getUserName(): string { return $this->userName; } /** * @param string $userName * @return GzcLogEntity */ public function setUserName(string $userName): GzcLogEntity { $this->userName = $userName; return $this; } /** * @return string */ public function getMobile(): string { return $this->mobile; } /** * @param string $mobile * @return GzcLogEntity */ public function setMobile(string $mobile): GzcLogEntity { $this->mobile = $mobile; return $this; } /** * @return string */ public function getUserCard(): string { return $this->userCard; } /** * @param string $userCard * @return GzcLogEntity */ public function setUserCard(string $userCard): GzcLogEntity { $this->userCard = $userCard; return $this; } /** * @return float */ public function getPension(): float { return $this->pension; } /** * @param float $pension * @return GzcLogEntity */ public function setPension(float $pension): GzcLogEntity { $this->pension = $pension; return $this; } /** * @return int */ public function getGzc(): int { return $this->gzc; } /** * @param int $gzc * @return GzcLogEntity */ public function setGzc(int $gzc): GzcLogEntity { $this->gzc = $gzc; return $this; } /** * @return string */ public function getGzcDepositNo(): string { return $this->gzcDepositNo; } /** * @param string $gzcDepositNo * @return GzcLogEntity */ public function setGzcDepositNo(string $gzcDepositNo): GzcLogEntity { $this->gzcDepositNo = $gzcDepositNo; return $this; } /** * @return string */ public function getGzcConfirmResult(): string { return $this->gzcConfirmResult; } /** * @param string $gzcConfirmResult * @return GzcLogEntity */ public function setGzcConfirmResult(string $gzcConfirmResult): GzcLogEntity { $this->gzcConfirmResult = $gzcConfirmResult; return $this; } /** * @return int */ public function getSuccess(): int { return $this->success; } /** * @param int $success * @return GzcLogEntity */ public function setSuccess(int $success): GzcLogEntity { $this->success = $success; return $this; } /** * @return int */ public function getOrderType(): int { return $this->orderType; } /** * @param int $orderType * @return GzcLogEntity */ public function setOrderType(int $orderType): GzcLogEntity { $this->orderType = $orderType; return $this; } /** * @return string */ public function getOutTradeNo(): string { return $this->outTradeNo; } /** * @param string $outTradeNo * @return GzcLogEntity */ public function setOutTradeNo(string $outTradeNo): GzcLogEntity { $this->outTradeNo = $outTradeNo; return $this; } /** * @return null */ public function getDepositDt() { return $this->depositDt; } /** * @param null $depositDt * @return GzcLogEntity */ public function setDepositDt($depositDt) { $this->depositDt = $depositDt; return $this; } /** * @return null */ public function getPayTime() { return $this->payTime; } /** * @param null $payTime * @return GzcLogEntity */ public function setPayTime($payTime) { $this->payTime = $payTime; return $this; } /** * @return null */ public function getCreateTime() { return $this->createTime; } /** * @param null $createTime * @return GzcLogEntity */ public function setCreateTime($createTime) { $this->createTime = $createTime; return $this; } /** * @return null */ public function getUpdateTime() { return $this->updateTime; } /** * @param null $updateTime * @return GzcLogEntity */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; return $this; } /** * @return int */ public function getLinkId(): int { return $this->linkId; } /** * @param int $linkId * @return GzcLogEntity */ public function setLinkId(int $linkId): GzcLogEntity { $this->linkId = $linkId; return $this; } }