Index

A B C D E F G H I M O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACCEPT_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 
All - Enum constant in enum class com.alphapay.api.model.beans.TransactionType
 
AlphaPayApiException - Exception Class in com.alphapay.api.exception
 
AlphaPayApiException() - Constructor for exception class com.alphapay.api.exception.AlphaPayApiException
 
AlphaPayApiException(String) - Constructor for exception class com.alphapay.api.exception.AlphaPayApiException
 
AlphaPayApiException(String, String) - Constructor for exception class com.alphapay.api.exception.AlphaPayApiException
 
AlphaPayApiException(String, Throwable) - Constructor for exception class com.alphapay.api.exception.AlphaPayApiException
 
AlphaPayApiException(Throwable) - Constructor for exception class com.alphapay.api.exception.AlphaPayApiException
 
AlphaPayClient - Interface in com.alphapay.api
 
AlphaPayRequest<T> - Class in com.alphapay.api.request
 
AlphaPayRequest() - Constructor for class com.alphapay.api.request.AlphaPayRequest
 
AlphaPayResponse - Class in com.alphapay.api.response
 
AlphaPayResponse() - Constructor for class com.alphapay.api.response.AlphaPayResponse
 
Amount - Class in com.alphapay.api.model.beans
 
Amount() - Constructor for class com.alphapay.api.model.beans.Amount
 
APIs - Class in com.alphapay.api
 
APIs() - Constructor for class com.alphapay.api.APIs
 

B

BankCard - Class in com.alphapay.api.model.beans
 
BankCard() - Constructor for class com.alphapay.api.model.beans.BankCard
 
Base64Encryptor - Interface in com.alphapay.api.base64
 
BaseAlphaPayClient - Class in com.alphapay.api
 
BaseAlphaPayClient() - Constructor for class com.alphapay.api.BaseAlphaPayClient
 
BaseAlphaPayClient(String, String, String) - Constructor for class com.alphapay.api.BaseAlphaPayClient
 
buildCustomHeader() - Method in class com.alphapay.api.BaseAlphaPayClient
 
buildCustomHeader() - Method in class com.alphapay.api.DefaultAlphaPayClient
 

C

cancel(String) - Static method in class com.alphapay.api.example.OpenAPIExample
 
CANCEL - Static variable in class com.alphapay.api.APIs
 
CancelOrderRequest - Class in com.alphapay.api.request.beans
 
CancelOrderRequest() - Constructor for class com.alphapay.api.request.beans.CancelOrderRequest
 
CancelOrderResponse - Class in com.alphapay.api.response.beans
 
CancelOrderResponse() - Constructor for class com.alphapay.api.response.beans.CancelOrderResponse
 
checkClientTrusted(X509Certificate[], String) - Method in class com.alphapay.api.ssl.X509TrustManagerImp
 
checkServerTrusted(X509Certificate[], String) - Method in class com.alphapay.api.ssl.X509TrustManagerImp
 
com.alphapay.api - package com.alphapay.api
 
com.alphapay.api.base64 - package com.alphapay.api.base64
 
com.alphapay.api.example - package com.alphapay.api.example
 
com.alphapay.api.exception - package com.alphapay.api.exception
 
com.alphapay.api.model - package com.alphapay.api.model
 
com.alphapay.api.model.beans - package com.alphapay.api.model.beans
 
com.alphapay.api.net - package com.alphapay.api.net
 
com.alphapay.api.request - package com.alphapay.api.request
 
com.alphapay.api.request.beans - package com.alphapay.api.request.beans
 
com.alphapay.api.response - package com.alphapay.api.response
 
com.alphapay.api.response.beans - package com.alphapay.api.response.beans
 
com.alphapay.api.ssl - package com.alphapay.api.ssl
 
com.alphapay.api.tools - package com.alphapay.api.tools
 
CONNECTION_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 
Constants - Interface in com.alphapay.api.tools
 
CONTENT_TYPE_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 
CreateOrderRequest - Class in com.alphapay.api.request.beans
 
CreateOrderRequest() - Constructor for class com.alphapay.api.request.beans.CreateOrderRequest
 
CreateOrderResponse - Class in com.alphapay.api.response.beans
 
CreateOrderResponse() - Constructor for class com.alphapay.api.response.beans.CreateOrderResponse
 
CreateRefundRequest - Class in com.alphapay.api.request.beans
 
CreateRefundRequest() - Constructor for class com.alphapay.api.request.beans.CreateRefundRequest
 
CreateRefundResponse - Class in com.alphapay.api.response.beans
 
CreateRefundResponse() - Constructor for class com.alphapay.api.response.beans.CreateRefundResponse
 
Credit - Enum constant in enum class com.alphapay.api.model.beans.TransactionType
 
Customer - Class in com.alphapay.api.model.beans
 
Customer() - Constructor for class com.alphapay.api.model.beans.Customer
 

D

DateTool - Class in com.alphapay.api.tools
 
DateTool() - Constructor for class com.alphapay.api.tools.DateTool
 
Debit - Enum constant in enum class com.alphapay.api.model.beans.TransactionType
 
decode(String) - Method in interface com.alphapay.api.base64.Base64Encryptor
 
decode(String) - Method in class com.alphapay.api.base64.DefaultBase64Encryptor
 
DEFAULT_CHARSET - Static variable in interface com.alphapay.api.tools.Constants
 
DefaultAlphaPayClient - Class in com.alphapay.api
 
DefaultAlphaPayClient(String, String, String) - Constructor for class com.alphapay.api.DefaultAlphaPayClient
 
DefaultBase64Encryptor - Class in com.alphapay.api.base64
 
DefaultBase64Encryptor() - Constructor for class com.alphapay.api.base64.DefaultBase64Encryptor
 
DefaultHttpRPC - Class in com.alphapay.api.net
 
DefaultHttpRPC() - Constructor for class com.alphapay.api.net.DefaultHttpRPC
 
doPost(String, Map<String, String>, String) - Static method in class com.alphapay.api.net.DefaultHttpRPC
 

E

encodeToString(byte[]) - Method in interface com.alphapay.api.base64.Base64Encryptor
 
encodeToString(byte[]) - Method in class com.alphapay.api.base64.DefaultBase64Encryptor
 
Env - Class in com.alphapay.api.model.beans
 
Env() - Constructor for class com.alphapay.api.model.beans.Env
 
execute(AlphaPayRequest<T>) - Method in interface com.alphapay.api.AlphaPayClient
 
execute(AlphaPayRequest<T>) - Method in class com.alphapay.api.BaseAlphaPayClient
 

F

F - Enum constant in enum class com.alphapay.api.model.ResultStatusType
 

G

genSignContent(String, String, String, String, String, String) - Static method in class com.alphapay.api.tools.SignatureTool
 
GET - Enum constant in enum class com.alphapay.api.net.HttpMethod
 
getAcceptedIssuers() - Method in class com.alphapay.api.ssl.X509TrustManagerImp
 
getAccountNo() - Method in class com.alphapay.api.model.beans.SettleBank
 
getAddress() - Method in class com.alphapay.api.model.beans.BankCard
 
getAmount() - Method in class com.alphapay.api.model.beans.Transaction
 
getAppId() - Method in class com.alphapay.api.model.beans.Customer
 
getBankInfo() - Method in class com.alphapay.api.model.beans.Settlement
 
getCancelTime() - Method in class com.alphapay.api.response.beans.CancelOrderResponse
 
getCard() - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
getCard() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getCardId() - Method in class com.alphapay.api.model.beans.PaymentCard
 
getChannelPayUrl() - Method in class com.alphapay.api.model.beans.PaymentInfo
 
getCity() - Method in class com.alphapay.api.model.beans.BankCard
 
getCompanyName() - Method in class com.alphapay.api.model.beans.SettleBank
 
getCountry() - Method in class com.alphapay.api.model.beans.BankCard
 
getCreateTime() - Method in class com.alphapay.api.model.beans.Transaction
 
getCreditAmount() - Method in class com.alphapay.api.model.beans.SettleInfo
 
getCreditNum() - Method in class com.alphapay.api.model.beans.SettleInfo
 
getCurISO8601Time() - Static method in class com.alphapay.api.tools.DateTool
 
getCurrency() - Method in class com.alphapay.api.model.beans.Amount
 
getCurrency() - Method in class com.alphapay.api.model.beans.Transaction
 
getCustomer() - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
getCustomer() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getCustomerId() - Method in class com.alphapay.api.model.beans.Customer
 
getCustomerId() - Method in class com.alphapay.api.model.beans.PaymentCard
 
getCvv() - Method in class com.alphapay.api.model.beans.BankCard
 
getDate() - Method in class com.alphapay.api.request.beans.SearchSettlementsRequest
 
getDate() - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
getDebitAmount() - Method in class com.alphapay.api.model.beans.SettleInfo
 
getDebitNum() - Method in class com.alphapay.api.model.beans.SettleInfo
 
getDescription() - Method in class com.alphapay.api.model.beans.Order
 
getDescription() - Method in class com.alphapay.api.model.beans.Refund
 
getEmail() - Method in class com.alphapay.api.model.beans.PaymentCard
 
getEnv() - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
getErrCode() - Method in exception class com.alphapay.api.exception.AlphaPayApiException
 
getErrMsg() - Method in exception class com.alphapay.api.exception.AlphaPayApiException
 
getExchangeRate() - Method in class com.alphapay.api.model.beans.Transaction
 
getExpMonth() - Method in class com.alphapay.api.model.beans.BankCard
 
getExpYear() - Method in class com.alphapay.api.model.beans.BankCard
 
getHolder() - Method in class com.alphapay.api.model.beans.BankCard
 
getHttpMethod() - Method in class com.alphapay.api.request.AlphaPayRequest
 
getInfo() - Method in class com.alphapay.api.model.beans.PaymentCard
 
getInstitutionNo() - Method in class com.alphapay.api.model.beans.SettleBank
 
getKeyVersion() - Method in class com.alphapay.api.request.AlphaPayRequest
 
getMerchantCode() - Method in class com.alphapay.api.request.AlphaPayRequest
 
getNetAmount() - Method in class com.alphapay.api.model.beans.SettleInfo
 
getNotifyUrl() - Method in class com.alphapay.api.model.beans.Order
 
getNotifyUrl() - Method in class com.alphapay.api.model.beans.Refund
 
getNumber() - Method in class com.alphapay.api.model.beans.BankCard
 
getOrder() - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
getOrder() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getOrder() - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
getOrderAmount() - Method in class com.alphapay.api.model.beans.Order
 
getOsType() - Method in class com.alphapay.api.model.beans.Env
 
getPage() - Method in class com.alphapay.api.model.beans.Pagination
 
getPage() - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
getPageLimit() - Method in class com.alphapay.api.model.beans.Pagination
 
getPageLimit() - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
getPagination() - Method in class com.alphapay.api.response.beans.SearchTransactionsResponse
 
getPath() - Method in class com.alphapay.api.request.AlphaPayRequest
 
getPayAmount() - Method in class com.alphapay.api.model.beans.Ordered
 
getPaymentCode() - Method in class com.alphapay.api.model.beans.PaymentMethod
 
getPaymentCreateTime() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getPaymentCreateTime() - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
getPaymentExpireTime() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getPaymentExpireTime() - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
getPaymentId() - Method in class com.alphapay.api.request.beans.CancelOrderRequest
 
getPaymentId() - Method in class com.alphapay.api.request.beans.CreateRefundRequest
 
getPaymentId() - Method in class com.alphapay.api.request.beans.SearchOrderRequest
 
getPaymentId() - Method in class com.alphapay.api.response.beans.CancelOrderResponse
 
getPaymentId() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getPaymentId() - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
getPaymentId() - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
getPaymentId() - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
getPaymentInfo() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getPaymentMethod() - Method in class com.alphapay.api.model.beans.Transaction
 
getPaymentMethod() - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
getPaymentMethod() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getPaymentMethodType() - Method in class com.alphapay.api.model.beans.PaymentMethod
 
getPaymentQRImage() - Method in class com.alphapay.api.model.beans.PaymentInfo
 
getPaymentRequestId() - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
getPaymentRequestId() - Method in class com.alphapay.api.response.beans.CancelOrderResponse
 
getPaymentRequestId() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getPaymentRequestId() - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
getPaymentStatus() - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
getPaymentTime() - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
getPaymentUrl() - Method in class com.alphapay.api.model.beans.PaymentInfo
 
getPayUrl() - Method in class com.alphapay.api.model.beans.PaymentInfo
 
getPostalCode() - Method in class com.alphapay.api.model.beans.BankCard
 
getRedirectUrl() - Method in class com.alphapay.api.model.beans.Order
 
getRefund() - Method in class com.alphapay.api.request.beans.CreateRefundRequest
 
getRefund() - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
getRefund() - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
getRefundAmount() - Method in class com.alphapay.api.model.beans.Refund
 
getRefundId() - Method in class com.alphapay.api.request.beans.SearchRefundRequest
 
getRefundId() - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
getRefundId() - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
getRefundRequestId() - Method in class com.alphapay.api.request.beans.CreateRefundRequest
 
getRefundRequestId() - Method in class com.alphapay.api.request.beans.SearchRefundRequest
 
getRefundRequestId() - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
getRefundRequestId() - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
getRefundStatus() - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
getRefundTime() - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
getRefundTime() - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
getRemember() - Method in class com.alphapay.api.model.beans.PaymentCard
 
getRequestId() - Method in class com.alphapay.api.model.beans.Transaction
 
getResponseAsString(HttpsURLConnection) - Static method in class com.alphapay.api.net.DefaultHttpRPC
 
getResponseClass() - Method in class com.alphapay.api.request.AlphaPayRequest
得到当前API的响应结果类型
getResponseClass() - Method in class com.alphapay.api.request.beans.CancelOrderRequest
 
getResponseClass() - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
getResponseClass() - Method in class com.alphapay.api.request.beans.CreateRefundRequest
 
getResponseClass() - Method in class com.alphapay.api.request.beans.SearchOrderRequest
 
getResponseClass() - Method in class com.alphapay.api.request.beans.SearchRefundRequest
 
getResponseClass() - Method in class com.alphapay.api.request.beans.SearchSettlementsRequest
 
getResponseClass() - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
getResponseNonce(HttpsURLConnection) - Static method in class com.alphapay.api.net.DefaultHttpRPC
 
getResponseSignature(HttpsURLConnection) - Static method in class com.alphapay.api.net.DefaultHttpRPC
 
getResponseTime() - Method in class com.alphapay.api.net.HttpRpcResult
 
getResponseTime(HttpsURLConnection) - Static method in class com.alphapay.api.net.DefaultHttpRPC
 
getResult() - Method in class com.alphapay.api.response.AlphaPayResponse
 
getResultCode() - Method in class com.alphapay.api.model.Result
 
getResultMessage() - Method in class com.alphapay.api.model.Result
 
getResultStatus() - Method in class com.alphapay.api.model.Result
 
getRspBody() - Method in class com.alphapay.api.net.HttpRpcResult
 
getRspCode() - Method in class com.alphapay.api.net.HttpRpcResult
 
getRspNonce() - Method in class com.alphapay.api.net.HttpRpcResult
 
getRspSign() - Method in class com.alphapay.api.net.HttpRpcResult
 
getScenarioCode() - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
getScenarioCode() - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
getScenarioCode() - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
getSdkParams() - Method in class com.alphapay.api.model.beans.PaymentInfo
 
getServiceFee() - Method in class com.alphapay.api.model.beans.SettleInfo
 
getSettleAmount() - Method in class com.alphapay.api.model.beans.SettleInfo
 
getSettleAmount() - Method in class com.alphapay.api.model.beans.Transaction
 
getSettleCurrency() - Method in class com.alphapay.api.model.beans.Transaction
 
getSettleInfo() - Method in class com.alphapay.api.model.beans.Settlement
 
getSettlements() - Method in class com.alphapay.api.response.beans.SearchSettlementsResponse
 
getSettleNo() - Method in class com.alphapay.api.model.beans.SettleInfo
 
getState() - Method in class com.alphapay.api.model.beans.BankCard
 
getStoreCode() - Method in class com.alphapay.api.model.beans.SettleBank
 
getTotal() - Method in class com.alphapay.api.model.beans.Pagination
 
getTotalPage() - Method in class com.alphapay.api.model.beans.Pagination
 
getTransactionId() - Method in class com.alphapay.api.model.beans.Transaction
 
getTransactions() - Method in class com.alphapay.api.response.beans.SearchTransactionsResponse
 
getTransactionTime() - Method in class com.alphapay.api.model.beans.Transaction
 
getTransactionType() - Method in class com.alphapay.api.model.beans.Transaction
 
getTransactionType() - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
getTransitNo() - Method in class com.alphapay.api.model.beans.SettleBank
 
getValue() - Method in class com.alphapay.api.model.beans.Amount
 
getVersion() - Method in class com.alphapay.api.model.beans.Env
 

H

HTTP_SUCCESS_CODE - Static variable in interface com.alphapay.api.tools.Constants
 
HttpMethod - Enum Class in com.alphapay.api.net
 
HttpRpcResult - Class in com.alphapay.api.net
 
HttpRpcResult() - Constructor for class com.alphapay.api.net.HttpRpcResult
 

I

ISO8601 - Static variable in class com.alphapay.api.tools.DateTool
 

M

main(String[]) - Static method in class com.alphapay.api.example.OpenAPIExample
 
MERCHANT_CODE_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 

O

OpenAPIExample - Class in com.alphapay.api.example
 
OpenAPIExample() - Constructor for class com.alphapay.api.example.OpenAPIExample
 
Order - Class in com.alphapay.api.model.beans
 
Order() - Constructor for class com.alphapay.api.model.beans.Order
 
Ordered - Class in com.alphapay.api.model.beans
 
Ordered() - Constructor for class com.alphapay.api.model.beans.Ordered
 

P

Pagination - Class in com.alphapay.api.model.beans
 
Pagination() - Constructor for class com.alphapay.api.model.beans.Pagination
 
pay(String) - Static method in class com.alphapay.api.example.OpenAPIExample
 
PAY - Static variable in class com.alphapay.api.APIs
 
PaymentCard - Class in com.alphapay.api.model.beans
 
PaymentCard() - Constructor for class com.alphapay.api.model.beans.PaymentCard
 
PaymentInfo - Class in com.alphapay.api.model.beans
 
PaymentInfo() - Constructor for class com.alphapay.api.model.beans.PaymentInfo
 
PaymentMethod - Class in com.alphapay.api.model.beans
 
PaymentMethod() - Constructor for class com.alphapay.api.model.beans.PaymentMethod
 
POST - Enum constant in enum class com.alphapay.api.net.HttpMethod
 

R

refund(String) - Static method in class com.alphapay.api.example.OpenAPIExample
 
Refund - Class in com.alphapay.api.model.beans
 
Refund() - Constructor for class com.alphapay.api.model.beans.Refund
 
REFUND - Static variable in class com.alphapay.api.APIs
 
REQ_NONCE_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 
REQ_SIGN_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 
REQ_TIME_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 
Result - Class in com.alphapay.api.model
 
Result() - Constructor for class com.alphapay.api.model.Result
 
Result(String, String, ResultStatusType) - Constructor for class com.alphapay.api.model.Result
 
ResultStatusType - Enum Class in com.alphapay.api.model
 
RSP_NONCE_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 
RSP_SIGN_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 
RSP_TIME_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 

S

S - Enum constant in enum class com.alphapay.api.model.ResultStatusType
 
SCHEME - Static variable in interface com.alphapay.api.tools.Constants
 
SEARCH_ORDER - Static variable in class com.alphapay.api.APIs
 
SEARCH_REFUND - Static variable in class com.alphapay.api.APIs
 
SEARCH_SETTLEMENTS - Static variable in class com.alphapay.api.APIs
 
SEARCH_TRANSACTIONS - Static variable in class com.alphapay.api.APIs
 
searchOrder(String) - Static method in class com.alphapay.api.example.OpenAPIExample
 
SearchOrderRequest - Class in com.alphapay.api.request.beans
 
SearchOrderRequest() - Constructor for class com.alphapay.api.request.beans.SearchOrderRequest
 
SearchOrderResponse - Class in com.alphapay.api.response.beans
 
SearchOrderResponse() - Constructor for class com.alphapay.api.response.beans.SearchOrderResponse
 
searchRefund(String, String) - Static method in class com.alphapay.api.example.OpenAPIExample
 
SearchRefundRequest - Class in com.alphapay.api.request.beans
 
SearchRefundRequest() - Constructor for class com.alphapay.api.request.beans.SearchRefundRequest
 
SearchRefundResponse - Class in com.alphapay.api.response.beans
 
SearchRefundResponse() - Constructor for class com.alphapay.api.response.beans.SearchRefundResponse
 
searchSettlements(String) - Static method in class com.alphapay.api.example.OpenAPIExample
 
SearchSettlementsRequest - Class in com.alphapay.api.request.beans
 
SearchSettlementsRequest() - Constructor for class com.alphapay.api.request.beans.SearchSettlementsRequest
 
SearchSettlementsResponse - Class in com.alphapay.api.response.beans
 
SearchSettlementsResponse() - Constructor for class com.alphapay.api.response.beans.SearchSettlementsResponse
 
searchTransactions(String) - Static method in class com.alphapay.api.example.OpenAPIExample
 
SearchTransactionsRequest - Class in com.alphapay.api.request.beans
 
SearchTransactionsRequest() - Constructor for class com.alphapay.api.request.beans.SearchTransactionsRequest
 
SearchTransactionsResponse - Class in com.alphapay.api.response.beans
 
SearchTransactionsResponse() - Constructor for class com.alphapay.api.response.beans.SearchTransactionsResponse
 
sendRequest(String, String, Map<String, String>, String) - Method in class com.alphapay.api.BaseAlphaPayClient
 
sendRequest(String, String, Map<String, String>, String) - Method in class com.alphapay.api.DefaultAlphaPayClient
 
setAccountNo(String) - Method in class com.alphapay.api.model.beans.SettleBank
 
setAddress(String) - Method in class com.alphapay.api.model.beans.BankCard
 
setAmount(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setAppId(String) - Method in class com.alphapay.api.model.beans.Customer
 
setBankInfo(SettleBank) - Method in class com.alphapay.api.model.beans.Settlement
 
setBase64Encryptor(Base64Encryptor) - Static method in class com.alphapay.api.tools.SignatureTool
 
setCancelTime(Date) - Method in class com.alphapay.api.response.beans.CancelOrderResponse
 
setCard(PaymentCard) - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
setCard(PaymentCard) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setCardId(String) - Method in class com.alphapay.api.model.beans.PaymentCard
 
setChannelPayUrl(String) - Method in class com.alphapay.api.model.beans.PaymentInfo
 
setCity(String) - Method in class com.alphapay.api.model.beans.BankCard
 
setCompanyName(String) - Method in class com.alphapay.api.model.beans.SettleBank
 
setCountry(String) - Method in class com.alphapay.api.model.beans.BankCard
 
setCreateTime(Date) - Method in class com.alphapay.api.model.beans.Transaction
 
setCreditAmount(String) - Method in class com.alphapay.api.model.beans.SettleInfo
 
setCreditNum(String) - Method in class com.alphapay.api.model.beans.SettleInfo
 
setCurrency(String) - Method in class com.alphapay.api.model.beans.Amount
 
setCurrency(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setCustomer(Customer) - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
setCustomer(Customer) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setCustomerId(String) - Method in class com.alphapay.api.model.beans.Customer
 
setCustomerId(String) - Method in class com.alphapay.api.model.beans.PaymentCard
 
setCvv(String) - Method in class com.alphapay.api.model.beans.BankCard
 
setDate(String) - Method in class com.alphapay.api.request.beans.SearchSettlementsRequest
 
setDate(String) - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
setDebitAmount(String) - Method in class com.alphapay.api.model.beans.SettleInfo
 
setDebitNum(String) - Method in class com.alphapay.api.model.beans.SettleInfo
 
setDescription(String) - Method in class com.alphapay.api.model.beans.Order
 
setDescription(String) - Method in class com.alphapay.api.model.beans.Refund
 
setEmail(String) - Method in class com.alphapay.api.model.beans.PaymentCard
 
setEnv(Env) - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
setExchangeRate(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setExpMonth(Integer) - Method in class com.alphapay.api.model.beans.BankCard
 
setExpYear(Integer) - Method in class com.alphapay.api.model.beans.BankCard
 
setHolder(String) - Method in class com.alphapay.api.model.beans.BankCard
 
setInfo(BankCard) - Method in class com.alphapay.api.model.beans.PaymentCard
 
setInstitutionNo(String) - Method in class com.alphapay.api.model.beans.SettleBank
 
setKeyVersion(Integer) - Method in class com.alphapay.api.request.AlphaPayRequest
 
setMerchantCode(String) - Method in class com.alphapay.api.request.AlphaPayRequest
 
setNetAmount(String) - Method in class com.alphapay.api.model.beans.SettleInfo
 
setNotifyUrl(String) - Method in class com.alphapay.api.model.beans.Order
 
setNotifyUrl(String) - Method in class com.alphapay.api.model.beans.Refund
 
setNumber(String) - Method in class com.alphapay.api.model.beans.BankCard
 
setOrder(Order) - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
setOrder(Ordered) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setOrder(Ordered) - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
setOrderAmount(Amount) - Method in class com.alphapay.api.model.beans.Order
 
setOsType(String) - Method in class com.alphapay.api.model.beans.Env
 
setPage(Integer) - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
setPage(Long) - Method in class com.alphapay.api.model.beans.Pagination
 
setPageLimit(Integer) - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
setPageLimit(Long) - Method in class com.alphapay.api.model.beans.Pagination
 
setPagination(Pagination) - Method in class com.alphapay.api.response.beans.SearchTransactionsResponse
 
setPath(String) - Method in class com.alphapay.api.request.AlphaPayRequest
 
setPayAmount(Amount) - Method in class com.alphapay.api.model.beans.Ordered
 
setPaymentCode(String) - Method in class com.alphapay.api.model.beans.PaymentMethod
 
setPaymentCreateTime(Date) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setPaymentCreateTime(Date) - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
setPaymentExpireTime(Date) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setPaymentExpireTime(Date) - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
setPaymentId(String) - Method in class com.alphapay.api.request.beans.CancelOrderRequest
 
setPaymentId(String) - Method in class com.alphapay.api.request.beans.CreateRefundRequest
 
setPaymentId(String) - Method in class com.alphapay.api.request.beans.SearchOrderRequest
 
setPaymentId(String) - Method in class com.alphapay.api.response.beans.CancelOrderResponse
 
setPaymentId(String) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setPaymentId(String) - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
setPaymentId(String) - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
setPaymentId(String) - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
setPaymentInfo(PaymentInfo) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setPaymentMethod(PaymentMethod) - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
setPaymentMethod(PaymentMethod) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setPaymentMethod(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setPaymentMethodType(String) - Method in class com.alphapay.api.model.beans.PaymentMethod
 
setPaymentQRImage(String) - Method in class com.alphapay.api.model.beans.PaymentInfo
 
setPaymentRequestId(String) - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
setPaymentRequestId(String) - Method in class com.alphapay.api.response.beans.CancelOrderResponse
 
setPaymentRequestId(String) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setPaymentRequestId(String) - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
setPaymentStatus(String) - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
setPaymentTime(Date) - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
setPaymentUrl(String) - Method in class com.alphapay.api.model.beans.PaymentInfo
 
setPayUrl(String) - Method in class com.alphapay.api.model.beans.PaymentInfo
 
setPostalCode(String) - Method in class com.alphapay.api.model.beans.BankCard
 
setRedirectUrl(String) - Method in class com.alphapay.api.model.beans.Order
 
setRefund(Refund) - Method in class com.alphapay.api.request.beans.CreateRefundRequest
 
setRefund(Refund) - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
setRefund(Refund) - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
setRefundAmount(Amount) - Method in class com.alphapay.api.model.beans.Refund
 
setRefundId(String) - Method in class com.alphapay.api.request.beans.SearchRefundRequest
 
setRefundId(String) - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
setRefundId(String) - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
setRefundRequestId(String) - Method in class com.alphapay.api.request.beans.CreateRefundRequest
 
setRefundRequestId(String) - Method in class com.alphapay.api.request.beans.SearchRefundRequest
 
setRefundRequestId(String) - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
setRefundRequestId(String) - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
setRefundStatus(String) - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
setRefundTime(Date) - Method in class com.alphapay.api.response.beans.CreateRefundResponse
 
setRefundTime(Date) - Method in class com.alphapay.api.response.beans.SearchRefundResponse
 
setRemember(Boolean) - Method in class com.alphapay.api.model.beans.PaymentCard
 
setRequestId(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setResponseTime(String) - Method in class com.alphapay.api.net.HttpRpcResult
 
setResult(Result) - Method in class com.alphapay.api.response.AlphaPayResponse
 
setResultCode(String) - Method in class com.alphapay.api.model.Result
 
setResultMessage(String) - Method in class com.alphapay.api.model.Result
 
setResultStatus(ResultStatusType) - Method in class com.alphapay.api.model.Result
 
setRspBody(String) - Method in class com.alphapay.api.net.HttpRpcResult
 
setRspCode(int) - Method in class com.alphapay.api.net.HttpRpcResult
 
setRspNonce(String) - Method in class com.alphapay.api.net.HttpRpcResult
 
setRspSign(String) - Method in class com.alphapay.api.net.HttpRpcResult
 
setScenarioCode(String) - Method in class com.alphapay.api.request.beans.CreateOrderRequest
 
setScenarioCode(String) - Method in class com.alphapay.api.response.beans.CreateOrderResponse
 
setScenarioCode(String) - Method in class com.alphapay.api.response.beans.SearchOrderResponse
 
setSdkParams(Object) - Method in class com.alphapay.api.model.beans.PaymentInfo
 
setServiceFee(String) - Method in class com.alphapay.api.model.beans.SettleInfo
 
setSettleAmount(String) - Method in class com.alphapay.api.model.beans.SettleInfo
 
setSettleAmount(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setSettleCurrency(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setSettleInfo(SettleInfo) - Method in class com.alphapay.api.model.beans.Settlement
 
setSettlements(List<Settlement>) - Method in class com.alphapay.api.response.beans.SearchSettlementsResponse
 
setSettleNo(String) - Method in class com.alphapay.api.model.beans.SettleInfo
 
setState(String) - Method in class com.alphapay.api.model.beans.BankCard
 
setStoreCode(String) - Method in class com.alphapay.api.model.beans.SettleBank
 
SettleBank - Class in com.alphapay.api.model.beans
 
SettleBank() - Constructor for class com.alphapay.api.model.beans.SettleBank
 
SettleInfo - Class in com.alphapay.api.model.beans
 
SettleInfo() - Constructor for class com.alphapay.api.model.beans.SettleInfo
 
Settlement - Class in com.alphapay.api.model.beans
 
Settlement() - Constructor for class com.alphapay.api.model.beans.Settlement
 
setTotal(Long) - Method in class com.alphapay.api.model.beans.Pagination
 
setTotalPage(Long) - Method in class com.alphapay.api.model.beans.Pagination
 
setTransactionId(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setTransactions(List<Transaction>) - Method in class com.alphapay.api.response.beans.SearchTransactionsResponse
 
setTransactionTime(Date) - Method in class com.alphapay.api.model.beans.Transaction
 
setTransactionType(TransactionType) - Method in class com.alphapay.api.request.beans.SearchTransactionsRequest
 
setTransactionType(String) - Method in class com.alphapay.api.model.beans.Transaction
 
setTransitNo(String) - Method in class com.alphapay.api.model.beans.SettleBank
 
setValue(String) - Method in class com.alphapay.api.model.beans.Amount
 
setVersion(String) - Method in class com.alphapay.api.model.beans.Env
 
sign(String, String) - Static method in class com.alphapay.api.tools.SignatureTool
Sign the contents of the merchant request
sign(String, String, String, String, String, String, String) - Static method in class com.alphapay.api.tools.SignatureTool
 
SignatureTool - Class in com.alphapay.api.tools
 
SignatureTool() - Constructor for class com.alphapay.api.tools.SignatureTool
 

T

Transaction - Class in com.alphapay.api.model.beans
 
Transaction() - Constructor for class com.alphapay.api.model.beans.Transaction
 
TransactionType - Enum Class in com.alphapay.api.model.beans
 
TrueHostnameVerifier - Class in com.alphapay.api.ssl
 
TrueHostnameVerifier() - Constructor for class com.alphapay.api.ssl.TrueHostnameVerifier
 

U

U - Enum constant in enum class com.alphapay.api.model.ResultStatusType
 
USER_AGENT_HEADER - Static variable in interface com.alphapay.api.tools.Constants
 

V

valueOf(String) - Static method in enum class com.alphapay.api.model.beans.TransactionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.alphapay.api.model.ResultStatusType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.alphapay.api.net.HttpMethod
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.alphapay.api.model.beans.TransactionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.alphapay.api.model.ResultStatusType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.alphapay.api.net.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
verify(String, String, String) - Static method in class com.alphapay.api.tools.SignatureTool
Check the response of AlphaPay
verify(String, String, String, String, String, String, String, String) - Static method in class com.alphapay.api.tools.SignatureTool
 
verify(String, SSLSession) - Method in class com.alphapay.api.ssl.TrueHostnameVerifier
 

X

X509TrustManagerImp - Class in com.alphapay.api.ssl
 
X509TrustManagerImp() - Constructor for class com.alphapay.api.ssl.X509TrustManagerImp
 
A B C D E F G H I M O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form