跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V W X Z 

A

AbsHbRunner - com.alipay.trade.service.impl.hb中的类
Created by liuyangkly on 15/10/23.
AbsHbRunner(AlipayMonitorService) - 类 的构造器com.alipay.trade.service.impl.hb.AbsHbRunner
Instantiates a new Abs hb runner.
AlipayCancelResponse - org.thlws.payment.alipay.entity.response中的类
Created by HanleyTang on 2017/3/8.
AlipayCancelResponse() - 类 的构造器org.thlws.payment.alipay.entity.response.AlipayCancelResponse
 
AlipayClient - org.thlws.payment中的类
支付宝支付入口Class
AlipayClient() - 类 的构造器org.thlws.payment.AlipayClient
 
AlipayCore - org.thlws.payment.alipay.core中的类
支付宝支付核心处理入口,封装支付常用API,包括当面付、新版网页支付、退款操作、订单查询; 使用任何方法前,需先行设置ClientBuilder中核心参数,并调用build方法初始化.
AlipayCore.ClientBuilder - org.thlws.payment.alipay.core中的类
参数构件Class,参数构件第一步,请完成所有参数设置后调用build 方法.
AlipayF2FCancelResult - com.alipay.trade.model.result中的类
Created by HanleyTang on 2017/3/7.
AlipayF2FCancelResult(AlipayTradeCancelResponse) - 类 的构造器com.alipay.trade.model.result.AlipayF2FCancelResult
Instantiates a new Alipay f 2 f cancel result.
AlipayF2FPayResult - com.alipay.trade.model.result中的类
Created by liuyangkly on 15/8/26.
AlipayF2FPayResult(AlipayTradePayResponse) - 类 的构造器com.alipay.trade.model.result.AlipayF2FPayResult
Instantiates a new Alipay f 2 f pay result.
AlipayF2FPrecreateResult - com.alipay.trade.model.result中的类
Created by liuyangkly on 15/8/27.
AlipayF2FPrecreateResult(AlipayTradePrecreateResponse) - 类 的构造器com.alipay.trade.model.result.AlipayF2FPrecreateResult
Instantiates a new Alipay f 2 f precreate result.
AlipayF2FQueryResult - com.alipay.trade.model.result中的类
Created by liuyangkly on 15/8/27.
AlipayF2FQueryResult(AlipayTradeQueryResponse) - 类 的构造器com.alipay.trade.model.result.AlipayF2FQueryResult
Instantiates a new Alipay f 2 f query result.
AlipayF2FRefundResult - com.alipay.trade.model.result中的类
Created by liuyangkly on 15/8/27.
AlipayF2FRefundResult(AlipayTradeRefundResponse) - 类 的构造器com.alipay.trade.model.result.AlipayF2FRefundResult
Instantiates a new Alipay f 2 f refund result.
AlipayHeartbeatSynRequestBuilder - com.alipay.trade.model.builder中的类
Created by liuyangkly on 16/3/2.
AlipayHeartbeatSynRequestBuilder() - 类 的构造器com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
 
AlipayHeartbeatSynRequestBuilder.BizContent - com.alipay.trade.model.builder中的类
The type Biz content.
AlipayMobileSiteRequest - org.thlws.payment.alipay.entity.request中的类
支付宝手机网页支付
AlipayMobileSiteRequest() - 类 的构造器org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest
 
AlipayMobileSiteRequest.BizContent - org.thlws.payment.alipay.entity.request中的类
The type Biz content.
AlipayMonitorService - com.alipay.trade.service中的接口
Created by liuyangkly on 15/10/22.
AlipayMonitorServiceImpl - com.alipay.trade.service.impl中的类
Created by liuyangkly on 15/10/22.
AlipayMonitorServiceImpl(AlipayMonitorServiceImpl.ClientBuilder) - 类 的构造器com.alipay.trade.service.impl.AlipayMonitorServiceImpl
Instantiates a new Alipay monitor service.
AlipayMonitorServiceImpl.ClientBuilder - com.alipay.trade.service.impl中的类
The type Client builder.
AlipayNotifyResponse - org.thlws.payment.alipay.entity.response中的类
支付异步通知,核心返回参数
AlipayNotifyResponse() - 类 的构造器org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
 
AlipayQrcodeRequest - org.thlws.payment.alipay.entity.request中的类
支付宝扫码支付,用户打开支付宝APP扫描Qrcode
AlipayQrcodeRequest() - 类 的构造器org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
 
AlipayQrcodeResponse - org.thlws.payment.alipay.entity.response中的类
支付宝扫码支付Response Bean,用户打开支付宝APP扫描Qrcode
AlipayQrcodeResponse() - 类 的构造器org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
 
AlipayQueryResponse - org.thlws.payment.alipay.entity.response中的类
支付宝订单查询
AlipayQueryResponse() - 类 的构造器org.thlws.payment.alipay.entity.response.AlipayQueryResponse
 
AlipayRefundRequest - org.thlws.payment.alipay.entity.request中的类
支付宝退款
AlipayRefundRequest() - 类 的构造器org.thlws.payment.alipay.entity.request.AlipayRefundRequest
 
AlipayRefundResponse - org.thlws.payment.alipay.entity.response中的类
支付宝退款
AlipayRefundResponse() - 类 的构造器org.thlws.payment.alipay.entity.response.AlipayRefundResponse
 
AlipayTradeCancelRequestBuilder - com.alipay.trade.model.builder中的类
Created by liuyangkly on 16/3/3.
AlipayTradeCancelRequestBuilder() - 类 的构造器com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder
 
AlipayTradeCancelRequestBuilder.BizContent - com.alipay.trade.model.builder中的类
The type Biz content.
AlipayTradePayRequestBuilder - com.alipay.trade.model.builder中的类
Created by liuyangkly on 16/3/3.
AlipayTradePayRequestBuilder() - 类 的构造器com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Instantiates a new Alipay trade pay request builder.
AlipayTradePayRequestBuilder.BizContent - com.alipay.trade.model.builder中的类
The type Biz content.
AlipayTradePrecreateRequestBuilder - com.alipay.trade.model.builder中的类
Created by liuyangkly on 16/3/3.
AlipayTradePrecreateRequestBuilder() - 类 的构造器com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
 
AlipayTradePrecreateRequestBuilder.BizContent - com.alipay.trade.model.builder中的类
The type Biz content.
AlipayTradeQueryRequestBuilder - com.alipay.trade.model.builder中的类
Created by liuyangkly on 16/3/3.
AlipayTradeQueryRequestBuilder() - 类 的构造器com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
 
AlipayTradeQueryRequestBuilder.BizContent - com.alipay.trade.model.builder中的类
The type Biz content.
AlipayTradeRefundRequestBuilder - com.alipay.trade.model.builder中的类
Created by liuyangkly on 16/3/3.
AlipayTradeRefundRequestBuilder() - 类 的构造器com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
 
AlipayTradeRefundRequestBuilder.BizContent - com.alipay.trade.model.builder中的类
The type Biz content.
AlipayTradeRequest - org.thlws.payment.alipay.entity.request中的类
支付宝当面付
AlipayTradeRequest() - 类 的构造器org.thlws.payment.alipay.entity.request.AlipayTradeRequest
 
AlipayTradeResponse - org.thlws.payment.alipay.entity.response中的类
支付宝付款结果
AlipayTradeResponse() - 类 的构造器org.thlws.payment.alipay.entity.response.AlipayTradeResponse
 
AlipayTradeService - com.alipay.trade.service中的接口
Created by liuyangkly on 15/7/29.
AlipayTradeServiceImpl - com.alipay.trade.service.impl中的类
Created by liuyangkly on 15/7/29.
AlipayTradeServiceImpl(AlipayTradeServiceImpl.ClientBuilder) - 类 的构造器com.alipay.trade.service.impl.AlipayTradeServiceImpl
Instantiates a new Alipay trade service.
AlipayTradeServiceImpl.ClientBuilder - com.alipay.trade.service.impl中的类
The type Client builder.
AlipayTradeWithHBServiceImpl - com.alipay.trade.service.impl中的类
Created by liuyangkly on 15/7/29.
AlipayTradeWithHBServiceImpl(AlipayTradeWithHBServiceImpl.ClientBuilder) - 类 的构造器com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl
Instantiates a new Alipay trade with hb service.
AlipayTradeWithHBServiceImpl.ClientBuilder - com.alipay.trade.service.impl中的类
The type Client builder.
AlipayUtil - org.thlws.payment.alipay.utils中的类
支付宝通知处理类,处理支付宝各接口通知返回
AlipayUtil() - 类 的构造器org.thlws.payment.alipay.utils.AlipayUtil
 
AlipayWebSiteRequest - org.thlws.payment.alipay.entity.request中的类
支付宝网站支付参数对象
AlipayWebSiteRequest() - 类 的构造器org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest
 
AlipayWebSiteRequest.BizContent - org.thlws.payment.alipay.entity.request中的类
The type Biz content.

B

barcode - 接口 中的静态变量org.thlws.payment.bestpay.api.BestpayApi
扫码支付
barcode(BarcodePayRequest, String) - 类 中的静态方法org.thlws.payment.bestpay.core.BestpayCore
天翼支付-付款码支付.
barcode(BarcodePayRequest, String) - 类 中的静态方法org.thlws.payment.BestPayClient
barCode(String, String, int, int) - 类 中的静态方法org.thlws.utils.ZxingUtil
Bar code.
barCode(String, String) - 类 中的静态方法org.thlws.utils.ZxingUtil
Bar code.
BarcodePayRequest - org.thlws.payment.bestpay.entity.request中的类
电信天翼支付参数对象 Created by HanleyTang on 2018/1/5
BarcodePayRequest() - 类 的构造器org.thlws.payment.bestpay.entity.request.BarcodePayRequest
 
Base64 - org.thlws.sign中的类
 
Base64() - 类 的构造器org.thlws.sign.Base64
 
beanToJson(Object) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
Bean to json string.
beanToJsontring(Object) - 类 中的静态方法org.thlws.utils.JsonUtil
Bean to jsontring string.
beanToXml(Class, Object) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
bean to xml,调用此方便需在Bean配置相关Annotation
BestpayApi - org.thlws.payment.bestpay.api中的接口
天翼支付相关API Created by HanleyTang on 2018/1/5
BestPayClient - org.thlws.payment中的类
翼支付入口Class
BestPayClient() - 类 的构造器org.thlws.payment.BestPayClient
 
BestpayCore - org.thlws.payment.bestpay.core中的类
电信天翼支付 核心Class,提供支付相关接口 核心参数
merchantId -商户号 key -商户数据 KEY merchantPwd 商户密码(又称 交易key),退款和撤销时必须
BestpayCore() - 类 的构造器org.thlws.payment.bestpay.core.BestpayCore
 
BizContent() - 类 的构造器com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder.BizContent
 
BizContent() - 类 的构造器com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder.BizContent
 
BizContent() - 类 的构造器com.alipay.trade.model.builder.AlipayTradePayRequestBuilder.BizContent
 
BizContent() - 类 的构造器com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder.BizContent
 
BizContent() - 类 的构造器com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder.BizContent
 
BizContent() - 类 的构造器com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder.BizContent
 
BizContent() - 类 的构造器org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
 
BizContent() - 类 的构造器org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
 
build() - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Build alipay monitor service.
build() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Modified By Hanley 移除properties中读取支付宝参数
build() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Build alipay trade with hb service.
build() - 类 中的方法org.thlws.payment.alipay.core.AlipayCore.ClientBuilder
参数构件第二步,构件supper class instance.
buildRequest(Object, Class, String) - 类 中的静态方法org.thlws.payment.wechat.utils.WechatUtil
Build request object.
buildXmlRequest(Object, Class, String) - 类 中的静态方法org.thlws.payment.wechat.utils.WechatUtil
Build xml request string.

C

cancel(String) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore
撤销订单
cancel(String, AlipayCore) - 类 中的静态方法org.thlws.payment.AlipayClient
cancel_duration - 类 中的静态变量com.alipay.trade.config.Constants
The constant cancel_duration.
cgi_bin_ticket_getticket - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
获取jsapi ticket
cgibin_add_template - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
获取消息模板ID
cgibin_send_data - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
发送微信推送通知
cgibin_set_industry - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
设置行业属性
cgibin_token - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
获取普通token
ClientBuilder() - 类 的构造器com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
 
ClientBuilder() - 类 的构造器com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
 
ClientBuilder() - 类 的构造器com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
 
ClientBuilder() - 类 的构造器org.thlws.payment.alipay.core.AlipayCore.ClientBuilder
 
close_order - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
微信关闭订单
closeOrder(CloseOrderRequest, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
微信订单关闭,商户订单支付失败需要生成新单号重新发起支付,要对原订单号调用关单,避免重复支付;系统下单后,用户支付超时,系统退出不再受理,避免用户继续,请调用关单接口.
closeOrder(CloseOrderRequest, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
订单关闭.
CloseOrderRequest - org.thlws.payment.wechat.entity.request中的类
关闭订单参数对象
CloseOrderRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.CloseOrderRequest
 
CloseOrderResponse - org.thlws.payment.wechat.entity.response中的类
关闭订单结果对象
CloseOrderResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.CloseOrderResponse
 
com.alipay.trade - 程序包 com.alipay.trade
 
com.alipay.trade.config - 程序包 com.alipay.trade.config
 
com.alipay.trade.model - 程序包 com.alipay.trade.model
 
com.alipay.trade.model.builder - 程序包 com.alipay.trade.model.builder
 
com.alipay.trade.model.hb - 程序包 com.alipay.trade.model.hb
 
com.alipay.trade.model.result - 程序包 com.alipay.trade.model.result
 
com.alipay.trade.service - 程序包 com.alipay.trade.service
 
com.alipay.trade.service.impl - 程序包 com.alipay.trade.service.impl
 
com.alipay.trade.service.impl.hb - 程序包 com.alipay.trade.service.impl.hb
 
com.alipay.trade.utils - 程序包 com.alipay.trade.utils
 
connRemote(String, String) - 类 中的静态方法org.thlws.utils.ConnUtil
Conn remote string.
connRemoteWithJson(String, String) - 类 中的静态方法org.thlws.utils.ConnUtil
Conn remote with json string.
connRemoteWithXml(String, String) - 类 中的静态方法org.thlws.utils.ConnUtil
Conn remote with xml string.
connURL(String) - 类 中的静态方法org.thlws.utils.ConnUtil
Conn url string.
ConnUtil - org.thlws.utils中的类
The type Conn util.
ConnUtil() - 类 的构造器org.thlws.utils.ConnUtil
 
Constants - com.alipay.trade.config中的类
Created by liuyangkly on 15/7/29.
create(String, String, String, String) - 类 中的静态方法org.thlws.payment.wechat.entity.extra.WStoreInfo
创建场景JSON数据,完成创建后,请将结果赋值给 scene_info WechatPayRequest.sceneInfo UnifiedOrderRequest.sceneInfo
createLinkString(Map<String, String>) - 类 中的静态方法org.thlws.payment.alipay.utils.VeryfyUtil
把数组所有元素排序,并按照“参数=参数值”的模式
createLinkString(Map<String, Object>) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
把数组所有元素排序,并按照“参数=参数值”的模式用 & 字符拼接成字符串

D

dataFilter(Map<String, Object>) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
去除空值
decode(String) - 类 中的静态方法org.thlws.sign.Base64
Decodes Base64 data into octects
decrypt(String, String, String) - 类 中的静态方法org.thlws.sign.RSA
解密
deleteWhite(BitMatrix) - 类 中的静态方法org.thlws.utils.ZxingUtil
Delete white bit matrix.
DemoHbRunner - com.alipay.trade中的类
Created by liuyangkly on 15/10/23.
DemoHbRunner(AlipayMonitorService) - 类 的构造器com.alipay.trade.DemoHbRunner
Instantiates a new Demo hb runner.

E

encode(byte[]) - 类 中的静态方法org.thlws.sign.Base64
Encodes hex octects into Base64
encryptPost(String, String, String, String) - 类 中的静态方法org.thlws.utils.ConnUtil
Encrypt post string.
EquipStatus - com.alipay.trade.model.hb中的枚举
Created by liuyangkly on 15/8/27.
EquipStatusAdapter - com.alipay.trade.model.hb中的类
Created by liuyangkly on 15/8/27.
EquipStatusAdapter() - 类 的构造器com.alipay.trade.model.hb.EquipStatusAdapter
 
ERROR - 类 中的静态变量com.alipay.trade.config.Constants
The constant ERROR.
ExceptionInfo - com.alipay.trade.model.hb中的枚举
Created by liuyangkly on 15/8/27.
ExceptionInfoAdapter - com.alipay.trade.model.hb中的类
Created by liuyangkly on 15/8/27.
ExceptionInfoAdapter() - 类 的构造器com.alipay.trade.model.hb.ExceptionInfoAdapter
 
ExtendParams - com.alipay.trade.model中的类
Created by liuyangkly on 15/6/26.
ExtendParams() - 类 的构造器com.alipay.trade.model.ExtendParams
 

F

FAILED - 类 中的静态变量com.alipay.trade.config.Constants
The constant FAILED.
format(Object) - 类 中的静态方法org.thlws.utils.JsonUtil
Format string.
format(String) - 类 中的静态方法org.thlws.utils.JsonUtil
Format string.
formatJson(Object) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
格式化JSON.
formatJson(String) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
格式化JSON.
formatXml(String) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
格式化XML

G

generateWechatUrl(String, String, String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
wechat URL链接生成, scope取值为:snsapi_base[无需用户授权] 或 userinfo[需用户授权] state 为自定义参数,非必须 redirect_uri 微信处理完成后,会直接转向至该地址
generateWechatUrl(String, String, String, String) - 类 中的静态方法org.thlws.payment.WechatMpClient
getAccess_token() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets access token.
getAccess_token() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Gets access token.
getAction() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets action.
getAddress() - 类 中的方法org.thlws.payment.wechat.entity.extra.WStoreInfo
Gets address.
getAlipayGoodsId() - 类 中的方法com.alipay.trade.model.GoodsDetail
Gets alipay goods id.
getAlipayPublicKey() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Gets alipay public key.
getAlipayPublicKey() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Gets alipay public key.
getAlipayStoreId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets alipay store id.
getAlipayStoreId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets alipay store id.
getAlipayStoreId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Gets alipay store id.
getAlipayStoreId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets alipay store id.
getAppAuthToken() - 类 中的方法com.alipay.trade.DemoHbRunner
 
getAppAuthToken() - 类 中的方法com.alipay.trade.model.builder.RequestBuilder
Gets app auth token.
getAppAuthToken() - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
Gets app auth token.
getAppid() - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Gets appid.
getAppid() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Gets appid.
getAppid() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Gets appid.
getAppId() - 类 中的方法org.thlws.payment.alipay.core.AlipayCore.ClientBuilder
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Gets app id.
getAppid() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets appid.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.OpenidQueryRequest
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Gets app id.
getAppid() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets appid.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets app id.
getAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Gets app id.
getArea_code() - 类 中的方法org.thlws.payment.wechat.entity.extra.WStoreInfo
Gets area code.
getAttach() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets attach.
getAttach() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets attach.
getAttach() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets attach.
getAttach() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets attach.
getAttach() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets attach.
getAttach() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets attach.
getAttach() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets attach.
getAttachAmt() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets attach amt.
getAuthCode() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets auth code.
getAuthCode() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets auth code.
getAuthCode() - 类 中的方法org.thlws.payment.wechat.entity.request.OpenidQueryRequest
Gets auth code.
getAuthCode() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets auth code.
getBackUrl() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets back url.
getBank_type() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets bank type.
getBankType() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets bank type.
getBankType() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets bank type.
getBarcode() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets barcode.
getBattery() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets battery.
getBbsPosition() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets bbs position.
getBgUrl() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets bg url.
getBizContent() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
 
getBizContent() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder
 
getBizContent() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
 
getBizContent() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
 
getBizContent() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
 
getBizContent() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
 
getBizContent() - 类 中的方法com.alipay.trade.model.builder.RequestBuilder
Gets biz content.
getBizContent() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest
Gets biz content.
getBizContent() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest
Gets biz content.
getBody() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets body.
getBody() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets body.
getBody() - 类 中的方法com.alipay.trade.model.GoodsDetail
Gets body.
getBody() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets body.
getBody() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets body.
getBody() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Gets body.
getBody() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets body.
getBody() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets body.
getBody() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets body.
getBuilder() - 类 中的方法com.alipay.trade.DemoHbRunner
 
getBuilder() - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
Gets builder.
getBusiness() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets business.
getBusiType() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets busi type.
getBuyerLogonId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets buyer logon id.
getBuyerLogonId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets buyer logon id.
getBuyerLogonId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets buyer logon id.
getBuyerPayAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets buyer pay amount.
getBuyerPayAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets buyer pay amount.
getBuyerUserId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets buyer user id.
getBuyerUserId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets buyer user id.
getBuyerUserId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets buyer user id.
getCardBalance() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets card balance.
getCash_fee() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets cash fee.
getCash_fee_type() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets cash fee type.
getCashFee() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets cash fee.
getCashFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets cash fee.
getCashFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets cash fee.
getCashFeeType() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets cash fee type.
getCashFeeType() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets cash fee type.
getCashRefundFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets cash refund fee.
getChannel() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets channel.
getChannel() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets channel.
getChannel() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets channel.
getCharset() - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Gets charset.
getCharset() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Gets charset.
getCharset() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Gets charset.
getCity() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets city.
getCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets code.
getCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Gets code.
getCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets code.
getCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets code.
getCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets code.
getCodeUrl() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets code url.
getColor() - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest.Node
Gets color.
getContact() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets contact.
getContactEmail() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets contact email.
getContactPhone() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets contact phone.
getCountry() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets country.
getCoupon() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets coupon.
getCoupon_count() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets coupon count.
getCoupon_fee() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets coupon fee.
getCoupon_fee_0() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets coupon fee 0.
getCoupon_fee_1() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets coupon fee 1.
getCoupon_fee_2() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets coupon fee 2.
getCoupon_id_0() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets coupon id 0.
getCoupon_id_1() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets coupon id 1.
getCoupon_id_2() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets coupon id 2.
getCoupon_refund_count() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon refund count.
getCouponCount() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon count.
getCouponFee() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon fee.
getCouponFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets coupon fee.
getCouponFee0() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon fee 0.
getCouponFee1() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon fee 1.
getCouponFee2() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon fee 2.
getCouponFefundFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon fefund fee.
getCouponId0() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon id 0.
getCouponId1() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon id 1.
getCouponId2() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon id 2.
getCouponRefundFee0() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon refund fee 0.
getCouponRefundFee1() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon refund fee 1.
getCouponRefundFee2() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon refund fee 2.
getCouponRefundId0() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon refund id 0.
getCouponRefundId1() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon refund id 1.
getCouponRefundId2() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon refund id 2.
getCouponType0() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon type 0.
getCouponType0() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon type 0.
getCouponType1() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon type 1.
getCouponType1() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon type 1.
getCouponType2() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets coupon type 2.
getCouponType2() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets coupon type 2.
getCustomerId() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets customer id.
getData() - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
Gets data.
getDelay() - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
Gets delay.
getDesc() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.IndustryResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Gets desc.
getDesc() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets desc.
getDetail() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets detail.
getDetail() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets detail.
getDevice_info() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets device info.
getDeviceInfo() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets device info.
getDeviceInfo() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets device info.
getDeviceInfo() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets device info.
getDeviceInfo() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets device info.
getDeviceInfo() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets device info.
getDeviceInfo() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets device info.
getDeviceInfo() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets device info.
getDeviceTmNum() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets device tm num.
getDeviceTmNum() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets device tm num.
getDiscountableAmount() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets discountable amount.
getDiscountableAmount() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets discountable amount.
getDiscountableAmount() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets discountable amount.
getDiscountGoodsDetail() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets discount goods detail.
getDiscountGoodsDetail() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets discount goods detail.
getDuration() - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
Gets duration.
getEncodeType() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets encode type.
getEquipmentId() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets equipment id.
getEquipmentPosition() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets equipment position.
getEquipmentStatus() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets equipment status.
getErrcode() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.IndustryResponse
Gets errcode.
getErrcode() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Gets errcode.
getErrcode() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets errcode.
getErrcode() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
Gets errcode.
getErrcode() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
Gets errcode.
getErrcode() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Gets errcode.
getErrcode() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets errcode.
getErrCode() - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Gets err code.
getErrCodeDes() - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Gets err code des.
getErrmsg() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.IndustryResponse
Gets errmsg.
getErrmsg() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Gets errmsg.
getErrmsg() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets errmsg.
getErrmsg() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
Gets errmsg.
getErrmsg() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
Gets errmsg.
getErrmsg() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Gets errmsg.
getErrmsg() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets errmsg.
getErrorCode() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
Gets error code.
getErrorCode() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
Gets error code.
getErrorCode() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
Gets error code.
getErrorMsg() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
Gets error msg.
getErrorMsg() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
Gets error msg.
getErrorMsg() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
Gets error msg.
getExceptionInfoList() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets exception info list.
getExpires_in() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Gets expires in.
getExpires_in() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets expires in.
getExpires_in() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Gets expires in.
getExtendInfo() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets extend info.
getExtendParams() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets extend params.
getExtendParams() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets extend params.
getFee_type() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets fee type.
getFeeType() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets fee type.
getFeeType() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets fee type.
getFeeType() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets fee type.
getFeeType() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets fee type.
getFeeType() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets fee type.
getFormat() - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Gets format.
getFormat() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Gets format.
getFormat() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Gets format.
getFundBillList() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets fund bill list.
getFundBillList() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets fund bill list.
getFundChange() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets fund change.
getGatewayUrl() - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Gets gateway url.
getGatewayUrl() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Gets gateway url.
getGatewayUrl() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Gets gateway url.
getGmtPayment() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets gmt payment.
getGmtRefundPay() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets gmt refund pay.
getGoodsCategory() - 类 中的方法com.alipay.trade.model.GoodsDetail
Gets goods category.
getGoodsDetailList() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets goods detail list.
getGoodsDetailList() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets goods detail list.
getGoodsDetailList() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets goods detail list.
getGoodsDetailList() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets goods detail list.
getGoodsId() - 类 中的方法com.alipay.trade.model.GoodsDetail
Gets goods id.
getGoodsName() - 类 中的方法com.alipay.trade.model.GoodsDetail
Gets goods name.
getGoodsName() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets goods name.
getGoodsTag() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets goods tag.
getGoodsTag() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets goods tag.
getGson() - 类 中的静态方法com.alipay.trade.utils.GsonFactory
Gets gson.
getHeadimgurl() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets headimgurl.
getId() - 类 中的方法org.thlws.payment.wechat.entity.extra.WStoreInfo
Gets id.
getIndustrySepcDetail() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets industry sepc detail.
getInvoiceAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets invoice amount.
getInvoiceAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets invoice amount.
getIp() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets ip.
getIs_subscribe() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets is subscribe.
getIsSubscribe() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets is subscribe.
getIsSubscribe() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets is subscribe.
getLedgerDetail() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets ledger detail.
getLedgerDetail() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets ledger detail.
getLimitPay() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets limit pay.
getLimitPay() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets limit pay.
getListener() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Gets listener.
getMac() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets mac.
getMac() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets mac.
getMac() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets mac.
getMac() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets mac.
getMac() - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Gets mac.
getManufacturerPid() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets manufacturer pid.
getMch_id() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.OpenidQueryRequest
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.MicroMchResponse
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets mch id.
getMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Gets mch id.
getMchntTmNum() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets mchnt tm num.
getMchntTmNum() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets mchnt tm num.
getMD5(String) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
generate MD5 text
getMerchantDetailaddress() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets merchant detailaddress.
getMerchantGbaddress() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets merchant gbaddress.
getMerchantId() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets merchant id.
getMerchantId() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets merchant id.
getMerchantId() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets merchant id.
getMerchantId() - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Gets merchant id.
getMerchantId() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets merchant id.
getMerchantName() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets merchant name.
getMerchantPwd() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets merchant pwd.
getMerchantPwd() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets merchant pwd.
getMerchantRemark() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets merchant remark.
getMerchantShortname() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets merchant shortname.
getMessage() - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Gets message.
getMicroMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets micro mch id.
getMicroMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.MicroMchResponse
Gets micro mch id.
getMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets msg.
getMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Gets msg.
getMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets msg.
getMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets msg.
getMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets msg.
getMsgid() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
Gets msgid.
getName() - 类 中的方法org.thlws.payment.wechat.entity.extra.WStoreInfo
Gets name.
getNetworkStatus() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets network status.
getNetworkType() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets network type.
getNickname() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets nickname.
getNonce_str() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets nonce str.
getNonceStr() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Gets nonce str.
getNotifyUrl() - 类 中的方法com.alipay.trade.model.builder.RequestBuilder
Gets notify url.
getNotifyUrl() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest
Gets notify url.
getNotifyUrl() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest
Gets notify url.
getNotifyUrl() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets notify url.
getOldOrderNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets old order no.
getOldOrderNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets old order no.
getOldOrderNo() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
Gets old order no.
getOldOrderNo() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
Gets old order no.
getOldOrderReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets old order req no.
getOldOrderReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets old order req no.
getOpenId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets open id.
getOpenId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets open id.
getOpenId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets open id.
getOpenId() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets open id.
getOpenId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets open id.
getOpenid() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets openid.
getOpenid() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets openid.
getOpenid() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets openid.
getOpenId() - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Gets open id.
getOpenId() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets open id.
getOpenId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets open id.
getOperatorId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets operator id.
getOperatorId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets operator id.
getOperatorId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets operator id.
getOperatorId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets operator id.
getOrderAmt() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets order amt.
getOrderDate() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets order date.
getOrderDate() - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Gets order date.
getOrderDate() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets order date.
getOrderNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets order no.
getOrderNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Gets order no.
getOrderNo() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets order no.
getOrderReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets order req no.
getOrderReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Gets order req no.
getOrderReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets order req no.
getOurTransNo() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets our trans no.
getOut_trade_no() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets out trade no.
getOutRefundNo() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets out refund no.
getOutRefundNo() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets out refund no.
getOutRequestNo() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Gets out request no.
getOutRequestNo() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Gets out request no.
getOutTradeNo() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder
Gets out trade no.
getOutTradeNo() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets out trade no.
getOutTradeNo() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets out trade no.
getOutTradeNo() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
Gets out trade no.
getOutTradeNo() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Gets out trade no.
getOutTradeNo() - 类 中的方法com.alipay.trade.model.hb.SysTradeInfo
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets out trade no.
getOutTradeNo() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets out trade no.
getPayChannel() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets pay channel.
getPayeeAccount() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets payee account.
getPayerAccount() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets payer account.
getPointAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets point amount.
getPointAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets point amount.
getPrepayId() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets prepay id.
getPrice() - 类 中的方法com.alipay.trade.model.GoodsDetail
Gets price.
getPrivateKey() - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Gets private key.
getPrivateKey() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Gets private key.
getPrivateKey() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Gets private key.
getPrivateKey(String) - 类 中的静态方法org.thlws.sign.RSA
得到私钥
getPrivilege() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets privilege.
getProduct() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets product.
getProductAmt() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets product amt.
getProductCode() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Gets product code.
getProductCode() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Gets product code.
getProductDesc() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets product desc.
getProductId() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets product id.
getProviderId() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets provider id.
getProvince() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets province.
getQrCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Gets qr code.
getQRCodeImge(String, int, String) - 类 中的静态方法com.alipay.trade.utils.ZxingUtils
将内容contents生成长宽均为width的图片,图片路径由imgPath指定
getQRCodeImge(String, int, int, String) - 类 中的静态方法com.alipay.trade.utils.ZxingUtils
将内容contents生成长为width,宽为width的图片,图片路径由imgPath指定
getQuantity() - 类 中的方法com.alipay.trade.model.GoodsDetail
Gets quantity.
getRandomString(int) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
随机数产生
getReCall() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Gets re call.
getReceiptAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets receipt amount.
getReceiptAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets receipt amount.
getRecipientIdcardno() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets recipient idcardno.
getRecipientName() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets recipient name.
getRecipientWechatid() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets recipient wechatid.
getRefresh_token() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets refresh token.
getRefundAccount() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets refund account.
getRefundAmount() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Gets refund amount.
getRefundAmount() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Gets refund amount.
getRefundChannel() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets refund channel.
getRefundDesc() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets refund desc.
getRefundDetailItemList() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets refund detail item list.
getRefundFee() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets refund fee.
getRefundFee() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets refund fee.
getRefundFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets refund fee.
getRefundFeeType() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets refund fee type.
getRefundFlag() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets refund flag.
getRefundId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets refund id.
getRefundReason() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Gets refund reason.
getRefundReason() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Gets refund reason.
getRefundReqDate() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets refund req date.
getRefundReqDate() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets refund req date.
getRefundReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets refund req no.
getRefundReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets refund req no.
getRefundReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
Gets refund req no.
getRefundReqNo() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
Gets refund req no.
getRespCode() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets resp code.
getRespDesc() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets resp desc.
getResponse() - 类 中的方法com.alipay.trade.model.result.AlipayF2FCancelResult
Gets response.
getResponse() - 类 中的方法com.alipay.trade.model.result.AlipayF2FPayResult
Gets response.
getResponse() - 类 中的方法com.alipay.trade.model.result.AlipayF2FPrecreateResult
Gets response.
getResponse() - 类 中的方法com.alipay.trade.model.result.AlipayF2FQueryResult
Gets response.
getResponse() - 类 中的方法com.alipay.trade.model.result.AlipayF2FRefundResult
Gets response.
getResult() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
Gets result.
getResult() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
Gets result.
getResult() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
Gets result.
getResultCode() - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Gets result code.
getRetryFlag() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets retry flag.
getReturnCode() - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Gets return code.
getReturnMsg() - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Gets return msg.
getReturnUrl() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest
Gets return url.
getReturnUrl() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest
Gets return url.
getScene() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets scene.
getSceneInfo() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets scene info.
getSceneInfo() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets scene info.
getScope() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets scope.
getScValue() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets sc value.
getSellerId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets seller id.
getSellerId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets seller id.
getSellerId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Gets seller id.
getSellerId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets seller id.
getSellerId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets seller id.
getSendBackFee() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets send back fee.
getSendPayDate() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets send pay date.
getServicePhone() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets service phone.
getSettlementFefundFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets settlement fefund fee.
getSettlementTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets settlement total fee.
getSettlementTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets settlement total fee.
getSettlementTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets settlement total fee.
getSex() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets sex.
getSign() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
Gets sign.
getSign() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets sign.
getSign() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.MicroMchResponse
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets sign.
getSign() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Gets sign.
getSignType() - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Gets sign type.
getSignType() - 类 中的方法org.thlws.payment.alipay.core.AlipayCore.ClientBuilder
Gets sign type.
getSpbillCreateIp() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets spbill create ip.
getSpbillCreateIp() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets spbill create ip.
getStatus() - 类 中的方法com.alipay.trade.model.hb.PosTradeInfo
 
getStatus() - 类 中的方法com.alipay.trade.model.hb.SysTradeInfo
 
getStatus() - 接口 中的方法com.alipay.trade.model.hb.TradeInfo
Gets status.
getStoreId() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets store id.
getStoreId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets store id.
getStoreId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets store id.
getStoreId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Gets store id.
getStoreId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets store id.
getStoreId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Gets store id.
getStoreId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets store id.
getStoreId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets store id.
getStoreId() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets store id.
getStoreName() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets store name.
getStoreName() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets store name.
getStoreName() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets store name.
getSub_appid() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets sub appid.
getSub_is_subscribe() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets sub is subscribe.
getSub_mch_id() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets sub mch id.
getSub_openid() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets sub openid.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets sub app id.
getSubAppId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Gets sub app id.
getSubCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets sub code.
getSubCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Gets sub code.
getSubCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets sub code.
getSubCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets sub code.
getSubCode() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets sub code.
getSubIsSubscribe() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets sub is subscribe.
getSubject() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets subject.
getSubject() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets subject.
getSubject() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Gets subject.
getSubject() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets subject.
getSubject() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets subject.
getSubject() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Gets subject.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets sub mch id.
getSubMchId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Gets sub mch id.
getSubMerchantId() - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Gets sub merchant id.
getSubMerchantId() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets sub merchant id.
getSubMerchantId() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets sub merchant id.
getSubMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets sub msg.
getSubMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Gets sub msg.
getSubMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets sub msg.
getSubMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets sub msg.
getSubMsg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets sub msg.
getSubOpenId() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets sub open id.
getSubOpenId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets sub open id.
getSysServiceProviderId() - 类 中的方法com.alipay.trade.model.ExtendParams
Gets sys service provider id.
getTemplate_id() - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
Gets template id.
getTemplate_id() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
Gets template id.
getTerminalId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets terminal id.
getTerminalId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets terminal id.
getTerminalId() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Gets terminal id.
getTerminalId() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Gets terminal id.
getTerminalId() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets terminal id.
getTicket() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Gets ticket.
getTime() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets time.
getTime() - 类 中的方法com.alipay.trade.model.hb.PosTradeInfo
Gets time.
getTime_end() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets time end.
getTimeConsume() - 类 中的方法com.alipay.trade.model.hb.PosTradeInfo
 
getTimeConsume() - 类 中的方法com.alipay.trade.model.hb.SysTradeInfo
 
getTimeConsume() - 接口 中的方法com.alipay.trade.model.hb.TradeInfo
Gets time consume.
getTimeEnd() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets time end.
getTimeEnd() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets time end.
getTimeExpire() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets time expire.
getTimeExpire() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets time expire.
getTimeExpire() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets time expire.
getTimeExpress() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets time express.
getTimeExpress() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets time express.
getTimeStart() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets time start.
getTotal_fee() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets total fee.
getTotalAmount() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets total amount.
getTotalAmount() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets total amount.
getTotalAmount() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Gets total amount.
getTotalAmount() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets total amount.
getTotalAmount() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets total amount.
getTotalAmount() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Gets total amount.
getTotalAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets total amount.
getTotalAmount() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets total amount.
getTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets total fee.
getTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Gets total fee.
getTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets total fee.
getTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets total fee.
getTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets total fee.
getTotalFee() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets total fee.
getTouser() - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
Gets touser.
getTrade_type() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets trade type.
getTradeInfoList() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets trade info list.
getTradeNo() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
Gets trade no.
getTradeNo() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Gets trade no.
getTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Gets trade no.
getTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Gets trade no.
getTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
Gets trade no.
getTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets trade no.
getTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Gets trade no.
getTradeNo() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets trade no.
getTradeState() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets trade state.
getTradeStateDesc() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets trade state desc.
getTradeStatus() - 类 中的方法com.alipay.trade.model.result.AlipayF2FCancelResult
Gets trade status.
getTradeStatus() - 类 中的方法com.alipay.trade.model.result.AlipayF2FPayResult
Gets trade status.
getTradeStatus() - 类 中的方法com.alipay.trade.model.result.AlipayF2FPrecreateResult
Gets trade status.
getTradeStatus() - 类 中的方法com.alipay.trade.model.result.AlipayF2FQueryResult
Gets trade status.
getTradeStatus() - 类 中的方法com.alipay.trade.model.result.AlipayF2FRefundResult
Gets trade status.
getTradeStatus() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
Gets trade status.
getTradeStatus() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets trade status.
getTradeType() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Gets trade type.
getTradeType() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets trade type.
getTradeType() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Gets trade type.
getTradeType() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets trade type.
getTransaction_id() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Gets transaction id.
getTransactionId() - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Gets transaction id.
getTransactionId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Gets transaction id.
getTransactionId() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Gets transaction id.
getTransactionId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Gets transaction id.
getTransactionId() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Gets transaction id.
getTransactionTd() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Gets transaction td.
getTransAmt() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Gets trans amt.
getTransAmt() - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Gets trans amt.
getTransAmt() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
Gets trans amt.
getTransAmt() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets trans amt.
getTransAmt() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
Gets trans amt.
getTransPhone() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets trans phone.
getTransStatus() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Gets trans status.
getType() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets type.
getUndiscountableAmount() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Gets undiscountable amount.
getUndiscountableAmount() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Gets undiscountable amount.
getUndiscountableAmount() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Gets undiscountable amount.
getUndiscountableAmount() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Gets undiscountable amount.
getUnionid() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Gets unionid.
getUnionid() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Gets unionid.
getUrl() - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
Gets url.
getValue() - 枚举 中的方法com.alipay.trade.model.hb.EquipStatus
Gets value.
getValue() - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest.Node
Gets value.
getVoucherDetailList() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Gets voucher detail list.
getVoucherDetailList() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Gets voucher detail list.
getWifiMac() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets wifi mac.
getWifiName() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Gets wifi name.
GoodsDetail - com.alipay.trade.model中的类
Created by liuyangkly on 15/6/26.
GoodsDetail() - 类 的构造器com.alipay.trade.model.GoodsDetail
 
GsonFactory - com.alipay.trade.utils中的类
Created by liuyangkly on 15/6/26.
GsonFactory() - 类 的构造器com.alipay.trade.utils.GsonFactory
 

H

h5_pay(HttpServletRequest, UnifiedOrderResponse, String, String) - 类 中的静态方法org.thlws.payment.wechat.utils.WechatUtil
微信 H5 公众号支付,数据处理(存入request,返回jsp页面时用于发起H5支付)
HbListener - com.alipay.trade.service.impl.hb中的类
Created by liuyangkly on 15/10/28.
HbListener() - 类 的构造器com.alipay.trade.service.impl.hb.HbListener
 
HbQueue - com.alipay.trade.service.impl.hb中的类
Created by liuyangkly on 15/10/23.
HbQueue() - 类 的构造器com.alipay.trade.service.impl.hb.HbQueue
 
HbStatus - com.alipay.trade.model.hb中的枚举
Created by liuyangkly on 15/8/27.
heartbeat_delay - 类 中的静态变量com.alipay.trade.config.Constants
The constant heartbeat_delay.
heartbeat_duration - 类 中的静态变量com.alipay.trade.config.Constants
The constant heartbeat_duration.
heartbeatSyn(AlipayHeartbeatSynRequestBuilder) - 接口 中的方法com.alipay.trade.service.AlipayMonitorService
Heartbeat syn monitor heartbeat syn response.
heartbeatSyn(AlipayHeartbeatSynRequestBuilder) - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl
 

I

IndustryResponse - org.thlws.payment.wechat.entity.response.mp中的类
Created by HanleyTang on 2016/11/18.
IndustryResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.mp.IndustryResponse
 
INPUT_CHARSET - 类 中的静态变量org.thlws.payment.wechat.config.WechatConfig
已过时。
编码格式
isEmpty(Object) - 类 中的静态方法com.alipay.trade.utils.Utils
Is empty boolean.
isListEmpty(List<T>) - 类 中的静态方法com.alipay.trade.utils.Utils
Is list empty boolean.
isListNotEmpty(List<T>) - 类 中的静态方法com.alipay.trade.utils.Utils
Is list not empty boolean.
isNotEmpty(Object) - 类 中的静态方法com.alipay.trade.utils.Utils
Is not empty boolean.
isPaySuccess() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
transStatus
isSuccess() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Is success boolean.
isSuccess() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Is success boolean.
isSuccess() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Is success boolean.
isSuccess() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Is success boolean.
isSuccess() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Is success boolean.
isSuccess() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
Is success boolean.
isSuccess() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
Is success boolean.
isSuccess() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
Is success boolean.
isSuccess() - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Is success boolean.
isTradeSuccess() - 类 中的方法com.alipay.trade.model.result.AlipayF2FCancelResult
 
isTradeSuccess() - 类 中的方法com.alipay.trade.model.result.AlipayF2FPayResult
 
isTradeSuccess() - 类 中的方法com.alipay.trade.model.result.AlipayF2FPrecreateResult
 
isTradeSuccess() - 类 中的方法com.alipay.trade.model.result.AlipayF2FQueryResult
 
isTradeSuccess() - 类 中的方法com.alipay.trade.model.result.AlipayF2FRefundResult
 
isTradeSuccess() - 接口 中的方法com.alipay.trade.model.result.Result
Is trade success boolean.
isvalidOauthAccessToken(Map<String, Object>) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
检验授权凭证(access_token)是否有效
isvalidOauthAccessToken(Map<String, Object>) - 类 中的静态方法org.thlws.payment.WechatMpClient
isVerifyFlg() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
Is verify flg boolean.

J

JsApiTicketResponse - org.thlws.payment.wechat.entity.response.mp中的类
Created by HanleyTang on 2016/11/15.
JsApiTicketResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Instantiates a new Js api ticket response.
jsonToBean(String, Class<T>) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
Json to bean t.
JsonUtil - org.thlws.utils中的类
Created by HanleyTang on 2017/3/6.
JsonUtil() - 类 的构造器org.thlws.utils.JsonUtil
 

L

log - 类 中的变量com.alipay.trade.service.impl.hb.AbsHbRunner
The Log.

M

Main - com.alipay.trade中的类
Created by liuyangkly on 15/8/9.
Main() - 类 的构造器com.alipay.trade.Main
 
main(String[]) - 类 中的静态方法com.alipay.trade.Main
The entry point of application.
main(String[]) - 类 中的静态方法com.alipay.trade.utils.ZxingUtils
The entry point of application.
main(String[]) - 类 中的静态方法org.thlws.utils.ZxingUtil
The entry point of application.
mapToObject(Map<String, Object>, Class<?>) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
Map to object object.
mapToParams(Map<String, Object>) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
map数据转换为GET URL后的参数
max_cancel_retry - 类 中的静态变量com.alipay.trade.config.Constants
The constant max_cancel_retry.
max_query_retry - 类 中的静态变量com.alipay.trade.config.Constants
The constant max_query_retry.
mcloud_api_domain - 类 中的静态变量com.alipay.trade.config.Constants
The constant mcloud_api_domain.
MD5 - org.thlws.sign中的类
MD5 签名 Created by HanleyTang on 2018/1/5
MD5() - 类 的构造器org.thlws.sign.MD5
 
micro_mch_add - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
新增个人微信收款 未使用
micro_mch_qry - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
查询个人微信收款人信息 未使用
MicroMchRequest - org.thlws.payment.wechat.entity.request中的类
新增收款个人用户资料 Req POJO 服务商调用该接口将收款个人用户资料提交给微信侧,微信根据提交的 资料情况,判断收款用户资料正确性,返回收款识别码;
MicroMchRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.MicroMchRequest
 
MicroMchResponse - org.thlws.payment.wechat.entity.response中的类
The type Micro mch response.
MicroMchResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.MicroMchResponse
 
microPay(WechatPayRequest, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
微信刷卡支付,商户使用扫描枪扫用户微信支付码,消费者为被扫码对象,此方式与扫码支付扫码方式相反.
microPay(WechatPayRequest, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
刷卡支付.

N

newInstance(String, String, long, int) - 类 中的静态方法com.alipay.trade.model.GoodsDetail
New instance goods detail.
newInstance(HbStatus, String, int) - 类 中的静态方法com.alipay.trade.model.hb.PosTradeInfo
New instance pos trade info.
newInstance(String, double, HbStatus) - 类 中的静态方法com.alipay.trade.model.hb.SysTradeInfo
New instance sys trade info.
Node(String, String) - 类 的构造器org.thlws.payment.wechat.entity.request.mp.SendDataRequest.Node
Instantiates a new Node.
NotifyResponse - org.thlws.payment.wechat.entity.response中的类
微信支付异步通知返回POJO
NotifyResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.NotifyResponse
Instantiates a new Notify response.

O

oauth2_access_token - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
获取微信token[非普通token],使用code得到oauth2方式的 access_token,据此获取用户信息,openId,userInfo etc...
oauth2_refresh_token - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
刷新token[非普通token]
OauthTokenResponse - org.thlws.payment.wechat.entity.response.mp中的类
Oauth access_token refresh_token Response POJO 此为Oauth方式得Token,非普通方式token
OauthTokenResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Instantiates a new Oauth token response.
ObjectToMap(Object) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
Object to Map (will ignore null properties)
obtainAccessToken(String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
access_token是公众号的全局唯一接口调用凭据,公众号调用各接口时都需使用access_token。
obtainAccessToken(String, String) - 类 中的静态方法org.thlws.payment.WechatMpClient
obtainJsApiTicket(String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
获取jsapi_ticket,jsapi_ticket是公众号用于调用微信JS接口的临时票据。
obtainJsApiTicket(String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
功能同上,但不建议使用,token需要中控服务器维护
obtainJsApiTicket(String) - 类 中的静态方法org.thlws.payment.WechatMpClient
obtainJsApiTicket(String, String) - 类 中的静态方法org.thlws.payment.WechatMpClient
obtainOauthAccessToken(Map<String, Object>) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
通过code换取网页授权access_token access_token是调用授权关系接口的调用凭证,有效期为2个小时,频率限制:1万/分钟
obtainOauthAccessToken(Map<String, Object>) - 类 中的静态方法org.thlws.payment.WechatMpClient
obtainTemplateId(String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
获取微信消息模板ID{根据微信template_id_short得到,实际动作是调用API往 ‘我的模板’ 中添加了模板}
obtainTemplateId(String, String) - 类 中的静态方法org.thlws.payment.WechatMpClient
obtainUserInfo(Map<String, Object>) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
获取微信用户个人信息 所需参数:access_token、openid、lang[非必须] lang 国家地区语言版本,zh_CN 简体,zh_TW 繁体,en 英语,默认为zh-CN 频率限制:5万/分钟
obtainUserInfo(Map<String, Object>) - 类 中的静态方法org.thlws.payment.WechatMpClient
offer(SysTradeInfo) - 类 中的静态方法com.alipay.trade.service.impl.hb.HbQueue
Offer.
onConnectException(String, long) - 类 中的方法com.alipay.trade.service.impl.hb.HbListener
 
onConnectException(String, long) - 接口 中的方法com.alipay.trade.service.impl.hb.TradeListener
On connect exception.
onPayFailed(String, long) - 类 中的方法com.alipay.trade.service.impl.hb.HbListener
 
onPayFailed(String, long) - 接口 中的方法com.alipay.trade.service.impl.hb.TradeListener
On pay failed.
onPayInProgress(String, long) - 类 中的方法com.alipay.trade.service.impl.hb.HbListener
 
onPayInProgress(String, long) - 接口 中的方法com.alipay.trade.service.impl.hb.TradeListener
On pay in progress.
onPayTradeSuccess(String, long) - 类 中的方法com.alipay.trade.service.impl.hb.HbListener
 
onPayTradeSuccess(String, long) - 接口 中的方法com.alipay.trade.service.impl.hb.TradeListener
On pay trade success.
onReceiveException(String, long) - 类 中的方法com.alipay.trade.service.impl.hb.HbListener
 
onReceiveException(String, long) - 接口 中的方法com.alipay.trade.service.impl.hb.TradeListener
On receive exception.
onSendException(String, long) - 类 中的方法com.alipay.trade.service.impl.hb.HbListener
 
onSendException(String, long) - 接口 中的方法com.alipay.trade.service.impl.hb.TradeListener
On send exception.
open_api_domain - 类 中的静态变量com.alipay.trade.config.Constants
The constant open_api_domain.
openidQuery(OpenidQueryRequest, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
根据用户支付码查询用户在该账户的openid.
openidQuery(OpenidQueryRequest, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
查询OpenId.
OpenidQueryRequest - org.thlws.payment.wechat.entity.request中的类
Created by HanleyTang on 2018/11/4 根据付款码查询 OpenId pojo
OpenidQueryRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.OpenidQueryRequest
 
OpenidQueryResponse - org.thlws.payment.wechat.entity.response中的类
Created by HanleyTang on 2018/11/4 根据付款码查询 OpenId pojo 结果对象
OpenidQueryResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.OpenidQueryResponse
 
orderQuery(OrderQueryRequest, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
微信订单查询,除核心参数外(appid,mch_id等为核心参数)业务参数 transaction_id ,out_trade_no 二选一即可
需要调用查询接口的情况
当商户后台、网络、服务器等出现异常,商户系统最终未接收到支付通知; 调用支付接口后,返回系统错误或未知交易状态情况; 调用刷卡支付API,返回USERPAYING的状态; 调用关单或撤销接口API之前,需确认支付状态;
orderQuery(OrderQueryRequest, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
支付查询.
OrderQueryRequest - org.thlws.payment.wechat.entity.request中的类
微信订单查询对象
OrderQueryRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.OrderQueryRequest
Instantiates a new Order query request.
OrderQueryResponse - org.thlws.payment.wechat.entity.response中的类
微信订单查询结果对象
OrderQueryResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.OrderQueryResponse
Instantiates a new Order query response.
OrderRefundRequest - org.thlws.payment.bestpay.entity.request中的类
退款参数对象 Created by HanleyTang on 2018/1/5
OrderRefundRequest() - 类 的构造器org.thlws.payment.bestpay.entity.request.OrderRefundRequest
 
OrderRefundResponse - org.thlws.payment.bestpay.entity.response中的类
退款结果对象 Created by HanleyTang on 2018/1/5
OrderRefundResponse() - 类 的构造器org.thlws.payment.bestpay.entity.response.OrderRefundResponse
 
OrderRefundResponse.Result - org.thlws.payment.bestpay.entity.response中的类
The type Result.
OrderResultResponse - org.thlws.payment.bestpay.entity.response中的类
支付和查询 结果对象 Created by HanleyTang on 2018/1/5
OrderResultResponse() - 类 的构造器org.thlws.payment.bestpay.entity.response.OrderResultResponse
 
OrderResultResponse.Result - org.thlws.payment.bestpay.entity.response中的类
The type Result.
OrderReverseRequest - org.thlws.payment.bestpay.entity.request中的类
撤销参数对象 Created by HanleyTang on 2018/1/5
OrderReverseRequest() - 类 的构造器org.thlws.payment.bestpay.entity.request.OrderReverseRequest
 
OrderReverseResponse - org.thlws.payment.bestpay.entity.response中的类
查询结果对象.
OrderReverseResponse() - 类 的构造器org.thlws.payment.bestpay.entity.response.OrderReverseResponse
 
OrderReverseResponse.Result - org.thlws.payment.bestpay.entity.response中的类
The type Result.
org.thlws.payment - 程序包 org.thlws.payment
 
org.thlws.payment.alipay.core - 程序包 org.thlws.payment.alipay.core
 
org.thlws.payment.alipay.entity.request - 程序包 org.thlws.payment.alipay.entity.request
 
org.thlws.payment.alipay.entity.response - 程序包 org.thlws.payment.alipay.entity.response
 
org.thlws.payment.alipay.utils - 程序包 org.thlws.payment.alipay.utils
 
org.thlws.payment.bestpay.api - 程序包 org.thlws.payment.bestpay.api
 
org.thlws.payment.bestpay.core - 程序包 org.thlws.payment.bestpay.core
 
org.thlws.payment.bestpay.entity.request - 程序包 org.thlws.payment.bestpay.entity.request
 
org.thlws.payment.bestpay.entity.response - 程序包 org.thlws.payment.bestpay.entity.response
 
org.thlws.payment.wechat.api - 程序包 org.thlws.payment.wechat.api
 
org.thlws.payment.wechat.config - 程序包 org.thlws.payment.wechat.config
 
org.thlws.payment.wechat.core - 程序包 org.thlws.payment.wechat.core
 
org.thlws.payment.wechat.entity - 程序包 org.thlws.payment.wechat.entity
 
org.thlws.payment.wechat.entity.extra - 程序包 org.thlws.payment.wechat.entity.extra
 
org.thlws.payment.wechat.entity.request - 程序包 org.thlws.payment.wechat.entity.request
 
org.thlws.payment.wechat.entity.request.mp - 程序包 org.thlws.payment.wechat.entity.request.mp
 
org.thlws.payment.wechat.entity.response - 程序包 org.thlws.payment.wechat.entity.response
 
org.thlws.payment.wechat.entity.response.mp - 程序包 org.thlws.payment.wechat.entity.response.mp
 
org.thlws.payment.wechat.utils - 程序包 org.thlws.payment.wechat.utils
 
org.thlws.sign - 程序包 org.thlws.sign
 
org.thlws.utils - 程序包 org.thlws.utils
 

P

paraFilter(Map<String, String>) - 类 中的静态方法org.thlws.payment.alipay.utils.VeryfyUtil
除去数组中的空值和签名参数
parseNotifyMsg(String) - 类 中的静态方法org.thlws.payment.wechat.utils.WechatUtil
微信支付异步通知结果解析为Object
pay(AlipayTradeRequest) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore
当面付.条码支付,是支付宝给到线下传统行业的一种收款方式。
pay(AlipayTradeRequest, AlipayCore) - 类 中的静态方法org.thlws.payment.AlipayClient
支付宝当面付,用户被扫码(商家扫用户手机收款码) AlipayCore.pay(org.thlws.payment.alipay.entity.request.AlipayTradeRequest)
pay_micropay - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
微信线下支付-[刷卡支付]
pay_openidquery - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
微信用户openid查询
pay_orderquery - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
微信订单查询
pay_refund - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
微信退款,需使用p12证书
pay_reverse - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
撤销订单,需使用p12证书
pay_unifiedorder - 接口 中的静态变量org.thlws.payment.wechat.api.WechatPayApi
微信统一下单
PAYING - 类 中的静态变量com.alipay.trade.config.Constants
The constant PAYING.
payInMobileSite(AlipayMobileSiteRequest) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore
支付宝手机网页支付,支付宝新接口,在手机上可直接调用支付宝APP完成支付宝(有安装支付宝APP情况)
payInMobileSite(AlipayMobileSiteRequest, AlipayCore) - 类 中的静态方法org.thlws.payment.AlipayClient
payInWebSite(AlipayWebSiteRequest) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore
支付宝电脑网站支付,该操作会跳转到支付宝的支付页面中完成支付动作,以 异步/同步 的形式告知支付结果
payInWebSite(AlipayWebSiteRequest, AlipayCore) - 类 中的静态方法org.thlws.payment.AlipayClient
PKCS12 - 类 中的静态变量org.thlws.payment.wechat.config.WechatConfig
已过时。
数字证书
poll() - 类 中的静态方法com.alipay.trade.service.impl.hb.HbQueue
Poll list.
postMicroMch(MicroMchRequest, String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
申请小微收款识别码
postMicroMch(MicroMchRequest, String, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
申请小微收款权限(个人微信申请收款)
PosTradeInfo - com.alipay.trade.model.hb中的类
Created by liuyangkly on 15/9/28.
preCreate(AlipayQrcodeRequest) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore
当面付.扫码支付,指用户打开支付宝钱包中的“扫一扫”功能,扫描商户针对每个订单实时生成的订单二维码,并在手机端确认支付。
preCreate(AlipayQrcodeRequest, AlipayCore) - 类 中的静态方法org.thlws.payment.AlipayClient
支付宝预支付订单(用于用户主动扫码支付) AlipayCore.preCreate(org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest)
Product - com.alipay.trade.model.hb中的枚举
Created by liuyangkly on 15/8/27.

Q

qrCode(int, int, String, String, String) - 类 中的静态方法org.thlws.utils.ZxingUtil
Qr code.
qrCode(String, String, String) - 类 中的静态方法org.thlws.utils.ZxingUtil
Qr code.
query(String) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore
查询支付订单.
query(String, AlipayCore) - 类 中的静态方法org.thlws.payment.AlipayClient
query - 接口 中的静态变量org.thlws.payment.bestpay.api.BestpayApi
订单查询
query(QueryOrderRequest, String) - 类 中的静态方法org.thlws.payment.bestpay.core.BestpayCore
查询支付订单
query(QueryOrderRequest, String) - 类 中的静态方法org.thlws.payment.BestPayClient
query_duration - 类 中的静态变量com.alipay.trade.config.Constants
The constant query_duration.
queryMicroMch(MicroMchRequest, String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
查询小微收款人信息
queryMicroMch(MicroMchRequest, String, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
 
QueryOrderRequest - org.thlws.payment.bestpay.entity.request中的类
查询参数对象 Created by HanleyTang on 2018/1/5
QueryOrderRequest() - 类 的构造器org.thlws.payment.bestpay.entity.request.QueryOrderRequest
 
queryTradeResult(AlipayTradeQueryRequestBuilder) - 接口 中的方法com.alipay.trade.service.AlipayTradeService
Query trade result alipay f 2 f query result.
QUEUE_SIZE - 类 中的静态变量com.alipay.trade.service.impl.hb.HbQueue
The constant QUEUE_SIZE.

R

refreshOauthAccessToken(Map<String, Object>) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
刷新access_token(如果需要) 当access_token超时后,可以使用refresh_token进行刷新,access_token刷新结果有两种 1.
refreshOauthAccessToken(Map<String, Object>) - 类 中的静态方法org.thlws.payment.WechatMpClient
refund(AlipayRefundRequest) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore
支付宝退款,商户因业务原因需要退款时,可通过成功交易的商户订单号或支付宝交易号进行退款 ,支持部分退款。
refund(AlipayRefundRequest, AlipayCore) - 类 中的静态方法org.thlws.payment.AlipayClient
refund - 接口 中的静态变量org.thlws.payment.bestpay.api.BestpayApi
订单退款
refund(OrderRefundRequest, String) - 类 中的静态方法org.thlws.payment.bestpay.core.BestpayCore
商户退款,须商户密码 OrderRefundRequest.merchantPwd
refund(OrderRefundRequest, String) - 类 中的静态方法org.thlws.payment.BestPayClient
refund(WechatRefundRequest, String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
微信退款,必须指定p12文件路径,否则无法完成退款动作,目前已知退款和撤销接口需要提供p12文件
使用该接口注意事项
交易时间超过一年的订单无法提交退款; 微信支付退款支持单笔交易分多次退款,多次退款需要提交原支付订单的商户订单号和设置不同的退款单号。
refund(WechatRefundRequest, String, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
RequestBuilder - com.alipay.trade.model.builder中的类
Created by liuyangkly on 15/7/31.
RequestBuilder() - 类 的构造器com.alipay.trade.model.builder.RequestBuilder
 
Result - com.alipay.trade.model.result中的接口
Created by liuyangkly on 15/8/27.
Result() - 类 的构造器org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
 
Result() - 类 的构造器org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
 
Result() - 类 的构造器org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
 
reverse - 接口 中的静态变量org.thlws.payment.bestpay.api.BestpayApi
撤销订单
reverse(OrderReverseRequest, String) - 类 中的静态方法org.thlws.payment.bestpay.core.BestpayCore
撤销支付,须商户密码 OrderReverseRequest.merchantPwd
reverse(OrderReverseRequest, String) - 类 中的静态方法org.thlws.payment.BestPayClient
reverse(WechatReverseRequest, String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
微信撤销订单
使用情境
支付交易返回失败或支付系统超时,调用该接口撤销交易。
reverse(WechatReverseRequest, String, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
支付撤销.
RSA - org.thlws.sign中的类
The type Rsa.
RSA() - 类 的构造器org.thlws.sign.RSA
 
run() - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
 

S

schedule() - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
Schedule.
SendDataRequest - org.thlws.payment.wechat.entity.request.mp中的类
微信通知(模板消息)
SendDataRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.mp.SendDataRequest
 
SendDataRequest.Node - org.thlws.payment.wechat.entity.request.mp中的类
The type Node.
SendDataResponse - org.thlws.payment.wechat.entity.response.mp中的类
Created by HanleyTang on 2016/11/18.
SendDataResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.mp.SendDataResponse
 
sendMsgToUser(String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
发送数据至于用户公微信所关注的微信公账号
sendMsgToUser(String, String) - 类 中的静态方法org.thlws.payment.WechatMpClient
serialize(EquipStatus, Type, JsonSerializationContext) - 类 中的方法com.alipay.trade.model.hb.EquipStatusAdapter
 
serialize(List<ExceptionInfo>, Type, JsonSerializationContext) - 类 中的方法com.alipay.trade.model.hb.ExceptionInfoAdapter
 
serialize(List<TradeInfo>, Type, JsonSerializationContext) - 类 中的方法com.alipay.trade.model.hb.TradeInfoAdapter
 
setAccess_token(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets access token.
setAccess_token(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Sets access token.
setAction(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets action.
setAddress(String) - 类 中的方法org.thlws.payment.wechat.entity.extra.WStoreInfo
Sets address.
setAlipayGoodsId(String) - 类 中的方法com.alipay.trade.model.GoodsDetail
Sets alipay goods id.
setAlipayPublicKey(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Sets alipay public key.
setAlipayPublicKey(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Sets alipay public key.
setAlipayPublicKey(String) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore.ClientBuilder
Sets alipay public key.
setAlipayStoreId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets alipay store id.
setAlipayStoreId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets alipay store id.
setAlipayStoreId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Sets alipay store id.
setAlipayStoreId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets alipay store id.
setAppAuthToken(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
 
setAppAuthToken(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder
 
setAppAuthToken(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
 
setAppAuthToken(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
 
setAppAuthToken(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
 
setAppAuthToken(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
 
setAppAuthToken(String) - 类 中的方法com.alipay.trade.model.builder.RequestBuilder
Sets app auth token.
setAppid(String) - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Sets appid.
setAppid(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Sets appid.
setAppid(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Sets appid.
setAppId(String) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore.ClientBuilder
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Sets app id.
setAppid(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets appid.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OpenidQueryRequest
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Sets app id.
setAppid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets appid.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets app id.
setAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Sets app id.
setArea_code(String) - 类 中的方法org.thlws.payment.wechat.entity.extra.WStoreInfo
Sets area code.
setAttach(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets attach.
setAttach(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets attach.
setAttach(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets attach.
setAttach(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets attach.
setAttach(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets attach.
setAttach(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets attach.
setAttach(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets attach.
setAttachAmt(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets attach amt.
setAuthCode(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets auth code.
setAuthCode(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets auth code.
setAuthCode(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OpenidQueryRequest
Sets auth code.
setAuthCode(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets auth code.
setBackUrl(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets back url.
setBank_type(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets bank type.
setBankType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets bank type.
setBankType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets bank type.
setBarcode(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets barcode.
setBattery(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets battery.
setBbsPosition(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets bbs position.
setBgUrl(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets bg url.
setBizContent(AlipayMobileSiteRequest.BizContent) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest
Sets biz content.
setBizContent(AlipayWebSiteRequest.BizContent) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest
Sets biz content.
setBody(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets body.
setBody(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets body.
setBody(String) - 类 中的方法com.alipay.trade.model.GoodsDetail
Sets body.
setBody(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets body.
setBody(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets body.
setBody(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Sets body.
setBody(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets body.
setBody(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets body.
setBody(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets body.
setBusiness(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets business.
setBusiType(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets busi type.
setBuyerLogonId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets buyer logon id.
setBuyerLogonId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets buyer logon id.
setBuyerLogonId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets buyer logon id.
setBuyerPayAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets buyer pay amount.
setBuyerPayAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets buyer pay amount.
setBuyerUserId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets buyer user id.
setBuyerUserId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets buyer user id.
setBuyerUserId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets buyer user id.
setCardBalance(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets card balance.
setCash_fee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets cash fee.
setCash_fee_type(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets cash fee type.
setCashFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets cash fee.
setCashFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets cash fee.
setCashFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets cash fee.
setCashFeeType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets cash fee type.
setCashFeeType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets cash fee type.
setCashRefundFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets cash refund fee.
setChannel(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets channel.
setChannel(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets channel.
setChannel(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets channel.
setCharset(String) - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Sets charset.
setCharset(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Sets charset.
setCharset(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Sets charset.
setCity(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets city.
setCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets code.
setCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Sets code.
setCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets code.
setCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets code.
setCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets code.
setCodeUrl(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets code url.
setColor(String) - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest.Node
Sets color.
setContact(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets contact.
setContactEmail(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets contact email.
setContactPhone(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets contact phone.
setCountry(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets country.
setCoupon(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets coupon.
setCoupon_count(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets coupon count.
setCoupon_fee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets coupon fee.
setCoupon_fee_0(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets coupon fee 0.
setCoupon_fee_1(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets coupon fee 1.
setCoupon_fee_2(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets coupon fee 2.
setCoupon_id_0(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets coupon id 0.
setCoupon_id_1(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets coupon id 1.
setCoupon_id_2(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets coupon id 2.
setCoupon_refund_count(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon refund count.
setCouponCount(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon count.
setCouponFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon fee.
setCouponFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets coupon fee.
setCouponFee0(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon fee 0.
setCouponFee1(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon fee 1.
setCouponFee2(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon fee 2.
setCouponFefundFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon fefund fee.
setCouponId0(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon id 0.
setCouponId1(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon id 1.
setCouponId2(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon id 2.
setCouponRefundFee0(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon refund fee 0.
setCouponRefundFee1(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon refund fee 1.
setCouponRefundFee2(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon refund fee 2.
setCouponRefundId0(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon refund id 0.
setCouponRefundId1(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon refund id 1.
setCouponRefundId2(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon refund id 2.
setCouponType0(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon type 0.
setCouponType0(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon type 0.
setCouponType1(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon type 1.
setCouponType1(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon type 1.
setCouponType2(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets coupon type 2.
setCouponType2(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets coupon type 2.
setCustomerId(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets customer id.
setData(HashMap<String, SendDataRequest.Node>) - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
Sets data.
setDelay(long) - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
Sets delay.
setDesc(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.IndustryResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Sets desc.
setDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets desc.
setDetail(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets detail.
setDetail(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets detail.
setDevice_info(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets device info.
setDeviceInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets device info.
setDeviceInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets device info.
setDeviceInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets device info.
setDeviceInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets device info.
setDeviceInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets device info.
setDeviceInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets device info.
setDeviceInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets device info.
setDeviceTmNum(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets device tm num.
setDeviceTmNum(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets device tm num.
setDiscountableAmount(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets discountable amount.
setDiscountableAmount(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets discountable amount.
setDiscountableAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets discountable amount.
setDiscountGoodsDetail(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets discount goods detail.
setDiscountGoodsDetail(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets discount goods detail.
setDuration(long) - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
Sets duration.
setEncodeType(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets encode type.
setEquipmentId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets equipment id.
setEquipmentPosition(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets equipment position.
setEquipmentStatus(EquipStatus) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets equipment status.
setErrcode(long) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.IndustryResponse
Sets errcode.
setErrcode(long) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Sets errcode.
setErrcode(long) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets errcode.
setErrcode(long) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
Sets errcode.
setErrcode(long) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
Sets errcode.
setErrcode(long) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Sets errcode.
setErrcode(long) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets errcode.
setErrCode(String) - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Sets err code.
setErrCodeDes(String) - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Sets err code des.
setErrmsg(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.IndustryResponse
Sets errmsg.
setErrmsg(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Sets errmsg.
setErrmsg(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets errmsg.
setErrmsg(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
Sets errmsg.
setErrmsg(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
Sets errmsg.
setErrmsg(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Sets errmsg.
setErrmsg(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets errmsg.
setErrorCode(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
Sets error code.
setErrorCode(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
Sets error code.
setErrorCode(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
Sets error code.
setErrorMsg(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
Sets error msg.
setErrorMsg(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
Sets error msg.
setErrorMsg(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
Sets error msg.
setExceptionInfoList(List<ExceptionInfo>) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets exception info list.
setExpires_in(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Sets expires in.
setExpires_in(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets expires in.
setExpires_in(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
Sets expires in.
setExtendInfo(Map<String, Object>) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets extend info.
setExtendParams(ExtendParams) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets extend params.
setExtendParams(ExtendParams) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets extend params.
setFee_type(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets fee type.
setFeeType(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets fee type.
setFeeType(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets fee type.
setFeeType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets fee type.
setFeeType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets fee type.
setFeeType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets fee type.
setFormat(String) - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Sets format.
setFormat(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Sets format.
setFormat(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Sets format.
setFundBillList(List<TradeFundBill>) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets fund bill list.
setFundBillList(List<TradeFundBill>) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets fund bill list.
setFundChange(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets fund change.
setGatewayUrl(String) - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Sets gateway url.
setGatewayUrl(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Sets gateway url.
setGatewayUrl(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Sets gateway url.
setGmtPayment(Date) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets gmt payment.
setGmtRefundPay(Date) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets gmt refund pay.
setGoodsCategory(String) - 类 中的方法com.alipay.trade.model.GoodsDetail
Sets goods category.
setGoodsDetailList(List<GoodsDetail>) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets goods detail list.
setGoodsDetailList(List<GoodsDetail>) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets goods detail list.
setGoodsDetailList(List<GoodsDetail>) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets goods detail list.
setGoodsDetailList(List<GoodsDetail>) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets goods detail list.
setGoodsId(String) - 类 中的方法com.alipay.trade.model.GoodsDetail
Sets goods id.
setGoodsName(String) - 类 中的方法com.alipay.trade.model.GoodsDetail
Sets goods name.
setGoodsName(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets goods name.
setGoodsTag(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets goods tag.
setGoodsTag(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets goods tag.
setHeadimgurl(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets headimgurl.
setId(String) - 类 中的方法org.thlws.payment.wechat.entity.extra.WStoreInfo
Sets id.
setIndustrySepcDetail(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets industry sepc detail.
setInvoiceAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets invoice amount.
setInvoiceAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets invoice amount.
setIp(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets ip.
setIs_subscribe(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets is subscribe.
setIsSubscribe(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets is subscribe.
setIsSubscribe(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets is subscribe.
setLedgerDetail(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets ledger detail.
setLedgerDetail(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets ledger detail.
setLimitPay(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets limit pay.
setLimitPay(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets limit pay.
setListener(TradeListener) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Sets listener.
setMac(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets mac.
setMac(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets mac.
setMac(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets mac.
setMac(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets mac.
setMac(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Sets mac.
setManufacturerPid(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets manufacturer pid.
setMch_id(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OpenidQueryRequest
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.MicroMchResponse
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets mch id.
setMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Sets mch id.
setMchntTmNum(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets mchnt tm num.
setMchntTmNum(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets mchnt tm num.
setMerchantDetailaddress(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets merchant detailaddress.
setMerchantGbaddress(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets merchant gbaddress.
setMerchantId(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets merchant id.
setMerchantId(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets merchant id.
setMerchantId(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets merchant id.
setMerchantId(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Sets merchant id.
setMerchantId(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets merchant id.
setMerchantName(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets merchant name.
setMerchantPwd(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets merchant pwd.
setMerchantPwd(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets merchant pwd.
setMerchantRemark(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets merchant remark.
setMerchantShortname(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets merchant shortname.
setMicroMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets micro mch id.
setMicroMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.MicroMchResponse
Sets micro mch id.
setMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets msg.
setMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Sets msg.
setMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets msg.
setMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets msg.
setMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets msg.
setMsgid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
Sets msgid.
setName(String) - 类 中的方法org.thlws.payment.wechat.entity.extra.WStoreInfo
Sets name.
setNetworkStatus(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets network status.
setNetworkType(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets network type.
setNickname(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets nickname.
setNonce_str(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets nonce str.
setNonceStr(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets nonce str.
setNonceStr(String) - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Sets nonce str.
setNonceStr(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Sets nonce str.
setNonceStr(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets nonce str.
setNonceStr(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets nonce str.
setNonceStr(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets nonce str.
setNonceStr(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets nonce str.
setNonceStr(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Sets nonce str.
setNotifyUrl(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
 
setNotifyUrl(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder
 
setNotifyUrl(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
 
setNotifyUrl(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
 
setNotifyUrl(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
 
setNotifyUrl(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
 
setNotifyUrl(String) - 类 中的方法com.alipay.trade.model.builder.RequestBuilder
Sets notify url.
setNotifyUrl(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest
Sets notify url.
setNotifyUrl(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest
Sets notify url.
setNotifyUrl(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets notify url.
setOldOrderNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets old order no.
setOldOrderNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets old order no.
setOldOrderNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
Sets old order no.
setOldOrderNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
Sets old order no.
setOldOrderReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets old order req no.
setOldOrderReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets old order req no.
setOpenId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets open id.
setOpenId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets open id.
setOpenId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets open id.
setOpenId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets open id.
setOpenId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets open id.
setOpenid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets openid.
setOpenid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets openid.
setOpenid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets openid.
setOpenId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Sets open id.
setOpenId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets open id.
setOpenId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets open id.
setOperatorId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets operator id.
setOperatorId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets operator id.
setOperatorId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets operator id.
setOperatorId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets operator id.
setOrderAmt(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets order amt.
setOrderDate(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets order date.
setOrderDate(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Sets order date.
setOrderDate(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets order date.
setOrderNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets order no.
setOrderNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Sets order no.
setOrderNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets order no.
setOrderReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets order req no.
setOrderReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.QueryOrderRequest
Sets order req no.
setOrderReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets order req no.
setOurTransNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets our trans no.
setOut_trade_no(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets out trade no.
setOutRefundNo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets out refund no.
setOutRefundNo(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets out refund no.
setOutRequestNo(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Sets out request no.
setOutRequestNo(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Sets out request no.
setOutTradeNo(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder
Sets out trade no.
setOutTradeNo(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets out trade no.
setOutTradeNo(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets out trade no.
setOutTradeNo(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
Sets out trade no.
setOutTradeNo(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Sets out trade no.
setOutTradeNo(String) - 类 中的方法com.alipay.trade.model.hb.SysTradeInfo
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets out trade no.
setOutTradeNo(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets out trade no.
setPayChannel(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets pay channel.
setPayeeAccount(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets payee account.
setPayerAccount(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets payer account.
setPointAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets point amount.
setPointAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets point amount.
setPosTradeInfoList(List<PosTradeInfo>) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets pos trade info list.
setPrepayId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets prepay id.
setPrice(long) - 类 中的方法com.alipay.trade.model.GoodsDetail
Sets price.
setPrivateKey(String) - 类 中的方法com.alipay.trade.service.impl.AlipayMonitorServiceImpl.ClientBuilder
Sets private key.
setPrivateKey(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Sets private key.
setPrivateKey(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl.ClientBuilder
Sets private key.
setPrivateKey(String) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore.ClientBuilder
Sets private key.
setPrivilege(List<String>) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets privilege.
setProduct(Product) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets product.
setProductAmt(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets product amt.
setProductCode(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Sets product code.
setProductCode(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Sets product code.
setProductDesc(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets product desc.
setProductId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets product id.
setProviderId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets provider id.
setProvince(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets province.
setQrCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Sets qr code.
setQuantity(int) - 类 中的方法com.alipay.trade.model.GoodsDetail
Sets quantity.
setReCall(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Sets re call.
setReceiptAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets receipt amount.
setReceiptAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets receipt amount.
setRecipientIdcardno(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets recipient idcardno.
setRecipientName(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets recipient name.
setRecipientWechatid(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets recipient wechatid.
setRefresh_token(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets refresh token.
setRefundAccount(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets refund account.
setRefundAmount(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Sets refund amount.
setRefundAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Sets refund amount.
setRefundChannel(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets refund channel.
setRefundDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets refund desc.
setRefundDetailItemList(List<TradeFundBill>) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets refund detail item list.
setRefundFee(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets refund fee.
setRefundFee(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets refund fee.
setRefundFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets refund fee.
setRefundFeeType(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets refund fee type.
setRefundFlag(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets refund flag.
setRefundId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets refund id.
setRefundReason(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Sets refund reason.
setRefundReason(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Sets refund reason.
setRefundReqDate(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets refund req date.
setRefundReqDate(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets refund req date.
setRefundReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets refund req no.
setRefundReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets refund req no.
setRefundReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
Sets refund req no.
setRefundReqNo(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
Sets refund req no.
setRespCode(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets resp code.
setRespDesc(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets resp desc.
setResponse(AlipayTradeCancelResponse) - 类 中的方法com.alipay.trade.model.result.AlipayF2FCancelResult
Sets response.
setResponse(AlipayTradePayResponse) - 类 中的方法com.alipay.trade.model.result.AlipayF2FPayResult
Sets response.
setResponse(AlipayTradePrecreateResponse) - 类 中的方法com.alipay.trade.model.result.AlipayF2FPrecreateResult
Sets response.
setResponse(AlipayTradeQueryResponse) - 类 中的方法com.alipay.trade.model.result.AlipayF2FQueryResult
Sets response.
setResponse(AlipayTradeRefundResponse) - 类 中的方法com.alipay.trade.model.result.AlipayF2FRefundResult
Sets response.
setResult(OrderRefundResponse.Result) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
Sets result.
setResult(OrderResultResponse.Result) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
Sets result.
setResult(OrderReverseResponse.Result) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
Sets result.
setResultCode(String) - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Sets result code.
setRetryFlag(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets retry flag.
setReturnCode(String) - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Sets return code.
setReturnMsg(String) - 类 中的方法org.thlws.payment.wechat.entity.WechatResponse
Sets return msg.
setReturnUrl(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest
Sets return url.
setReturnUrl(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest
Sets return url.
setScene(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets scene.
setSceneInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets scene info.
setSceneInfo(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets scene info.
setScope(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets scope.
setScValue(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets sc value.
setSellerId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets seller id.
setSellerId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets seller id.
setSellerId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Sets seller id.
setSellerId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets seller id.
setSellerId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets seller id.
setSendBackFee(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets send back fee.
setSendPayDate(Date) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets send pay date.
setServicePhone(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets service phone.
setSettlementFefundFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets settlement fefund fee.
setSettlementTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets settlement total fee.
setSettlementTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets settlement total fee.
setSettlementTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets settlement total fee.
setSex(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets sex.
setSign(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.MicroMchResponse
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets sign.
setSign(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Sets sign.
setSignType(String) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeServiceImpl.ClientBuilder
Sets sign type.
setSignType(String) - 类 中的方法org.thlws.payment.alipay.core.AlipayCore.ClientBuilder
Sets sign type.
setSpbillCreateIp(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets spbill create ip.
setSpbillCreateIp(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets spbill create ip.
setStatus(HbStatus) - 类 中的方法com.alipay.trade.model.hb.PosTradeInfo
Sets status.
setStatus(HbStatus) - 类 中的方法com.alipay.trade.model.hb.SysTradeInfo
Sets status.
setStoreId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets store id.
setStoreId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets store id.
setStoreId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets store id.
setStoreId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Sets store id.
setStoreId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets store id.
setStoreId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Sets store id.
setStoreId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets store id.
setStoreId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets store id.
setStoreId(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets store id.
setStoreName(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets store name.
setStoreName(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets store name.
setStoreName(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets store name.
setSub_appid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets sub appid.
setSub_is_subscribe(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets sub is subscribe.
setSub_mch_id(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets sub mch id.
setSub_openid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets sub openid.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets sub app id.
setSubAppId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Sets sub app id.
setSubCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets sub code.
setSubCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Sets sub code.
setSubCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets sub code.
setSubCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets sub code.
setSubCode(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets sub code.
setSubIsSubscribe(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets sub is subscribe.
setSubject(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets subject.
setSubject(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets subject.
setSubject(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Sets subject.
setSubject(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets subject.
setSubject(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets subject.
setSubject(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Sets subject.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets sub mch id.
setSubMchId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
Sets sub mch id.
setSubMerchantId(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.BarcodePayRequest
Sets sub merchant id.
setSubMerchantId(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets sub merchant id.
setSubMerchantId(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets sub merchant id.
setSubMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets sub msg.
setSubMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Sets sub msg.
setSubMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets sub msg.
setSubMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets sub msg.
setSubMsg(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets sub msg.
setSubOpenId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets sub open id.
setSubOpenId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets sub open id.
setSuccess(boolean) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets success.
setSuccess(boolean) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
Sets success.
setSuccess(boolean) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets success.
setSuccess(boolean) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets success.
setSuccess(boolean) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets success.
setSuccess(boolean) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
Sets success.
setSuccess(boolean) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
Sets success.
setSuccess(boolean) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
Sets success.
setSysServiceProviderId(String) - 类 中的方法com.alipay.trade.model.ExtendParams
Sets sys service provider id.
setSysTradeInfoList(List<SysTradeInfo>) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets sys trade info list.
setTemplate_id(String) - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
Sets template id.
setTemplate_id(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
Sets template id.
setTerminalId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets terminal id.
setTerminalId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets terminal id.
setTerminalId(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Sets terminal id.
setTerminalId(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Sets terminal id.
setTerminalId(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets terminal id.
setTicket(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
Sets ticket.
setTime(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets time.
setTime(String) - 类 中的方法com.alipay.trade.model.hb.PosTradeInfo
Sets time.
setTime_end(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets time end.
setTimeConsume(int) - 类 中的方法com.alipay.trade.model.hb.PosTradeInfo
Sets time consume.
setTimeConsume(double) - 类 中的方法com.alipay.trade.model.hb.SysTradeInfo
Sets time consume.
setTimeEnd(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets time end.
setTimeEnd(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets time end.
setTimeExpire(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets time expire.
setTimeExpire(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets time expire.
setTimeExpire(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets time expire.
setTimeExpress(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets time express.
setTimeExpress(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets time express.
setTimeStart(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets time start.
setTotal_fee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets total fee.
setTotalAmount(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets total amount.
setTotalAmount(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets total amount.
setTotalAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest.BizContent
Sets total amount.
setTotalAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets total amount.
setTotalAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets total amount.
setTotalAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest.BizContent
Sets total amount.
setTotalAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets total amount.
setTotalAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets total amount.
setTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets total fee.
setTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
Sets total fee.
setTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets total fee.
setTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets total fee.
setTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets total fee.
setTotalFee(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets total fee.
setTouser(String) - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
Sets touser.
setTrade_type(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets trade type.
setTradeNo(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
Sets trade no.
setTradeNo(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
Sets trade no.
setTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
Sets trade no.
setTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
Sets trade no.
setTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
Sets trade no.
setTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets trade no.
setTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
Sets trade no.
setTradeNo(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets trade no.
setTradeState(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets trade state.
setTradeStateDesc(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets trade state desc.
setTradeStatus(TradeStatus) - 类 中的方法com.alipay.trade.model.result.AlipayF2FCancelResult
Sets trade status.
setTradeStatus(TradeStatus) - 类 中的方法com.alipay.trade.model.result.AlipayF2FPayResult
Sets trade status.
setTradeStatus(TradeStatus) - 类 中的方法com.alipay.trade.model.result.AlipayF2FPrecreateResult
Sets trade status.
setTradeStatus(TradeStatus) - 类 中的方法com.alipay.trade.model.result.AlipayF2FQueryResult
Sets trade status.
setTradeStatus(TradeStatus) - 类 中的方法com.alipay.trade.model.result.AlipayF2FRefundResult
Sets trade status.
setTradeStatus(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
Sets trade status.
setTradeStatus(String) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets trade status.
setTradeType(String) - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
Sets trade type.
setTradeType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets trade type.
setTradeType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Sets trade type.
setTradeType(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets trade type.
setTransaction_id(String) - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
Sets transaction id.
setTransactionId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
Sets transaction id.
setTransactionId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
Sets transaction id.
setTransactionId(String) - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
Sets transaction id.
setTransactionId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
Sets transaction id.
setTransactionId(String) - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
Sets transaction id.
setTransactionTd(String) - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
Sets transaction td.
setTransAmt(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderRefundRequest
Sets trans amt.
setTransAmt(String) - 类 中的方法org.thlws.payment.bestpay.entity.request.OrderReverseRequest
Sets trans amt.
setTransAmt(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
Sets trans amt.
setTransAmt(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets trans amt.
setTransAmt(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
Sets trans amt.
setTransPhone(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets trans phone.
setTransStatus(String) - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
Sets trans status.
setType(Type) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets type.
setUndiscountableAmount(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
Sets undiscountable amount.
setUndiscountableAmount(String) - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
Sets undiscountable amount.
setUndiscountableAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
Sets undiscountable amount.
setUndiscountableAmount(String) - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
Sets undiscountable amount.
setUnionid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
Sets unionid.
setUnionid(String) - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Sets unionid.
setupIndustry(String, String, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatMpCore
设置行业属性
setupIndustry(String, String, String) - 类 中的静态方法org.thlws.payment.WechatMpClient
setUrl(String) - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
Sets url.
setValue(String) - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest.Node
Sets value.
setVerifyFlg(boolean) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayNotifyResponse
Sets verify flg.
setVoucherDetailList(List<VoucherDetail>) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
Sets voucher detail list.
setVoucherDetailList(List<VoucherDetail>) - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
Sets voucher detail list.
setWifiMac(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets wifi mac.
setWifiName(String) - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
Sets wifi name.
shutdown() - 类 中的方法com.alipay.trade.service.impl.hb.AbsHbRunner
Shutdown.
sign(Map<String, Object>, String) - 类 中的静态方法org.thlws.payment.wechat.utils.WechatUtil
sign wechat request data
sign(String) - 类 中的静态方法org.thlws.sign.MD5
签名得32位字符
sign(String, String, String) - 类 中的静态方法org.thlws.sign.RSA
RSA签名
SIGN_ALGORITHMS - 类 中的静态变量org.thlws.sign.RSA
The constant SIGN_ALGORITHMS.
SIGN_TYPE - 类 中的静态变量org.thlws.payment.wechat.config.WechatConfig
已过时。
加密方式
sleep(long) - 类 中的静态方法com.alipay.trade.utils.Utils
Sleep.
sns_auth_token - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
验证token是否过期[非普通token]
sns_userinfo - 接口 中的静态变量org.thlws.payment.wechat.api.WechatMpApi
获取用户信息,URL scope需为userinfo
SUCCESS - 类 中的静态变量com.alipay.trade.config.Constants
The constant SUCCESS.
SUPPORTED_PROTOCOLS - 类 中的静态变量org.thlws.payment.wechat.config.WechatConfig
已过时。
加密协议
SysTradeInfo - com.alipay.trade.model.hb中的类
Created by liuyangkly on 15/8/27.

T

TemplateResponse - org.thlws.payment.wechat.entity.response.mp中的类
Created by HanleyTang on 2016/11/18.
TemplateResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.mp.TemplateResponse
 
test_monitor_pos() - 类 中的方法com.alipay.trade.Main
Test monitor pos.
test_monitor_schedule_logic() - 类 中的方法com.alipay.trade.Main
Test monitor schedule logic.
test_monitor_sys() - 类 中的方法com.alipay.trade.Main
Test monitor sys.
test_trade_pay(AlipayTradeService) - 类 中的方法com.alipay.trade.Main
Test trade pay.
test_trade_precreate() - 类 中的方法com.alipay.trade.Main
Test trade precreate.
test_trade_query() - 类 中的方法com.alipay.trade.Main
Test trade query.
test_trade_refund() - 类 中的方法com.alipay.trade.Main
Test trade refund.
ThlwsBeanUtil - org.thlws.utils中的类
The type Data util.
ThlwsBeanUtil() - 类 的构造器org.thlws.utils.ThlwsBeanUtil
 
toAmount(long) - 类 中的静态方法com.alipay.trade.utils.Utils
To amount string.
toDate(Date) - 类 中的静态方法com.alipay.trade.utils.Utils
To date string.
toJsonString() - 类 中的方法com.alipay.trade.model.builder.RequestBuilder
To json string string.
TokenResponse - org.thlws.payment.wechat.entity.response.mp中的类
Created by HanleyTang on 2016/11/15.
TokenResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.mp.TokenResponse
Instantiates a new Token response.
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder.BizContent
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder.BizContent
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder.BizContent
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder.BizContent
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder.BizContent
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder.BizContent
 
toString() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
 
toString() - 类 中的方法com.alipay.trade.model.builder.RequestBuilder
 
toString() - 类 中的方法com.alipay.trade.model.ExtendParams
 
toString() - 类 中的方法com.alipay.trade.model.GoodsDetail
 
toString() - 类 中的方法com.alipay.trade.model.hb.PosTradeInfo
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayMobileSiteRequest
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayQrcodeRequest
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayRefundRequest
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayTradeRequest
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.request.AlipayWebSiteRequest
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayCancelResponse
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQrcodeResponse
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayQueryResponse
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayRefundResponse
 
toString() - 类 中的方法org.thlws.payment.alipay.entity.response.AlipayTradeResponse
 
toString() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse.Result
 
toString() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderRefundResponse
 
toString() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse.Result
 
toString() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderResultResponse
 
toString() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse.Result
 
toString() - 类 中的方法org.thlws.payment.bestpay.entity.response.OrderReverseResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.CloseOrderRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.MicroMchRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest.Node
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.mp.SendDataRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.OpenidQueryRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.OrderQueryRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatPayRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatRefundRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.request.WechatReverseRequest
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.CloseOrderResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.IndustryResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.JsApiTicketResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.OauthTokenResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.SendDataResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TemplateResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.TokenResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.NotifyResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.OpenidQueryResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.OrderQueryResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatPayResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatRefundResponse
 
toString() - 类 中的方法org.thlws.payment.wechat.entity.response.WechatReverseResponse
 
tradeCancel_II(AlipayTradeCancelRequestBuilder) - 接口 中的方法com.alipay.trade.service.AlipayTradeService
Trade cancel ii alipay f 2 f cancel result.
TradeInfo - com.alipay.trade.model.hb中的接口
Created by liuyangkly on 15/9/28.
TradeInfoAdapter - com.alipay.trade.model.hb中的类
Created by liuyangkly on 15/9/28.
TradeInfoAdapter() - 类 的构造器com.alipay.trade.model.hb.TradeInfoAdapter
 
TradeListener - com.alipay.trade.service.impl.hb中的接口
Created by liuyangkly on 15/10/27.
tradePay(AlipayTradePayRequestBuilder) - 接口 中的方法com.alipay.trade.service.AlipayTradeService
Trade pay alipay f 2 f pay result.
tradePay(AlipayTradePayRequestBuilder) - 类 中的方法com.alipay.trade.service.impl.AlipayTradeWithHBServiceImpl
 
tradePrecreate(AlipayTradePrecreateRequestBuilder) - 接口 中的方法com.alipay.trade.service.AlipayTradeService
Trade precreate alipay f 2 f precreate result.
tradeRefund(AlipayTradeRefundRequestBuilder) - 接口 中的方法com.alipay.trade.service.AlipayTradeService
Trade refund alipay f 2 f refund result.
TradeStatus - com.alipay.trade.model中的枚举
Created by liuyangkly on 15/8/29.
Type - com.alipay.trade.model.hb中的枚举
Created by liuyangkly on 15/8/27.

U

unifiedOrder(UnifiedOrderRequest, String) - 类 中的静态方法org.thlws.payment.wechat.core.WechatPayCore
微信统一下单,同时支援扫码支付统一下单 和 微信公众号统一下单
unifiedOrder(UnifiedOrderRequest, String) - 类 中的静态方法org.thlws.payment.WechatPayClient
UnifiedOrderRequest - org.thlws.payment.wechat.entity.request中的类
微信统一下单参数对象
UnifiedOrderRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.UnifiedOrderRequest
 
UnifiedOrderResponse - org.thlws.payment.wechat.entity.response中的类
微信统一下单结果对象
UnifiedOrderResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.UnifiedOrderResponse
Instantiates a new Unified order response.
UserInfoResponse - org.thlws.payment.wechat.entity.response.mp中的类
拉取用户信息(需scope为 snsapi_userinfo) Response POJO
UserInfoResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.mp.UserInfoResponse
Instantiates a new User info response.
Utils - com.alipay.trade.utils中的类
Created by liuyangkly on 15/6/27.

V

validate() - 类 中的方法com.alipay.trade.model.builder.AlipayHeartbeatSynRequestBuilder
 
validate() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeCancelRequestBuilder
 
validate() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePayRequestBuilder
 
validate() - 类 中的方法com.alipay.trade.model.builder.AlipayTradePrecreateRequestBuilder
 
validate() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeQueryRequestBuilder
 
validate() - 类 中的方法com.alipay.trade.model.builder.AlipayTradeRefundRequestBuilder
 
validate() - 类 中的方法com.alipay.trade.model.builder.RequestBuilder
Validate boolean.
valueOf(String) - 枚举 中的静态方法com.alipay.trade.model.hb.EquipStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alipay.trade.model.hb.ExceptionInfo
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alipay.trade.model.hb.HbStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alipay.trade.model.hb.Product
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alipay.trade.model.hb.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alipay.trade.model.TradeStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.alipay.trade.model.hb.EquipStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alipay.trade.model.hb.ExceptionInfo
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alipay.trade.model.hb.HbStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alipay.trade.model.hb.Product
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alipay.trade.model.hb.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alipay.trade.model.TradeStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(HttpServletRequest, String, String) - 类 中的方法org.thlws.payment.alipay.utils.AlipayUtil
Verify alipay notify response.
verify(String, String, String, String) - 类 中的静态方法org.thlws.sign.RSA
RSA验签名检查
VeryfyUtil - org.thlws.payment.alipay.utils中的类
支付宝验证Util Class Created by HanleyTang on 2017/3/9.
VeryfyUtil() - 类 的构造器org.thlws.payment.alipay.utils.VeryfyUtil
 

W

WechatConfig - org.thlws.payment.wechat.config中的类
已过时。 
WechatConfig() - 类 的构造器org.thlws.payment.wechat.config.WechatConfig
已过时。
 
WechatMpApi - org.thlws.payment.wechat.api中的接口
微信官方公众号相关API列表
WechatMpClient - org.thlws.payment中的类
微信公众号入口Class MP名称对应公众号官方网站,https://mp.weixin.qq.com
WechatMpClient() - 类 的构造器org.thlws.payment.WechatMpClient
 
WechatMpCore - org.thlws.payment.wechat.core中的类
微信公众号相关 Token、OpenId 获取等 MP名称对应公众号官方网站,https://mp.weixin.qq.com
WechatMpCore() - 类 的构造器org.thlws.payment.wechat.core.WechatMpCore
 
WechatPayApi - org.thlws.payment.wechat.api中的接口
微信官方支付相关API列表
WechatPayClient - org.thlws.payment中的类
微信支付入口
WechatPayClient() - 类 的构造器org.thlws.payment.WechatPayClient
 
WechatPayCore - org.thlws.payment.wechat.core中的类
微信支付核心处理
WechatPayCore() - 类 的构造器org.thlws.payment.wechat.core.WechatPayCore
 
WechatPayRequest - org.thlws.payment.wechat.entity.request中的类
微信刷卡支付参数对象
WechatPayRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.WechatPayRequest
Instantiates a new Wechat pay request.
WechatPayResponse - org.thlws.payment.wechat.entity.response中的类
微信刷卡支付返回对象
WechatPayResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.WechatPayResponse
Instantiates a new Wechat pay response.
WechatRefundRequest - org.thlws.payment.wechat.entity.request中的类
微信退款参数对象
WechatRefundRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.WechatRefundRequest
Instantiates a new Wechat refund request.
WechatRefundResponse - org.thlws.payment.wechat.entity.response中的类
微信退款返回对象
WechatRefundResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.WechatRefundResponse
Instantiates a new Wechat refund response.
WechatResponse - org.thlws.payment.wechat.entity中的类
API请求结果
WechatResponse() - 类 的构造器org.thlws.payment.wechat.entity.WechatResponse
 
WechatReverseRequest - org.thlws.payment.wechat.entity.request中的类
Created by HanleyTang on 2017/10/19.
WechatReverseRequest() - 类 的构造器org.thlws.payment.wechat.entity.request.WechatReverseRequest
Instantiates a new Wechat reverse request.
WechatReverseResponse - org.thlws.payment.wechat.entity.response中的类
微信撤销订单返回对象
WechatReverseResponse() - 类 的构造器org.thlws.payment.wechat.entity.response.WechatReverseResponse
Instantiates a new Wechat reverse response.
WechatUtil - org.thlws.payment.wechat.utils中的类
Created by HanleyTang on 16/9/4.
WechatUtil() - 类 的构造器org.thlws.payment.wechat.utils.WechatUtil
 
WStoreInfo - org.thlws.payment.wechat.entity.extra中的类
Created by HanleyTang on 2017/11/23 微信门店信息,用于数据上报
WStoreInfo() - 类 的构造器org.thlws.payment.wechat.entity.extra.WStoreInfo
 

X

xmlToBean(String, Class<T>) - 类 中的静态方法org.thlws.utils.ThlwsBeanUtil
xml to bean,调用此方便需在Bean配置相关Annotation

Z

ZxingUtil - org.thlws.utils中的类
条形码 二维码 生成工具类
ZxingUtil() - 类 的构造器org.thlws.utils.ZxingUtil
 
ZxingUtils - com.alipay.trade.utils中的类
Created by liuyangkly on 15/6/27.
ZxingUtils() - 类 的构造器com.alipay.trade.utils.ZxingUtils
 
A B C D E F G H I J L M N O P Q R S T U V W X Z 
跳过导航链接

Copyright © 2018. All rights reserved.