GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
yn-bftl-byx
/
common
Browse code
解决交易证书问题
master
1 parent
b90b3e1
commit
6e070bb2ca1fd33657a3a7007cb2c11aea284123
steven
authored
on 27 Sep
Patch
Showing
1 changed file
src/main/java/com/yn/bftl/common/modules/configuration/entity/ThirdPartyPaySet.java
Ignore Space
Show notes
View
src/main/java/com/yn/bftl/common/modules/configuration/entity/ThirdPartyPaySet.java
package com.yn.bftl.common.modules.configuration.entity; import com.google.common.base.MoreObjects; import com.yn.bftl.common.common.entity.AuditableModel; import com.yn.bftl.common.modules.company.entity.Company; import com.yn.bftl.common.modules.company.entity.ErpAccountSet; import com.yn.bftl.common.modules.meta.entity.MetaFile; import org.hibernate.annotations.Type; import javax.persistence.*; import java.util.Objects; /** * 第三方支付 */ @Entity @Cacheable(false) @Table(name = "CONFIGURATION_THIRD_PARTY_PAY_SET") @Inheritance(strategy = InheritanceType.SINGLE_TABLE) public class ThirdPartyPaySet extends AuditableModel { @Id @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "CONFIGURATION_THIRD_PARTY_PAY_SET_SEQ") @SequenceGenerator(name = "CONFIGURATION_THIRD_PARTY_PAY_SET_SEQ", sequenceName = "CONFIGURATION_THIRD_PARTY_PAY_SET_SEQ", allocationSize = 1) private Long id; /** * 企业 */ @OneToOne(fetch = FetchType.LAZY, cascade = {CascadeType.PERSIST, CascadeType.MERGE}) @JoinColumn(name = "company") private Company company; /** * ERP账套 */ @OneToOne(fetch = FetchType.LAZY, cascade = {CascadeType.PERSIST, CascadeType.MERGE}) @JoinColumn(name = "erp_account_set") private ErpAccountSet erpAccountSet; /** * 微信应用ID * 公众号开发者id */ @Column(length = 18) private String wxAppId; /** * 微信商户号 */ @Column(length = 10) private String wxMchId; /** * 微信商户号密钥 */ @Column(length = 32) private String wxMchKey; /** * 微信小程序APPID */ @Column(length = 18) private String wxMiniProgramAppId; /** * 微信小程序appsecret */ @Column(length = 32) private String wxMiniProgramAppSecret; /** * 微信小程序原始ID */ @Column(length = 15) private String wxMiniProgramUserName; /** * 微信小程序环境:正式版:0,测试版:1,体验版:2 */ @Column(length = 1) private String wxMiniProgramType; /** * 微信小程序跳转支付路径 */ @Column(length = 50) private String wxMiniProgramPath; /** * 阿里应用ID */ @Column(length = 16) private String aliAppId; /** * 阿里应用私钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String aliAppPrivateKey; /** * 阿里公钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String aliPublicKey; /** * 阿里商户账号ID */ @Column(length = 16) private String aliSellerId; /** * 微信通用链接 */ @Column(length = 50) private String universalLink; /** * thirdParty包请求链接 */ @Column(length = 100) private String thirdPartyUrl; /** * service包请求链接 */ @Column(length = 100) private String serviceUrl; /** * Code换取微信信息URL */ @Column(length = 50) private String wxCodeByUrl; /** * 契约锁 - 服务地址 */ @Column(length = 50) private String contractLockServerUrl; /** * 契约锁 - App Token */ @Column(length = 30) private String contractLockAccessKey; /** * 契约锁 - App Secret */ @Column(length = 50) private String contractLockAccessSecret; /** * 契约锁 - 回调secretKey */ @Column(length = 30) private String contractLockSecretKey; /** * 契约锁 - 平台企业名称 */ @Column(length = 30) private String contractLockCompany; /** * 契约锁 - 平台用户名称 */ @Column(length = 30) private String contractLockUsername; /** * 契约锁 - 平台用户手机号 */ @Column(length = 30) private String contractLockPhone; /** * 契约锁 - 平台用户邮箱 */ @Column(length = 30) private String contractLockEmail; /** * 银联接口域名 */ @Column(length = 50) private String chinaumsDomainName; /** * 银联公钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String chinaumsPublicKey; /** * 银联私钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String chinaumsPrivateKey; /** * 银联私钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String chinaumsTransactionPrivateKey; /** * 银联银行编码 */ @Column(length = 30) private String chinaumsInsIdCd; /** * 银联商户ID */ @Column(length = 30) private String chinaumsMerchantId; /** * 银联电子账簿ID */ @Column(length = 19) private String chinaumsBalanceAcctId; /** * 银联费用电子账簿ID */ @Column(length = 19) private String chinaumsFeeBalanceAcctId; /** * 银联账簿账号 */ @Column(length = 21) private String chinaumsRelAcctNo; /** * 百度AI接口域名 */ @Column(length = 30) private String baiduAiDomainName; /** * 百度AI API Key */ @Column(length = 24) private String baiduAiClientId; /** * 百度AI Secret Key */ @Column(length = 32) private String baiduAiSecretKey; /** * 银联聚合支付请求域名 */ @Column(length = 40) private String unionpayDomainName; /** * 银联聚合支付appId */ @Column(length = 40) private String unionpayAppId; /** * 银联聚合支付appKey */ @Column(length = 40) private String unionpayAppKey; /** * 银联聚合支付来源编号 */ @Column(length = 4) private String unionpaySourceCode; /** * 银联聚合支付商户号 */ @Column(length = 15) private String unionpayMid; /** * 银联聚合支付终端号 */ @Column(length = 8) private String unionpayTid; /** * 银联聚合支付回调通知地址 */ @Column(length = 100) private String unionpayCallbackUrl; /** * 银联聚合支付微信子商户号 */ @Column(length = 32) private String unionpayWechatSubAppId; /** * pos支付appId */ @Column(length = 40) private String posAppId; /** * POS充值收款电子账簿ID */ @Column(length = 19) private String posRechargeBalanceAcctId; /** * 授信还款电子账簿ID */ @Column(length = 19) private String chinaumsCreditBalanceAcctId; /** * 扫码充值收款电子账簿ID */ @Column(length = 19) private String scanRechargeBalanceAcctId; /** * 银联b2cFTP地址 */ @Column(length = 30, name = "chinaums_b2c_ftp_host") private String chinaumsB2cFtpHost; /** * 银联b2cFTP端口 */ @Column(length = 5, name = "chinaums_b2c_ftp_port") private String chinaumsB2cFtpPort; /** * 银联b2cFTP账号 */ @Column(length = 30, name = "chinaums_b2c_ftp_user_name") private String chinaumsB2cFtpUserName; /** * 银联b2cFTP密码 */ @Column(length = 30, name = "chinaums_b2c_ftp_pwd") private String chinaumsB2cFtpPwd; /** * 银联posFTP地址 */ @Column(length = 30) private String chinaumsPosFtpHost; /** * 银联posFTP端口 */ @Column(length = 5) private String chinaumsPosFtpPort; /** * 银联posFTP账号 */ @Column(length = 30) private String chinaumsPosFtpUserName; /** * 银联posFTP密码 */ @Column(length = 30) private String chinaumsPosFtpPwd; /** * 银联posSFTP地址 */ @Column(length = 30) private String chinaumsPosSftpHost; /** * 银联posSFTP端口 */ @Column(length = 5) private String chinaumsPosSftpPort; /** * 银联posSFTP账号 */ @Column(length = 30) private String chinaumsPosSftpUserName; /** * 银联posSFTP密码 */ @Column(length = 30) private String chinaumsPosSftpPwd; /** * 银联扫码FTP地址 */ @Column(length = 30) private String chinaumsScanFtpHost; /** * 银联扫码FTP端口 */ @Column(length = 5) private String chinaumsScanFtpPort; /** * 银联扫码FTP账号 */ @Column(length = 30) private String chinaumsScanFtpUserName; /** * 银联扫码FTP密码 */ @Column(length = 30) private String chinaumsScanFtpPwd; /** * 七牛云AccessKey */ @Column(length = 50) private String qiniuAccessKey; /** * 七牛云SecretKey */ @Column(length = 50) private String qiniuSecretKey; /** * 七牛云Bucket */ @Column(length = 20) private String qiniuBucket; /** * 七牛云DomainImage */ @Column(length = 40) private String qiniuDomainImage; /** * 七牛云DomainFile */ @Column(length = 40) private String qiniuDomainFile; /** * 消息推送-安卓 AppKey */ @Column(length = 30) private String messagePushAndroidAppKey; /** * 消息推送-安卓 AppMasterSecret */ @Column(length = 40) private String messagePushAndroidAppMasterSecret; /** * 消息推送-IOS AppKey */ @Column(length = 30) private String messagePushIosAppKey; /** * 消息推送-IOS AppMasterSecret */ @Column(length = 40) private String messagePushIosAppMasterSecret; /** * 消息推送-路径 */ @Column(length = 30) private String messagePushPath; /** * 消息推送-地址 */ @Column(length = 40) private String messagePushAddress; /** * 腾讯云密钥ID */ @Column(length = 40) private String tencentSecretId; /** * 腾讯云密钥值 */ @Column(length = 40) private String tencentSecretKey; /** * 消息推送-通道地址 */ @Column(length = 40) private String messagePushChannelActivity; /** * 消息推送-小米通道ID */ @Column(length = 40) private String messagePushXiaoMiChannelId; /** * 消息推送-OPPO通道ID */ @Column(length = 40) private String messagePushOppoChannelId; private String attrs; public ThirdPartyPaySet() { } public String getBaiduAiDomainName() { return baiduAiDomainName; } public void setBaiduAiDomainName(String baiduAiDomainName) { this.baiduAiDomainName = baiduAiDomainName; } public String getBaiduAiClientId() { return baiduAiClientId; } public void setBaiduAiClientId(String baiduAiClientId) { this.baiduAiClientId = baiduAiClientId; } public String getBaiduAiSecretKey() { return baiduAiSecretKey; } public void setBaiduAiSecretKey(String baiduAiSecretKey) { this.baiduAiSecretKey = baiduAiSecretKey; } @Override public Long getId() { return id; } @Override public void setId(Long id) { this.id = id; } public Company getCompany() { return company; } public void setCompany(Company company) { this.company = company; } public String getWxAppId() { return wxAppId; } public void setWxAppId(String wxAppId) { this.wxAppId = wxAppId; } public String getWxMchId() { return wxMchId; } public void setWxMchId(String wxMchId) { this.wxMchId = wxMchId; } public String getWxMchKey() { return wxMchKey; } public void setWxMchKey(String wxMchKey) { this.wxMchKey = wxMchKey; } public String getAliAppId() { return aliAppId; } public void setAliAppId(String aliAppId) { this.aliAppId = aliAppId; } public String getAliAppPrivateKey() { return aliAppPrivateKey; } public void setAliAppPrivateKey(String aliAppPrivateKey) { this.aliAppPrivateKey = aliAppPrivateKey; } public String getAliPublicKey() { return aliPublicKey; } public void setAliPublicKey(String aliPublicKey) { this.aliPublicKey = aliPublicKey; } public String getAliSellerId() { return aliSellerId; } public void setAliSellerId(String aliSellerId) { this.aliSellerId = aliSellerId; } public String getUniversalLink() { return universalLink; } public void setUniversalLink(String universalLink) { this.universalLink = universalLink; } public String getWxMiniProgramAppId() { return wxMiniProgramAppId; } public void setWxMiniProgramAppId(String wxMiniProgramAppId) { this.wxMiniProgramAppId = wxMiniProgramAppId; } public String getWxMiniProgramAppSecret() { return wxMiniProgramAppSecret; } public void setWxMiniProgramAppSecret(String wxMiniProgramAppSecret) { this.wxMiniProgramAppSecret = wxMiniProgramAppSecret; } public String getWxMiniProgramUserName() { return wxMiniProgramUserName; } public void setWxMiniProgramUserName(String wxMiniProgramUserName) { this.wxMiniProgramUserName = wxMiniProgramUserName; } public String getWxMiniProgramType() { return wxMiniProgramType; } public void setWxMiniProgramType(String wxMiniProgramType) { this.wxMiniProgramType = wxMiniProgramType; } public String getWxMiniProgramPath() { return wxMiniProgramPath; } public void setWxMiniProgramPath(String wxMiniProgramPath) { this.wxMiniProgramPath = wxMiniProgramPath; } public String getThirdPartyUrl() { return thirdPartyUrl; } public void setThirdPartyUrl(String thirdPartyUrl) { this.thirdPartyUrl = thirdPartyUrl; } public String getServiceUrl() { return serviceUrl; } public void setServiceUrl(String serviceUrl) { this.serviceUrl = serviceUrl; } public String getWxCodeByUrl() { return wxCodeByUrl; } public void setWxCodeByUrl(String wxCodeByUrl) { this.wxCodeByUrl = wxCodeByUrl; } public String getAttrs() { return attrs; } public void setAttrs(String attrs) { this.attrs = attrs; } public ErpAccountSet getErpAccountSet() { return erpAccountSet; } public void setErpAccountSet(ErpAccountSet erpAccountSet) { this.erpAccountSet = erpAccountSet; } public String getContractLockServerUrl() { return contractLockServerUrl; } public void setContractLockServerUrl(String contractLockServerUrl) { this.contractLockServerUrl = contractLockServerUrl; } public String getContractLockAccessKey() { return contractLockAccessKey; } public void setContractLockAccessKey(String contractLockAccessKey) { this.contractLockAccessKey = contractLockAccessKey; } public String getContractLockAccessSecret() { return contractLockAccessSecret; } public void setContractLockAccessSecret(String contractLockAccessSecret) { this.contractLockAccessSecret = contractLockAccessSecret; } public String getContractLockSecretKey() { return contractLockSecretKey; } public void setContractLockSecretKey(String contractLockSecretKey) { this.contractLockSecretKey = contractLockSecretKey; } public String getContractLockCompany() { return contractLockCompany; } public void setContractLockCompany(String contractLockCompany) { this.contractLockCompany = contractLockCompany; } public String getContractLockUsername() { return contractLockUsername; } public void setContractLockUsername(String contractLockUsername) { this.contractLockUsername = contractLockUsername; } public String getContractLockPhone() { return contractLockPhone; } public void setContractLockPhone(String contractLockPhone) { this.contractLockPhone = contractLockPhone; } public String getContractLockEmail() { return contractLockEmail; } public void setContractLockEmail(String contractLockEmail) { this.contractLockEmail = contractLockEmail; } public String getChinaumsDomainName() { return chinaumsDomainName; } public void setChinaumsDomainName(String chinaumsDomainName) { this.chinaumsDomainName = chinaumsDomainName; } public String getChinaumsPublicKey() { return chinaumsPublicKey; } public void setChinaumsPublicKey(String chinaumsPublicKey) { this.chinaumsPublicKey = chinaumsPublicKey; } public String getChinaumsPrivateKey() { return chinaumsPrivateKey; } public void setChinaumsPrivateKey(String chinaumsPrivateKey) { this.chinaumsPrivateKey = chinaumsPrivateKey; } public String getChinaumsInsIdCd() { return chinaumsInsIdCd; } public void setChinaumsInsIdCd(String chinaumsInsIdCd) { this.chinaumsInsIdCd = chinaumsInsIdCd; } public String getChinaumsMerchantId() { return chinaumsMerchantId; } public void setChinaumsMerchantId(String chinaumsMerchantId) { this.chinaumsMerchantId = chinaumsMerchantId; } public String getChinaumsBalanceAcctId() { return chinaumsBalanceAcctId; } public void setChinaumsBalanceAcctId(String chinaumsBalanceAcctId) { this.chinaumsBalanceAcctId = chinaumsBalanceAcctId; } public String getChinaumsFeeBalanceAcctId() { return chinaumsFeeBalanceAcctId; } public void setChinaumsFeeBalanceAcctId(String chinaumsFeeBalanceAcctId) { this.chinaumsFeeBalanceAcctId = chinaumsFeeBalanceAcctId; } public String getChinaumsRelAcctNo() { return chinaumsRelAcctNo; } public void setChinaumsRelAcctNo(String chinaumsRelAcctNo) { this.chinaumsRelAcctNo = chinaumsRelAcctNo; } public String getUnionpayDomainName() { return unionpayDomainName; } public void setUnionpayDomainName(String unionpayDomainName) { this.unionpayDomainName = unionpayDomainName; } public String getUnionpayAppId() { return unionpayAppId; } public void setUnionpayAppId(String unionpayAppId) { this.unionpayAppId = unionpayAppId; } public String getUnionpayAppKey() { return unionpayAppKey; } public void setUnionpayAppKey(String unionpayAppKey) { this.unionpayAppKey = unionpayAppKey; } public String getUnionpaySourceCode() { return unionpaySourceCode; } public void setUnionpaySourceCode(String unionpaySourceCode) { this.unionpaySourceCode = unionpaySourceCode; } public String getUnionpayMid() { return unionpayMid; } public void setUnionpayMid(String unionpayMid) { this.unionpayMid = unionpayMid; } public String getUnionpayTid() { return unionpayTid; } public void setUnionpayTid(String unionpayTid) { this.unionpayTid = unionpayTid; } public String getUnionpayCallbackUrl() { return unionpayCallbackUrl; } public void setUnionpayCallbackUrl(String unionpayCallbackUrl) { this.unionpayCallbackUrl = unionpayCallbackUrl; } public String getUnionpayWechatSubAppId() { return unionpayWechatSubAppId; } public void setUnionpayWechatSubAppId(String unionpayWechatSubAppId) { this.unionpayWechatSubAppId = unionpayWechatSubAppId; } public String getPosAppId() { return posAppId; } public void setPosAppId(String posAppId) { this.posAppId = posAppId; } public String getPosRechargeBalanceAcctId() { return posRechargeBalanceAcctId; } public void setPosRechargeBalanceAcctId(String posRechargeBalanceAcctId) { this.posRechargeBalanceAcctId = posRechargeBalanceAcctId; } public String getChinaumsCreditBalanceAcctId() { return chinaumsCreditBalanceAcctId; } public void setChinaumsCreditBalanceAcctId(String chinaumsCreditBalanceAcctId) { this.chinaumsCreditBalanceAcctId = chinaumsCreditBalanceAcctId; } public String getScanRechargeBalanceAcctId() { return scanRechargeBalanceAcctId; } public void setScanRechargeBalanceAcctId(String scanRechargeBalanceAcctId) { this.scanRechargeBalanceAcctId = scanRechargeBalanceAcctId; } public String getChinaumsB2cFtpHost() { return chinaumsB2cFtpHost; } public void setChinaumsB2cFtpHost(String chinaumsB2cFtpHost) { this.chinaumsB2cFtpHost = chinaumsB2cFtpHost; } public String getChinaumsB2cFtpPort() { return chinaumsB2cFtpPort; } public void setChinaumsB2cFtpPort(String chinaumsB2cFtpPort) { this.chinaumsB2cFtpPort = chinaumsB2cFtpPort; } public String getChinaumsB2cFtpUserName() { return chinaumsB2cFtpUserName; } public void setChinaumsB2cFtpUserName(String chinaumsB2cFtpUserName) { this.chinaumsB2cFtpUserName = chinaumsB2cFtpUserName; } public String getChinaumsB2cFtpPwd() { return chinaumsB2cFtpPwd; } public void setChinaumsB2cFtpPwd(String chinaumsB2cFtpPwd) { this.chinaumsB2cFtpPwd = chinaumsB2cFtpPwd; } public String getChinaumsPosFtpHost() { return chinaumsPosFtpHost; } public void setChinaumsPosFtpHost(String chinaumsPosFtpHost) { this.chinaumsPosFtpHost = chinaumsPosFtpHost; } public String getChinaumsPosFtpPort() { return chinaumsPosFtpPort; } public void setChinaumsPosFtpPort(String chinaumsPosFtpPort) { this.chinaumsPosFtpPort = chinaumsPosFtpPort; } public String getChinaumsPosFtpUserName() { return chinaumsPosFtpUserName; } public void setChinaumsPosFtpUserName(String chinaumsPosFtpUserName) { this.chinaumsPosFtpUserName = chinaumsPosFtpUserName; } public String getChinaumsPosFtpPwd() { return chinaumsPosFtpPwd; } public void setChinaumsPosFtpPwd(String chinaumsPosFtpPwd) { this.chinaumsPosFtpPwd = chinaumsPosFtpPwd; } public String getChinaumsPosSftpHost() { return chinaumsPosSftpHost; } public void setChinaumsPosSftpHost(String chinaumsPosSftpHost) { this.chinaumsPosSftpHost = chinaumsPosSftpHost; } public String getChinaumsPosSftpPort() { return chinaumsPosSftpPort; } public void setChinaumsPosSftpPort(String chinaumsPosSftpPort) { this.chinaumsPosSftpPort = chinaumsPosSftpPort; } public String getChinaumsPosSftpUserName() { return chinaumsPosSftpUserName; } public void setChinaumsPosSftpUserName(String chinaumsPosSftpUserName) { this.chinaumsPosSftpUserName = chinaumsPosSftpUserName; } public String getChinaumsPosSftpPwd() { return chinaumsPosSftpPwd; } public void setChinaumsPosSftpPwd(String chinaumsPosSftpPwd) { this.chinaumsPosSftpPwd = chinaumsPosSftpPwd; } public String getChinaumsScanFtpHost() { return chinaumsScanFtpHost; } public void setChinaumsScanFtpHost(String chinaumsScanFtpHost) { this.chinaumsScanFtpHost = chinaumsScanFtpHost; } public String getChinaumsScanFtpPort() { return chinaumsScanFtpPort; } public void setChinaumsScanFtpPort(String chinaumsScanFtpPort) { this.chinaumsScanFtpPort = chinaumsScanFtpPort; } public String getChinaumsScanFtpUserName() { return chinaumsScanFtpUserName; } public void setChinaumsScanFtpUserName(String chinaumsScanFtpUserName) { this.chinaumsScanFtpUserName = chinaumsScanFtpUserName; } public String getChinaumsScanFtpPwd() { return chinaumsScanFtpPwd; } public void setChinaumsScanFtpPwd(String chinaumsScanFtpPwd) { this.chinaumsScanFtpPwd = chinaumsScanFtpPwd; } public String getQiniuAccessKey() { return qiniuAccessKey; } public void setQiniuAccessKey(String qiniuAccessKey) { this.qiniuAccessKey = qiniuAccessKey; } public String getQiniuSecretKey() { return qiniuSecretKey; } public void setQiniuSecretKey(String qiniuSecretKey) { this.qiniuSecretKey = qiniuSecretKey; } public String getQiniuBucket() { return qiniuBucket; } public void setQiniuBucket(String qiniuBucket) { this.qiniuBucket = qiniuBucket; } public String getQiniuDomainImage() { return qiniuDomainImage; } public void setQiniuDomainImage(String qiniuDomainImage) { this.qiniuDomainImage = qiniuDomainImage; } public String getQiniuDomainFile() { return qiniuDomainFile; } public void setQiniuDomainFile(String qiniuDomainFile) { this.qiniuDomainFile = qiniuDomainFile; } public String getMessagePushAndroidAppKey() { return messagePushAndroidAppKey; } public void setMessagePushAndroidAppKey(String messagePushAndroidAppKey) { this.messagePushAndroidAppKey = messagePushAndroidAppKey; } public String getMessagePushAndroidAppMasterSecret() { return messagePushAndroidAppMasterSecret; } public void setMessagePushAndroidAppMasterSecret(String messagePushAndroidAppMasterSecret) { this.messagePushAndroidAppMasterSecret = messagePushAndroidAppMasterSecret; } public String getMessagePushIosAppKey() { return messagePushIosAppKey; } public void setMessagePushIosAppKey(String messagePushIosAppKey) { this.messagePushIosAppKey = messagePushIosAppKey; } public String getMessagePushIosAppMasterSecret() { return messagePushIosAppMasterSecret; } public void setMessagePushIosAppMasterSecret(String messagePushIosAppMasterSecret) { this.messagePushIosAppMasterSecret = messagePushIosAppMasterSecret; } public String getMessagePushAddress() { return messagePushAddress; } public void setMessagePushAddress(String messagePushAddress) { this.messagePushAddress = messagePushAddress; } public String getMessagePushPath() { return messagePushPath; } public void setMessagePushPath(String messagePushPath) { this.messagePushPath = messagePushPath; } public String getTencentSecretId() { return tencentSecretId; } public void setTencentSecretId(String tencentSecretId) { this.tencentSecretId = tencentSecretId; } public String getTencentSecretKey() { return tencentSecretKey; } public void setTencentSecretKey(String tencentSecretKey) { this.tencentSecretKey = tencentSecretKey; } public String getMessagePushChannelActivity() { return messagePushChannelActivity; } public void setMessagePushChannelActivity(String messagePushChannelActivity) { this.messagePushChannelActivity = messagePushChannelActivity; } public String getMessagePushXiaoMiChannelId() { return messagePushXiaoMiChannelId; } public void setMessagePushXiaoMiChannelId(String messagePushXiaoMiChannelId) { this.messagePushXiaoMiChannelId = messagePushXiaoMiChannelId; } public String getMessagePushOppoChannelId() { return messagePushOppoChannelId; } public void setMessagePushOppoChannelId(String messagePushOppoChannelId) { this.messagePushOppoChannelId = messagePushOppoChannelId; } public String getChinaumsTransactionPrivateKey() { return chinaumsTransactionPrivateKey; } public void setChinaumsTransactionPrivateKey(String chinaumsTransactionPrivateKey) { this.chinaumsTransactionPrivateKey = chinaumsTransactionPrivateKey; } @Override public boolean equals(Object obj) { if (obj == null) return false; if (this == obj) return true; if (!(obj instanceof ThirdPartyPaySet)) return false; final ThirdPartyPaySet other = (ThirdPartyPaySet) obj; if (this.getId() != null || other.getId() != null) { return Objects.equals(this.getId(), other.getId()); } return false; } @Override public int hashCode() { return 31; } @Override public String toString() { return MoreObjects.toStringHelper(this) .add("id", id) .add("wxAppId", wxAppId) .add("wxMchId", wxMchId) .add("wxMchKey", wxMchKey) .add("wxMiniProgramAppId", wxMiniProgramAppId) .add("wxMiniProgramAppSecret", wxMiniProgramAppSecret) .add("wxMiniProgramUserName", wxMiniProgramUserName) .add("wxMiniProgramType", wxMiniProgramType) .add("wxMiniProgramPath", wxMiniProgramPath) .add("aliAppId", aliAppId) .add("aliAppPrivateKey", aliAppPrivateKey) .add("aliPublicKey", aliPublicKey) .add("aliSellerId", aliSellerId) .add("universalLink", universalLink) .add("thirdPartyUrl", thirdPartyUrl) .add("wxCodeByUrl", wxCodeByUrl) .add("contractLockServerUrl", contractLockServerUrl) .add("contractLockAccessKey", contractLockAccessKey) .add("contractLockAccessSecret", contractLockAccessSecret) .add("contractLockSecretKey", contractLockSecretKey) .add("messagePushAddress", messagePushAddress) .add("messagePushPath", messagePushPath) .add("messagePushIosAppKey", messagePushIosAppKey) .add("messagePushIosAppMasterSecret", messagePushIosAppMasterSecret) .add("messagePushAndroidAppKey", messagePushAndroidAppKey) .add("messagePushAndroidAppMasterSecret", messagePushAndroidAppMasterSecret) .add("messagePushChannelActivity", messagePushChannelActivity) .add("messagePushXiaoMiChannelId", messagePushXiaoMiChannelId) .add("messagePushOppoChannelId", messagePushOppoChannelId) .add("attrs", attrs) .toString(); } }
package com.yn.bftl.common.modules.configuration.entity; import com.google.common.base.MoreObjects; import com.yn.bftl.common.common.entity.AuditableModel; import com.yn.bftl.common.modules.company.entity.Company; import com.yn.bftl.common.modules.company.entity.ErpAccountSet; import com.yn.bftl.common.modules.meta.entity.MetaFile; import org.hibernate.annotations.Type; import javax.persistence.*; import java.util.Objects; /** * 第三方支付 */ @Entity @Cacheable(false) @Table(name = "CONFIGURATION_THIRD_PARTY_PAY_SET") @Inheritance(strategy = InheritanceType.SINGLE_TABLE) public class ThirdPartyPaySet extends AuditableModel { @Id @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "CONFIGURATION_THIRD_PARTY_PAY_SET_SEQ") @SequenceGenerator(name = "CONFIGURATION_THIRD_PARTY_PAY_SET_SEQ", sequenceName = "CONFIGURATION_THIRD_PARTY_PAY_SET_SEQ", allocationSize = 1) private Long id; /** * 企业 */ @OneToOne(fetch = FetchType.LAZY, cascade = {CascadeType.PERSIST, CascadeType.MERGE}) @JoinColumn(name = "company") private Company company; /** * ERP账套 */ @OneToOne(fetch = FetchType.LAZY, cascade = {CascadeType.PERSIST, CascadeType.MERGE}) @JoinColumn(name = "erp_account_set") private ErpAccountSet erpAccountSet; /** * 微信应用ID * 公众号开发者id */ @Column(length = 18) private String wxAppId; /** * 微信商户号 */ @Column(length = 10) private String wxMchId; /** * 微信商户号密钥 */ @Column(length = 32) private String wxMchKey; /** * 微信小程序APPID */ @Column(length = 18) private String wxMiniProgramAppId; /** * 微信小程序appsecret */ @Column(length = 32) private String wxMiniProgramAppSecret; /** * 微信小程序原始ID */ @Column(length = 15) private String wxMiniProgramUserName; /** * 微信小程序环境:正式版:0,测试版:1,体验版:2 */ @Column(length = 1) private String wxMiniProgramType; /** * 微信小程序跳转支付路径 */ @Column(length = 50) private String wxMiniProgramPath; /** * 阿里应用ID */ @Column(length = 16) private String aliAppId; /** * 阿里应用私钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String aliAppPrivateKey; /** * 阿里公钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String aliPublicKey; /** * 阿里商户账号ID */ @Column(length = 16) private String aliSellerId; /** * 微信通用链接 */ @Column(length = 50) private String universalLink; /** * thirdParty包请求链接 */ @Column(length = 100) private String thirdPartyUrl; /** * service包请求链接 */ @Column(length = 100) private String serviceUrl; /** * Code换取微信信息URL */ @Column(length = 50) private String wxCodeByUrl; /** * 契约锁 - 服务地址 */ @Column(length = 50) private String contractLockServerUrl; /** * 契约锁 - App Token */ @Column(length = 30) private String contractLockAccessKey; /** * 契约锁 - App Secret */ @Column(length = 50) private String contractLockAccessSecret; /** * 契约锁 - 回调secretKey */ @Column(length = 30) private String contractLockSecretKey; /** * 契约锁 - 平台企业名称 */ @Column(length = 30) private String contractLockCompany; /** * 契约锁 - 平台用户名称 */ @Column(length = 30) private String contractLockUsername; /** * 契约锁 - 平台用户手机号 */ @Column(length = 30) private String contractLockPhone; /** * 契约锁 - 平台用户邮箱 */ @Column(length = 30) private String contractLockEmail; /** * 银联接口域名 */ @Column(length = 50) private String chinaumsDomainName; /** * 银联公钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String chinaumsPublicKey; /** * 银联私钥 */ @Lob @Basic(fetch = FetchType.LAZY) @Type(type = "text") private String chinaumsPrivateKey; /** * 银联银行编码 */ @Column(length = 30) private String chinaumsInsIdCd; /** * 银联商户ID */ @Column(length = 30) private String chinaumsMerchantId; /** * 银联电子账簿ID */ @Column(length = 19) private String chinaumsBalanceAcctId; /** * 银联费用电子账簿ID */ @Column(length = 19) private String chinaumsFeeBalanceAcctId; /** * 银联账簿账号 */ @Column(length = 21) private String chinaumsRelAcctNo; /** * 百度AI接口域名 */ @Column(length = 30) private String baiduAiDomainName; /** * 百度AI API Key */ @Column(length = 24) private String baiduAiClientId; /** * 百度AI Secret Key */ @Column(length = 32) private String baiduAiSecretKey; /** * 银联聚合支付请求域名 */ @Column(length = 40) private String unionpayDomainName; /** * 银联聚合支付appId */ @Column(length = 40) private String unionpayAppId; /** * 银联聚合支付appKey */ @Column(length = 40) private String unionpayAppKey; /** * 银联聚合支付来源编号 */ @Column(length = 4) private String unionpaySourceCode; /** * 银联聚合支付商户号 */ @Column(length = 15) private String unionpayMid; /** * 银联聚合支付终端号 */ @Column(length = 8) private String unionpayTid; /** * 银联聚合支付回调通知地址 */ @Column(length = 100) private String unionpayCallbackUrl; /** * 银联聚合支付微信子商户号 */ @Column(length = 32) private String unionpayWechatSubAppId; /** * pos支付appId */ @Column(length = 40) private String posAppId; /** * POS充值收款电子账簿ID */ @Column(length = 19) private String posRechargeBalanceAcctId; /** * 授信还款电子账簿ID */ @Column(length = 19) private String chinaumsCreditBalanceAcctId; /** * 扫码充值收款电子账簿ID */ @Column(length = 19) private String scanRechargeBalanceAcctId; /** * 银联b2cFTP地址 */ @Column(length = 30, name = "chinaums_b2c_ftp_host") private String chinaumsB2cFtpHost; /** * 银联b2cFTP端口 */ @Column(length = 5, name = "chinaums_b2c_ftp_port") private String chinaumsB2cFtpPort; /** * 银联b2cFTP账号 */ @Column(length = 30, name = "chinaums_b2c_ftp_user_name") private String chinaumsB2cFtpUserName; /** * 银联b2cFTP密码 */ @Column(length = 30, name = "chinaums_b2c_ftp_pwd") private String chinaumsB2cFtpPwd; /** * 银联posFTP地址 */ @Column(length = 30) private String chinaumsPosFtpHost; /** * 银联posFTP端口 */ @Column(length = 5) private String chinaumsPosFtpPort; /** * 银联posFTP账号 */ @Column(length = 30) private String chinaumsPosFtpUserName; /** * 银联posFTP密码 */ @Column(length = 30) private String chinaumsPosFtpPwd; /** * 银联posSFTP地址 */ @Column(length = 30) private String chinaumsPosSftpHost; /** * 银联posSFTP端口 */ @Column(length = 5) private String chinaumsPosSftpPort; /** * 银联posSFTP账号 */ @Column(length = 30) private String chinaumsPosSftpUserName; /** * 银联posSFTP密码 */ @Column(length = 30) private String chinaumsPosSftpPwd; /** * 银联扫码FTP地址 */ @Column(length = 30) private String chinaumsScanFtpHost; /** * 银联扫码FTP端口 */ @Column(length = 5) private String chinaumsScanFtpPort; /** * 银联扫码FTP账号 */ @Column(length = 30) private String chinaumsScanFtpUserName; /** * 银联扫码FTP密码 */ @Column(length = 30) private String chinaumsScanFtpPwd; /** * 七牛云AccessKey */ @Column(length = 50) private String qiniuAccessKey; /** * 七牛云SecretKey */ @Column(length = 50) private String qiniuSecretKey; /** * 七牛云Bucket */ @Column(length = 20) private String qiniuBucket; /** * 七牛云DomainImage */ @Column(length = 40) private String qiniuDomainImage; /** * 七牛云DomainFile */ @Column(length = 40) private String qiniuDomainFile; /** * 消息推送-安卓 AppKey */ @Column(length = 30) private String messagePushAndroidAppKey; /** * 消息推送-安卓 AppMasterSecret */ @Column(length = 40) private String messagePushAndroidAppMasterSecret; /** * 消息推送-IOS AppKey */ @Column(length = 30) private String messagePushIosAppKey; /** * 消息推送-IOS AppMasterSecret */ @Column(length = 40) private String messagePushIosAppMasterSecret; /** * 消息推送-路径 */ @Column(length = 30) private String messagePushPath; /** * 消息推送-地址 */ @Column(length = 40) private String messagePushAddress; /** * 腾讯云密钥ID */ @Column(length = 40) private String tencentSecretId; /** * 腾讯云密钥值 */ @Column(length = 40) private String tencentSecretKey; /** * 消息推送-通道地址 */ @Column(length = 40) private String messagePushChannelActivity; /** * 消息推送-小米通道ID */ @Column(length = 40) private String messagePushXiaoMiChannelId; /** * 消息推送-OPPO通道ID */ @Column(length = 40) private String messagePushOppoChannelId; private String attrs; public ThirdPartyPaySet() { } public String getBaiduAiDomainName() { return baiduAiDomainName; } public void setBaiduAiDomainName(String baiduAiDomainName) { this.baiduAiDomainName = baiduAiDomainName; } public String getBaiduAiClientId() { return baiduAiClientId; } public void setBaiduAiClientId(String baiduAiClientId) { this.baiduAiClientId = baiduAiClientId; } public String getBaiduAiSecretKey() { return baiduAiSecretKey; } public void setBaiduAiSecretKey(String baiduAiSecretKey) { this.baiduAiSecretKey = baiduAiSecretKey; } @Override public Long getId() { return id; } @Override public void setId(Long id) { this.id = id; } public Company getCompany() { return company; } public void setCompany(Company company) { this.company = company; } public String getWxAppId() { return wxAppId; } public void setWxAppId(String wxAppId) { this.wxAppId = wxAppId; } public String getWxMchId() { return wxMchId; } public void setWxMchId(String wxMchId) { this.wxMchId = wxMchId; } public String getWxMchKey() { return wxMchKey; } public void setWxMchKey(String wxMchKey) { this.wxMchKey = wxMchKey; } public String getAliAppId() { return aliAppId; } public void setAliAppId(String aliAppId) { this.aliAppId = aliAppId; } public String getAliAppPrivateKey() { return aliAppPrivateKey; } public void setAliAppPrivateKey(String aliAppPrivateKey) { this.aliAppPrivateKey = aliAppPrivateKey; } public String getAliPublicKey() { return aliPublicKey; } public void setAliPublicKey(String aliPublicKey) { this.aliPublicKey = aliPublicKey; } public String getAliSellerId() { return aliSellerId; } public void setAliSellerId(String aliSellerId) { this.aliSellerId = aliSellerId; } public String getUniversalLink() { return universalLink; } public void setUniversalLink(String universalLink) { this.universalLink = universalLink; } public String getWxMiniProgramAppId() { return wxMiniProgramAppId; } public void setWxMiniProgramAppId(String wxMiniProgramAppId) { this.wxMiniProgramAppId = wxMiniProgramAppId; } public String getWxMiniProgramAppSecret() { return wxMiniProgramAppSecret; } public void setWxMiniProgramAppSecret(String wxMiniProgramAppSecret) { this.wxMiniProgramAppSecret = wxMiniProgramAppSecret; } public String getWxMiniProgramUserName() { return wxMiniProgramUserName; } public void setWxMiniProgramUserName(String wxMiniProgramUserName) { this.wxMiniProgramUserName = wxMiniProgramUserName; } public String getWxMiniProgramType() { return wxMiniProgramType; } public void setWxMiniProgramType(String wxMiniProgramType) { this.wxMiniProgramType = wxMiniProgramType; } public String getWxMiniProgramPath() { return wxMiniProgramPath; } public void setWxMiniProgramPath(String wxMiniProgramPath) { this.wxMiniProgramPath = wxMiniProgramPath; } public String getThirdPartyUrl() { return thirdPartyUrl; } public void setThirdPartyUrl(String thirdPartyUrl) { this.thirdPartyUrl = thirdPartyUrl; } public String getServiceUrl() { return serviceUrl; } public void setServiceUrl(String serviceUrl) { this.serviceUrl = serviceUrl; } public String getWxCodeByUrl() { return wxCodeByUrl; } public void setWxCodeByUrl(String wxCodeByUrl) { this.wxCodeByUrl = wxCodeByUrl; } public String getAttrs() { return attrs; } public void setAttrs(String attrs) { this.attrs = attrs; } public ErpAccountSet getErpAccountSet() { return erpAccountSet; } public void setErpAccountSet(ErpAccountSet erpAccountSet) { this.erpAccountSet = erpAccountSet; } public String getContractLockServerUrl() { return contractLockServerUrl; } public void setContractLockServerUrl(String contractLockServerUrl) { this.contractLockServerUrl = contractLockServerUrl; } public String getContractLockAccessKey() { return contractLockAccessKey; } public void setContractLockAccessKey(String contractLockAccessKey) { this.contractLockAccessKey = contractLockAccessKey; } public String getContractLockAccessSecret() { return contractLockAccessSecret; } public void setContractLockAccessSecret(String contractLockAccessSecret) { this.contractLockAccessSecret = contractLockAccessSecret; } public String getContractLockSecretKey() { return contractLockSecretKey; } public void setContractLockSecretKey(String contractLockSecretKey) { this.contractLockSecretKey = contractLockSecretKey; } public String getContractLockCompany() { return contractLockCompany; } public void setContractLockCompany(String contractLockCompany) { this.contractLockCompany = contractLockCompany; } public String getContractLockUsername() { return contractLockUsername; } public void setContractLockUsername(String contractLockUsername) { this.contractLockUsername = contractLockUsername; } public String getContractLockPhone() { return contractLockPhone; } public void setContractLockPhone(String contractLockPhone) { this.contractLockPhone = contractLockPhone; } public String getContractLockEmail() { return contractLockEmail; } public void setContractLockEmail(String contractLockEmail) { this.contractLockEmail = contractLockEmail; } public String getChinaumsDomainName() { return chinaumsDomainName; } public void setChinaumsDomainName(String chinaumsDomainName) { this.chinaumsDomainName = chinaumsDomainName; } public String getChinaumsPublicKey() { return chinaumsPublicKey; } public void setChinaumsPublicKey(String chinaumsPublicKey) { this.chinaumsPublicKey = chinaumsPublicKey; } public String getChinaumsPrivateKey() { return chinaumsPrivateKey; } public void setChinaumsPrivateKey(String chinaumsPrivateKey) { this.chinaumsPrivateKey = chinaumsPrivateKey; } public String getChinaumsInsIdCd() { return chinaumsInsIdCd; } public void setChinaumsInsIdCd(String chinaumsInsIdCd) { this.chinaumsInsIdCd = chinaumsInsIdCd; } public String getChinaumsMerchantId() { return chinaumsMerchantId; } public void setChinaumsMerchantId(String chinaumsMerchantId) { this.chinaumsMerchantId = chinaumsMerchantId; } public String getChinaumsBalanceAcctId() { return chinaumsBalanceAcctId; } public void setChinaumsBalanceAcctId(String chinaumsBalanceAcctId) { this.chinaumsBalanceAcctId = chinaumsBalanceAcctId; } public String getChinaumsFeeBalanceAcctId() { return chinaumsFeeBalanceAcctId; } public void setChinaumsFeeBalanceAcctId(String chinaumsFeeBalanceAcctId) { this.chinaumsFeeBalanceAcctId = chinaumsFeeBalanceAcctId; } public String getChinaumsRelAcctNo() { return chinaumsRelAcctNo; } public void setChinaumsRelAcctNo(String chinaumsRelAcctNo) { this.chinaumsRelAcctNo = chinaumsRelAcctNo; } public String getUnionpayDomainName() { return unionpayDomainName; } public void setUnionpayDomainName(String unionpayDomainName) { this.unionpayDomainName = unionpayDomainName; } public String getUnionpayAppId() { return unionpayAppId; } public void setUnionpayAppId(String unionpayAppId) { this.unionpayAppId = unionpayAppId; } public String getUnionpayAppKey() { return unionpayAppKey; } public void setUnionpayAppKey(String unionpayAppKey) { this.unionpayAppKey = unionpayAppKey; } public String getUnionpaySourceCode() { return unionpaySourceCode; } public void setUnionpaySourceCode(String unionpaySourceCode) { this.unionpaySourceCode = unionpaySourceCode; } public String getUnionpayMid() { return unionpayMid; } public void setUnionpayMid(String unionpayMid) { this.unionpayMid = unionpayMid; } public String getUnionpayTid() { return unionpayTid; } public void setUnionpayTid(String unionpayTid) { this.unionpayTid = unionpayTid; } public String getUnionpayCallbackUrl() { return unionpayCallbackUrl; } public void setUnionpayCallbackUrl(String unionpayCallbackUrl) { this.unionpayCallbackUrl = unionpayCallbackUrl; } public String getUnionpayWechatSubAppId() { return unionpayWechatSubAppId; } public void setUnionpayWechatSubAppId(String unionpayWechatSubAppId) { this.unionpayWechatSubAppId = unionpayWechatSubAppId; } public String getPosAppId() { return posAppId; } public void setPosAppId(String posAppId) { this.posAppId = posAppId; } public String getPosRechargeBalanceAcctId() { return posRechargeBalanceAcctId; } public void setPosRechargeBalanceAcctId(String posRechargeBalanceAcctId) { this.posRechargeBalanceAcctId = posRechargeBalanceAcctId; } public String getChinaumsCreditBalanceAcctId() { return chinaumsCreditBalanceAcctId; } public void setChinaumsCreditBalanceAcctId(String chinaumsCreditBalanceAcctId) { this.chinaumsCreditBalanceAcctId = chinaumsCreditBalanceAcctId; } public String getScanRechargeBalanceAcctId() { return scanRechargeBalanceAcctId; } public void setScanRechargeBalanceAcctId(String scanRechargeBalanceAcctId) { this.scanRechargeBalanceAcctId = scanRechargeBalanceAcctId; } public String getChinaumsB2cFtpHost() { return chinaumsB2cFtpHost; } public void setChinaumsB2cFtpHost(String chinaumsB2cFtpHost) { this.chinaumsB2cFtpHost = chinaumsB2cFtpHost; } public String getChinaumsB2cFtpPort() { return chinaumsB2cFtpPort; } public void setChinaumsB2cFtpPort(String chinaumsB2cFtpPort) { this.chinaumsB2cFtpPort = chinaumsB2cFtpPort; } public String getChinaumsB2cFtpUserName() { return chinaumsB2cFtpUserName; } public void setChinaumsB2cFtpUserName(String chinaumsB2cFtpUserName) { this.chinaumsB2cFtpUserName = chinaumsB2cFtpUserName; } public String getChinaumsB2cFtpPwd() { return chinaumsB2cFtpPwd; } public void setChinaumsB2cFtpPwd(String chinaumsB2cFtpPwd) { this.chinaumsB2cFtpPwd = chinaumsB2cFtpPwd; } public String getChinaumsPosFtpHost() { return chinaumsPosFtpHost; } public void setChinaumsPosFtpHost(String chinaumsPosFtpHost) { this.chinaumsPosFtpHost = chinaumsPosFtpHost; } public String getChinaumsPosFtpPort() { return chinaumsPosFtpPort; } public void setChinaumsPosFtpPort(String chinaumsPosFtpPort) { this.chinaumsPosFtpPort = chinaumsPosFtpPort; } public String getChinaumsPosFtpUserName() { return chinaumsPosFtpUserName; } public void setChinaumsPosFtpUserName(String chinaumsPosFtpUserName) { this.chinaumsPosFtpUserName = chinaumsPosFtpUserName; } public String getChinaumsPosFtpPwd() { return chinaumsPosFtpPwd; } public void setChinaumsPosFtpPwd(String chinaumsPosFtpPwd) { this.chinaumsPosFtpPwd = chinaumsPosFtpPwd; } public String getChinaumsPosSftpHost() { return chinaumsPosSftpHost; } public void setChinaumsPosSftpHost(String chinaumsPosSftpHost) { this.chinaumsPosSftpHost = chinaumsPosSftpHost; } public String getChinaumsPosSftpPort() { return chinaumsPosSftpPort; } public void setChinaumsPosSftpPort(String chinaumsPosSftpPort) { this.chinaumsPosSftpPort = chinaumsPosSftpPort; } public String getChinaumsPosSftpUserName() { return chinaumsPosSftpUserName; } public void setChinaumsPosSftpUserName(String chinaumsPosSftpUserName) { this.chinaumsPosSftpUserName = chinaumsPosSftpUserName; } public String getChinaumsPosSftpPwd() { return chinaumsPosSftpPwd; } public void setChinaumsPosSftpPwd(String chinaumsPosSftpPwd) { this.chinaumsPosSftpPwd = chinaumsPosSftpPwd; } public String getChinaumsScanFtpHost() { return chinaumsScanFtpHost; } public void setChinaumsScanFtpHost(String chinaumsScanFtpHost) { this.chinaumsScanFtpHost = chinaumsScanFtpHost; } public String getChinaumsScanFtpPort() { return chinaumsScanFtpPort; } public void setChinaumsScanFtpPort(String chinaumsScanFtpPort) { this.chinaumsScanFtpPort = chinaumsScanFtpPort; } public String getChinaumsScanFtpUserName() { return chinaumsScanFtpUserName; } public void setChinaumsScanFtpUserName(String chinaumsScanFtpUserName) { this.chinaumsScanFtpUserName = chinaumsScanFtpUserName; } public String getChinaumsScanFtpPwd() { return chinaumsScanFtpPwd; } public void setChinaumsScanFtpPwd(String chinaumsScanFtpPwd) { this.chinaumsScanFtpPwd = chinaumsScanFtpPwd; } public String getQiniuAccessKey() { return qiniuAccessKey; } public void setQiniuAccessKey(String qiniuAccessKey) { this.qiniuAccessKey = qiniuAccessKey; } public String getQiniuSecretKey() { return qiniuSecretKey; } public void setQiniuSecretKey(String qiniuSecretKey) { this.qiniuSecretKey = qiniuSecretKey; } public String getQiniuBucket() { return qiniuBucket; } public void setQiniuBucket(String qiniuBucket) { this.qiniuBucket = qiniuBucket; } public String getQiniuDomainImage() { return qiniuDomainImage; } public void setQiniuDomainImage(String qiniuDomainImage) { this.qiniuDomainImage = qiniuDomainImage; } public String getQiniuDomainFile() { return qiniuDomainFile; } public void setQiniuDomainFile(String qiniuDomainFile) { this.qiniuDomainFile = qiniuDomainFile; } public String getMessagePushAndroidAppKey() { return messagePushAndroidAppKey; } public void setMessagePushAndroidAppKey(String messagePushAndroidAppKey) { this.messagePushAndroidAppKey = messagePushAndroidAppKey; } public String getMessagePushAndroidAppMasterSecret() { return messagePushAndroidAppMasterSecret; } public void setMessagePushAndroidAppMasterSecret(String messagePushAndroidAppMasterSecret) { this.messagePushAndroidAppMasterSecret = messagePushAndroidAppMasterSecret; } public String getMessagePushIosAppKey() { return messagePushIosAppKey; } public void setMessagePushIosAppKey(String messagePushIosAppKey) { this.messagePushIosAppKey = messagePushIosAppKey; } public String getMessagePushIosAppMasterSecret() { return messagePushIosAppMasterSecret; } public void setMessagePushIosAppMasterSecret(String messagePushIosAppMasterSecret) { this.messagePushIosAppMasterSecret = messagePushIosAppMasterSecret; } public String getMessagePushAddress() { return messagePushAddress; } public void setMessagePushAddress(String messagePushAddress) { this.messagePushAddress = messagePushAddress; } public String getMessagePushPath() { return messagePushPath; } public void setMessagePushPath(String messagePushPath) { this.messagePushPath = messagePushPath; } public String getTencentSecretId() { return tencentSecretId; } public void setTencentSecretId(String tencentSecretId) { this.tencentSecretId = tencentSecretId; } public String getTencentSecretKey() { return tencentSecretKey; } public void setTencentSecretKey(String tencentSecretKey) { this.tencentSecretKey = tencentSecretKey; } public String getMessagePushChannelActivity() { return messagePushChannelActivity; } public void setMessagePushChannelActivity(String messagePushChannelActivity) { this.messagePushChannelActivity = messagePushChannelActivity; } public String getMessagePushXiaoMiChannelId() { return messagePushXiaoMiChannelId; } public void setMessagePushXiaoMiChannelId(String messagePushXiaoMiChannelId) { this.messagePushXiaoMiChannelId = messagePushXiaoMiChannelId; } public String getMessagePushOppoChannelId() { return messagePushOppoChannelId; } public void setMessagePushOppoChannelId(String messagePushOppoChannelId) { this.messagePushOppoChannelId = messagePushOppoChannelId; } @Override public boolean equals(Object obj) { if (obj == null) return false; if (this == obj) return true; if (!(obj instanceof ThirdPartyPaySet)) return false; final ThirdPartyPaySet other = (ThirdPartyPaySet) obj; if (this.getId() != null || other.getId() != null) { return Objects.equals(this.getId(), other.getId()); } return false; } @Override public int hashCode() { return 31; } @Override public String toString() { return MoreObjects.toStringHelper(this) .add("id", id) .add("wxAppId", wxAppId) .add("wxMchId", wxMchId) .add("wxMchKey", wxMchKey) .add("wxMiniProgramAppId", wxMiniProgramAppId) .add("wxMiniProgramAppSecret", wxMiniProgramAppSecret) .add("wxMiniProgramUserName", wxMiniProgramUserName) .add("wxMiniProgramType", wxMiniProgramType) .add("wxMiniProgramPath", wxMiniProgramPath) .add("aliAppId", aliAppId) .add("aliAppPrivateKey", aliAppPrivateKey) .add("aliPublicKey", aliPublicKey) .add("aliSellerId", aliSellerId) .add("universalLink", universalLink) .add("thirdPartyUrl", thirdPartyUrl) .add("wxCodeByUrl", wxCodeByUrl) .add("contractLockServerUrl", contractLockServerUrl) .add("contractLockAccessKey", contractLockAccessKey) .add("contractLockAccessSecret", contractLockAccessSecret) .add("contractLockSecretKey", contractLockSecretKey) .add("messagePushAddress", messagePushAddress) .add("messagePushPath", messagePushPath) .add("messagePushIosAppKey", messagePushIosAppKey) .add("messagePushIosAppMasterSecret", messagePushIosAppMasterSecret) .add("messagePushAndroidAppKey", messagePushAndroidAppKey) .add("messagePushAndroidAppMasterSecret", messagePushAndroidAppMasterSecret) .add("messagePushChannelActivity", messagePushChannelActivity) .add("messagePushXiaoMiChannelId", messagePushXiaoMiChannelId) .add("messagePushOppoChannelId", messagePushOppoChannelId) .add("attrs", attrs) .toString(); } }
Show line notes below