Class TransferBatchService.Builder
java.lang.Object
com.wechat.pay.java.service.transferbatch.TransferBatchService.Builder
- Enclosing class:
- TransferBatchService
TransferBatchService构造器
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
config
(com.wechat.pay.java.core.Config config) decryptor
(com.wechat.pay.java.core.cipher.PrivacyDecryptor decryptor) encryptor
(com.wechat.pay.java.core.cipher.PrivacyEncryptor encryptor) hostName
(com.wechat.pay.java.core.http.HostName hostName) httpClient
(com.wechat.pay.java.core.http.HttpClient httpClient)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
config
-
hostName
-
httpClient
-
encryptor
public TransferBatchService.Builder encryptor(com.wechat.pay.java.core.cipher.PrivacyEncryptor encryptor) -
decryptor
public TransferBatchService.Builder decryptor(com.wechat.pay.java.core.cipher.PrivacyDecryptor decryptor) -
build
-