public class AlipayConfig extends Object
| 构造器和说明 |
|---|
AlipayConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlipayPublicCertContent()
Getter method for property alipayPublicCertContent.
|
String |
getAlipayPublicCertPath()
Getter method for property alipayPublicCertPath.
|
String |
getAlipayPublicKey()
Getter method for property alipayPublicKey.
|
String |
getAppCertContent()
Getter method for property certContent.
|
String |
getAppCertPath()
Getter method for property certPath.
|
String |
getAppId()
Getter method for property appId.
|
String |
getCharset()
Getter method for property charset.
|
int |
getConnectTimeout()
Getter method for property connectTimeout.
|
Map<String,String> |
getCustomHeaders()
Getter method for property customHeaders.
|
AbstractHttpClient |
getCustomizedHttpClient()
Getter method for property customizedHttpClient.
|
String |
getEncryptKey()
Getter method for property encryptKey.
|
String |
getEncryptType()
Getter method for property encryptType.
|
String |
getFormat()
Getter method for property format.
|
long |
getKeepAliveDuration()
Getter method for property keepAliveDuration.
|
int |
getMaxIdleConnections()
Getter method for property maxIdleConnections.
|
String |
getPrivateKey()
Getter method for property privateKey.
|
String |
getProxyHost()
Getter method for property proxyHost.
|
int |
getProxyPort()
Getter method for property proxyPort.
|
int |
getReadTimeout()
Getter method for property readTimeout.
|
String |
getRootCertContent()
Getter method for property rootCertContent.
|
String |
getRootCertPath()
Getter method for property rootCertPath.
|
String |
getServerUrl()
Getter method for property serverUrl.
|
String |
getSignType()
Getter method for property signType.
|
void |
setAlipayPublicCertContent(String alipayPublicCertContent)
Setter method for property alipayPublicCertContent.
|
void |
setAlipayPublicCertPath(String alipayPublicCertPath)
Setter method for property alipayPublicCertPath.
|
void |
setAlipayPublicKey(String alipayPublicKey)
Setter method for property alipayPublicKey.
|
void |
setAppCertContent(String appCertContent)
Setter method for property certContent.
|
void |
setAppCertPath(String appCertPath)
Setter method for property certPath.
|
void |
setAppId(String appId)
Setter method for property appId.
|
void |
setCharset(String charset)
Setter method for property charset.
|
void |
setConnectTimeout(int connectTimeout)
Setter method for property connectTimeout.
|
void |
setCustomHeaders(Map<String,String> customHeaders)
Setter method for property customHeaders.
|
void |
setCustomizedHttpClient(AbstractHttpClient customizedHttpClient)
Setter method for property customizedHttpClient.
|
void |
setEncryptKey(String encryptKey)
Setter method for property encryptKey.
|
void |
setEncryptType(String encryptType)
Setter method for property encryptType.
|
void |
setFormat(String format)
Setter method for property format.
|
void |
setKeepAliveDuration(long keepAliveDuration)
Setter method for property keepAliveDuration.
|
void |
setMaxIdleConnections(int maxIdleConnections)
Setter method for property maxIdleConnections.
|
void |
setPrivateKey(String privateKey)
Setter method for property privateKey.
|
void |
setProxyHost(String proxyHost)
Setter method for property proxyHost.
|
void |
setProxyPort(int proxyPort)
Setter method for property proxyPort.
|
void |
setReadTimeout(int readTimeout)
Setter method for property readTimeout.
|
void |
setRootCertContent(String rootCertContent)
Setter method for property rootCertContent.
|
void |
setRootCertPath(String rootCertPath)
Setter method for property rootCertPath.
|
void |
setServerUrl(String serverUrl)
Setter method for property serverUrl.
|
void |
setSignType(String signType)
Setter method for property signType.
|
public String getServerUrl()
public void setServerUrl(String serverUrl)
serverUrl - value to be assigned to property serverUrlpublic String getAppId()
public void setAppId(String appId)
appId - value to be assigned to property appIdpublic String getFormat()
public void setFormat(String format)
format - value to be assigned to property formatpublic String getCharset()
public void setCharset(String charset)
charset - value to be assigned to property charsetpublic String getSignType()
public void setSignType(String signType)
signType - value to be assigned to property signTypepublic String getEncryptKey()
public void setEncryptKey(String encryptKey)
encryptKey - value to be assigned to property encryptKeypublic String getEncryptType()
public void setEncryptType(String encryptType)
encryptType - value to be assigned to property encryptTypepublic String getPrivateKey()
public void setPrivateKey(String privateKey)
privateKey - value to be assigned to property privateKeypublic String getAlipayPublicKey()
public void setAlipayPublicKey(String alipayPublicKey)
alipayPublicKey - value to be assigned to property alipayPublicKeypublic String getAppCertPath()
public void setAppCertPath(String appCertPath)
appCertPath - value to be assigned to property certPathpublic String getAlipayPublicCertPath()
public void setAlipayPublicCertPath(String alipayPublicCertPath)
alipayPublicCertPath - value to be assigned to property alipayPublicCertPathpublic String getRootCertPath()
public void setRootCertPath(String rootCertPath)
rootCertPath - value to be assigned to property rootCertPathpublic String getAppCertContent()
public void setAppCertContent(String appCertContent)
appCertContent - value to be assigned to property certContentpublic String getAlipayPublicCertContent()
public void setAlipayPublicCertContent(String alipayPublicCertContent)
alipayPublicCertContent - value to be assigned to property alipayPublicCertContentpublic String getRootCertContent()
public void setRootCertContent(String rootCertContent)
rootCertContent - value to be assigned to property rootCertContentpublic String getProxyHost()
public void setProxyHost(String proxyHost)
proxyHost - value to be assigned to property proxyHostpublic int getProxyPort()
public void setProxyPort(int proxyPort)
proxyPort - value to be assigned to property proxyPortpublic Map<String,String> getCustomHeaders()
public void setCustomHeaders(Map<String,String> customHeaders)
customHeaders - value to be assigned to property customHeaderspublic int getConnectTimeout()
public void setConnectTimeout(int connectTimeout)
connectTimeout - value to be assigned to property connectTimeoutpublic int getReadTimeout()
public void setReadTimeout(int readTimeout)
readTimeout - value to be assigned to property readTimeoutpublic int getMaxIdleConnections()
public void setMaxIdleConnections(int maxIdleConnections)
maxIdleConnections - value to be assigned to property maxIdleConnectionspublic long getKeepAliveDuration()
public void setKeepAliveDuration(long keepAliveDuration)
keepAliveDuration - value to be assigned to property keepAliveDurationpublic AbstractHttpClient getCustomizedHttpClient()
public void setCustomizedHttpClient(AbstractHttpClient customizedHttpClient)
customizedHttpClient - value to be assigned to property customizedHttpClientCopyright © 2025. All rights reserved.