public static class BillDownloadService.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BillDownloadService |
build() |
BillDownloadService.Builder |
config(com.wechat.pay.java.core.Config config) |
BillDownloadService.Builder |
decryptor(com.wechat.pay.java.core.cipher.PrivacyDecryptor decryptor) |
BillDownloadService.Builder |
hostName(com.wechat.pay.java.core.http.HostName hostName) |
BillDownloadService.Builder |
httpClient(com.wechat.pay.java.core.http.HttpClient httpClient) |
public BillDownloadService.Builder config(com.wechat.pay.java.core.Config config)
public BillDownloadService.Builder hostName(com.wechat.pay.java.core.http.HostName hostName)
public BillDownloadService.Builder httpClient(com.wechat.pay.java.core.http.HttpClient httpClient)
public BillDownloadService.Builder decryptor(com.wechat.pay.java.core.cipher.PrivacyDecryptor decryptor)
public BillDownloadService build()