@UriParams public class BraintreeConfiguration extends Object
Constructor and Description |
---|
BraintreeConfiguration() |
Modifier and Type | Method and Description |
---|---|
BraintreeApiName |
getApiName() |
String |
getEnvironment() |
Level |
getHttpLogLevel() |
String |
getHttpLogName() |
Integer |
getHttpReadTimeout() |
String |
getMerchantId() |
String |
getMethodName() |
String |
getPrivateKey() |
String |
getProxyHost() |
Integer |
getProxyPort() |
String |
getPublicKey() |
void |
setApiName(BraintreeApiName apiName)
What kind of operation to perform
|
void |
setEnvironment(String environment)
The environment Either SANDBOX or PRODUCTION
|
void |
setHttpLogLevel(Level httpLogLevel)
Set logging level for http calls, @see java.util.logging.Level
|
void |
setHttpLogLevel(String httpLogLevel)
Set logging level for http calls, @see java.util.logging.Level
|
void |
setHttpLogName(String httpLogName)
Set log category to use to log http calls, default "Braintree"
|
void |
setHttpReadTimeout(Integer httpReadTimeout)
Set read timeout for http calls.
|
void |
setMerchantId(String merchantId)
The merchant id provided by Braintree.
|
void |
setMethodName(String methodName)
What sub operation to use for the selected operation
|
void |
setPrivateKey(String privateKey)
The private key provided by Braintree.
|
void |
setProxyHost(String proxyHost)
The proxy host
|
void |
setProxyPort(Integer proxyPort)
The proxy port
|
void |
setPublicKey(String publicKey)
The public key provided by Braintree.
|
public BraintreeApiName getApiName()
public void setApiName(BraintreeApiName apiName)
public String getMethodName()
public void setMethodName(String methodName)
public String getEnvironment()
public void setEnvironment(String environment)
public String getMerchantId()
public void setMerchantId(String merchantId)
public String getPublicKey()
public void setPublicKey(String publicKey)
public String getPrivateKey()
public void setPrivateKey(String privateKey)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
public Level getHttpLogLevel()
public void setHttpLogLevel(String httpLogLevel)
public void setHttpLogLevel(Level httpLogLevel)
public String getHttpLogName()
public void setHttpLogName(String httpLogName)
public Integer getHttpReadTimeout()
public void setHttpReadTimeout(Integer httpReadTimeout)
Apache Camel