public static class BraintreeComponentConfiguration.BraintreeConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
BraintreeConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.braintree.internal.BraintreeApiName |
getApiName() |
String |
getEnvironment() |
Level |
getHttpLogLevel() |
String |
getHttpLogName() |
Integer |
getHttpReadTimeout() |
String |
getMerchantId() |
String |
getMethodName() |
String |
getPrivateKey() |
String |
getProxyHost() |
Integer |
getProxyPort() |
String |
getPublicKey() |
void |
setApiName(org.apache.camel.component.braintree.internal.BraintreeApiName apiName) |
void |
setEnvironment(String environment) |
void |
setHttpLogLevel(Level httpLogLevel) |
void |
setHttpLogName(String httpLogName) |
void |
setHttpReadTimeout(Integer httpReadTimeout) |
void |
setMerchantId(String merchantId) |
void |
setMethodName(String methodName) |
void |
setPrivateKey(String privateKey) |
void |
setProxyHost(String proxyHost) |
void |
setProxyPort(Integer proxyPort) |
void |
setPublicKey(String publicKey) |
public static final Class CAMEL_NESTED_CLASS
public BraintreeConfigurationNestedConfiguration()
public org.apache.camel.component.braintree.internal.BraintreeApiName getApiName()
public void setApiName(org.apache.camel.component.braintree.internal.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(Level httpLogLevel)
public String getHttpLogName()
public void setHttpLogName(String httpLogName)
public Integer getHttpReadTimeout()
public void setHttpReadTimeout(Integer httpReadTimeout)
Apache Camel