public class MarketplaceWebServiceOrdersConfig extends Object
| Constructor and Description |
|---|
MarketplaceWebServiceOrdersConfig() |
public int getMaxConnections()
public void setMaxConnections(int maxConnections)
public MarketplaceWebServiceOrdersConfig withMaxConnections(int maxConnections)
public boolean isSetMaxConnections()
public int getMaxErrorRetry()
public void setMaxErrorRetry(int maxErrorRetry)
public MarketplaceWebServiceOrdersConfig withMaxErrorRetry(int maxErrorRetry)
public boolean isSetMaxErrorRetry()
public String getProxyHost()
public void setProxyHost(String proxyHost)
public MarketplaceWebServiceOrdersConfig withProxyHost(String proxyHost)
public boolean isSetProxyHost()
public String getProxyPassword()
public void setProxyPassword(String proxyPassword)
public MarketplaceWebServiceOrdersConfig withProxyPassword(String proxyPassword)
public boolean isSetProxyPassword()
public int getProxyPort()
public void setProxyPort(int proxyPort)
public MarketplaceWebServiceOrdersConfig withProxyPort(int proxyPort)
public boolean isSetProxyPort()
public String getProxyUsername()
public void setProxyUsername(String proxyUsername)
public MarketplaceWebServiceOrdersConfig withProxyUsername(String proxyUsername)
public boolean isSetProxyUsername()
public String getServiceVersion()
public String getSignatureVersion()
public void setSignatureVersion(String signatureVersion)
public MarketplaceWebServiceOrdersConfig withSignatureVersion(String signatureVersion)
public boolean isSetSignatureVersion()
public String getSignatureMethod()
public void setSignatureMethod(String signatureMethod)
public MarketplaceWebServiceOrdersConfig withSignatureMethod(String signatureMethod)
public boolean isSetSignatureMethod()
public String getUserAgent()
public void setUserAgent(String applicationName, String applicationVersion, String programmingLanguage, String... additionalNameValuePairs)
public MarketplaceWebServiceOrdersConfig withUserAgent(String applicationName, String applicationVersion, String programmingLanguage, String... additionalNameValuePairs)
public boolean isSetUserAgent()
public String getServiceURL()
public void setServiceURL(String serviceUrl)
serviceUrl - URL to make requests againstpublic MarketplaceWebServiceOrdersConfig withServiceURL(String aserviceUrl)
public boolean isSetServiceURL()
public int getMaxAsyncQueueSize()
This is the max number of requests to queue before executing requests on the calling thread.
public void setMaxAsyncQueueSize(int size)
public MarketplaceWebServiceOrdersConfig withMaxAsyncQueueSize(int size)
public boolean isSetMaxAsyncQueueSize()
public int getMaxAsyncThreads()
This is the number of async threads to process requests from the queue.
public void setMaxAsyncThreads(int threads)
public MarketplaceWebServiceOrdersConfig withMaxAsyncThreads(int threads)
public boolean isSetMaxAsyncThreads()
public void includeRequestHeader(String name, String value)
name - the name of the header to setvalue - value to send with headerpublic String getRequestHeader(String name)
name - the name of the header to getpublic MarketplaceWebServiceOrdersConfig withRequestHeader(String name, String value)
name - the name of the header to setvalue - value to send with headerpublic boolean isSetRequestHeader(String name)
name - the name of the header to checkCopyright © 2014. All Rights Reserved.