@Generated(value="org.jsonschema2pojo") public class TwitterConfiguration extends Object implements Serializable
Constructor and Description |
---|
TwitterConfiguration() |
@BeanProperty(value="protocol") public String getProtocol()
@BeanProperty(value="protocol") public void setProtocol(String protocol)
protocol
- The protocolpublic TwitterConfiguration withProtocol(String protocol)
@BeanProperty(value="host") public String getHost()
@BeanProperty(value="host") public void setHost(String host)
host
- The hostpublic TwitterConfiguration withHost(String host)
@BeanProperty(value="port") public Long getPort()
@BeanProperty(value="port") public void setPort(Long port)
port
- The portpublic TwitterConfiguration withPort(Long port)
@BeanProperty(value="version") public String getVersion()
@BeanProperty(value="version") public void setVersion(String version)
version
- The versionpublic TwitterConfiguration withVersion(String version)
@BeanProperty(value="debug") public Boolean getDebug()
@BeanProperty(value="debug") public void setDebug(Boolean debug)
debug
- The debugpublic TwitterConfiguration withDebug(Boolean debug)
@BeanProperty(value="endpoint") public String getEndpoint()
@BeanProperty(value="endpoint") public void setEndpoint(String endpoint)
endpoint
- The endpointpublic TwitterConfiguration withEndpoint(String endpoint)
@BeanProperty(value="environment") public String getEnvironment()
@BeanProperty(value="environment") public void setEnvironment(String environment)
environment
- The environmentpublic TwitterConfiguration withEnvironment(String environment)
@BeanProperty(value="jsonStoreEnabled") public Boolean getJsonStoreEnabled()
@BeanProperty(value="jsonStoreEnabled") public void setJsonStoreEnabled(Boolean jsonStoreEnabled)
jsonStoreEnabled
- The jsonStoreEnabledpublic TwitterConfiguration withJsonStoreEnabled(Boolean jsonStoreEnabled)
@BeanProperty(value="oauth") public TwitterOAuthConfiguration getOauth()
@BeanProperty(value="oauth") public void setOauth(TwitterOAuthConfiguration oauth)
oauth
- The oauthpublic TwitterConfiguration withOauth(TwitterOAuthConfiguration oauth)
@BeanProperty(value="basicauth") public TwitterBasicAuthConfiguration getBasicauth()
@BeanProperty(value="basicauth") public void setBasicauth(TwitterBasicAuthConfiguration basicauth)
basicauth
- The basicauthpublic TwitterConfiguration withBasicauth(TwitterBasicAuthConfiguration basicauth)
@BeanProperty(value="threadsPerProvider") public Long getThreadsPerProvider()
@BeanProperty(value="threadsPerProvider") public void setThreadsPerProvider(Long threadsPerProvider)
threadsPerProvider
- The threadsPerProviderpublic TwitterConfiguration withThreadsPerProvider(Long threadsPerProvider)
@BeanProperty(value="retrySleepMs") public Long getRetrySleepMs()
@BeanProperty(value="retrySleepMs") public void setRetrySleepMs(Long retrySleepMs)
retrySleepMs
- The retrySleepMspublic TwitterConfiguration withRetrySleepMs(Long retrySleepMs)
@BeanProperty(value="retryMax") public Long getRetryMax()
@BeanProperty(value="retryMax") public void setRetryMax(Long retryMax)
retryMax
- The retryMaxpublic TwitterConfiguration withRetryMax(Long retryMax)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public TwitterConfiguration withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.