@Generated(value="org.jsonschema2pojo") public class TwitterTimelineProviderConfiguration extends TwitterUserInformationConfiguration implements Serializable
| Constructor and Description |
|---|
TwitterTimelineProviderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getMaxItems()
Max items per user to collect
|
Long |
getMaxPages()
Max items per page to request
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMaxItems(Long maxItems)
Max items per user to collect
|
void |
setMaxPages(Long maxPages)
Max items per page to request
|
String |
toString() |
TwitterTimelineProviderConfiguration |
withAdditionalProperty(String name,
Object value) |
TwitterTimelineProviderConfiguration |
withMaxItems(Long maxItems) |
TwitterTimelineProviderConfiguration |
withMaxPages(Long maxPages) |
getInfo, getPageSize, setInfo, setPageSize, withInfo, withPageSizegetBasicauth, getDebug, getEndpoint, getEnvironment, getHost, getJsonStoreEnabled, getOauth, getPort, getProtocol, getRetryMax, getRetrySleepMs, getThreadsPerProvider, getVersion, setBasicauth, setDebug, setEndpoint, setEnvironment, setHost, setJsonStoreEnabled, setOauth, setPort, setProtocol, setRetryMax, setRetrySleepMs, setThreadsPerProvider, setVersion, withBasicauth, withDebug, withEndpoint, withEnvironment, withHost, withJsonStoreEnabled, withOauth, withPort, withProtocol, withRetryMax, withRetrySleepMs, withThreadsPerProvider, withVersionpublic TwitterTimelineProviderConfiguration()
@BeanProperty(value="max_items") public Long getMaxItems()
@BeanProperty(value="max_items") public void setMaxItems(Long maxItems)
maxItems - The max_itemspublic TwitterTimelineProviderConfiguration withMaxItems(Long maxItems)
@BeanProperty(value="max_pages") public Long getMaxPages()
@BeanProperty(value="max_pages") public void setMaxPages(Long maxPages)
maxPages - The max_pagespublic TwitterTimelineProviderConfiguration withMaxPages(Long maxPages)
public String toString()
toString in class TwitterUserInformationConfiguration@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in class TwitterUserInformationConfiguration@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty in class TwitterUserInformationConfigurationpublic TwitterTimelineProviderConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty in class TwitterUserInformationConfigurationpublic int hashCode()
hashCode in class TwitterUserInformationConfigurationpublic boolean equals(Object other)
equals in class TwitterUserInformationConfigurationCopyright © 2018 The Apache Software Foundation. All rights reserved.