@Generated(value="org.jsonschema2pojo") public class InstagramConfiguration extends Object implements Serializable
Constructor and Description |
---|
InstagramConfiguration() |
@BeanProperty(value="protocol") public String getProtocol()
@BeanProperty(value="protocol") public void setProtocol(String protocol)
protocol
- The protocolpublic InstagramConfiguration withProtocol(String protocol)
@BeanProperty(value="host") public String getHost()
@BeanProperty(value="host") public void setHost(String host)
host
- The hostpublic InstagramConfiguration withHost(String host)
@BeanProperty(value="port") public Long getPort()
@BeanProperty(value="port") public void setPort(Long port)
port
- The portpublic InstagramConfiguration withPort(Long port)
@BeanProperty(value="version") public String getVersion()
@BeanProperty(value="version") public void setVersion(String version)
version
- The versionpublic InstagramConfiguration withVersion(String version)
@BeanProperty(value="oauth") public InstagramOAuthConfiguration getOauth()
@BeanProperty(value="oauth") public void setOauth(InstagramOAuthConfiguration oauth)
oauth
- The oauthpublic InstagramConfiguration withOauth(InstagramOAuthConfiguration oauth)
@BeanProperty(value="threadsPerProvider") public Long getThreadsPerProvider()
@BeanProperty(value="threadsPerProvider") public void setThreadsPerProvider(Long threadsPerProvider)
threadsPerProvider
- The threadsPerProviderpublic InstagramConfiguration withThreadsPerProvider(Long threadsPerProvider)
@BeanProperty(value="retrySleepMs") public Long getRetrySleepMs()
@BeanProperty(value="retrySleepMs") public void setRetrySleepMs(Long retrySleepMs)
retrySleepMs
- The retrySleepMspublic InstagramConfiguration withRetrySleepMs(Long retrySleepMs)
@BeanProperty(value="retryMax") public Long getRetryMax()
@BeanProperty(value="retryMax") public void setRetryMax(Long retryMax)
retryMax
- The retryMaxpublic InstagramConfiguration withRetryMax(Long retryMax)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public InstagramConfiguration withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.