Class BillDownloadServiceExtension.Builder
java.lang.Object
com.wechat.pay.java.service.billdownload.BillDownloadServiceExtension.Builder
- Enclosing class:
- BillDownloadServiceExtension
BillDownloadServiceExtension 构造器
-
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) 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
public BillDownloadServiceExtension.Builder hostName(com.wechat.pay.java.core.http.HostName hostName) -
httpClient
public BillDownloadServiceExtension.Builder httpClient(com.wechat.pay.java.core.http.HttpClient httpClient) -
decryptor
public BillDownloadServiceExtension.Builder decryptor(com.wechat.pay.java.core.cipher.PrivacyDecryptor decryptor) -
build
-