@Generated(value="org.jsonschema2pojo") public class ThirtyDaySearchProviderConfiguration extends TwitterConfiguration implements Serializable
| Constructor and Description |
|---|
ThirtyDaySearchProviderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getMaxItems()
Max items total
|
Long |
getMaxPages()
Max pages to request
|
String |
getQuery()
The equivalent of one Gnip PowerTrack rule, with up to 2048 characters (and no limits on the number of positive and negative clauses).
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMaxItems(Long maxItems)
Max items total
|
void |
setMaxPages(Long maxPages)
Max pages to request
|
void |
setQuery(String query)
The equivalent of one Gnip PowerTrack rule, with up to 2048 characters (and no limits on the number of positive and negative clauses).
|
String |
toString() |
ThirtyDaySearchProviderConfiguration |
withAdditionalProperty(String name,
Object value) |
ThirtyDaySearchProviderConfiguration |
withMaxItems(Long maxItems) |
ThirtyDaySearchProviderConfiguration |
withMaxPages(Long maxPages) |
ThirtyDaySearchProviderConfiguration |
withQuery(String query) |
getBasicauth, 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 ThirtyDaySearchProviderConfiguration()
@BeanProperty(value="query") public String getQuery()
@BeanProperty(value="query") public void setQuery(String query)
query - The querypublic ThirtyDaySearchProviderConfiguration withQuery(String query)
@BeanProperty(value="max_items") public Long getMaxItems()
@BeanProperty(value="max_items") public void setMaxItems(Long maxItems)
maxItems - The max_itemspublic ThirtyDaySearchProviderConfiguration withMaxItems(Long maxItems)
@BeanProperty(value="max_pages") public Long getMaxPages()
@BeanProperty(value="max_pages") public void setMaxPages(Long maxPages)
maxPages - The max_pagespublic ThirtyDaySearchProviderConfiguration withMaxPages(Long maxPages)
public String toString()
toString in class TwitterConfiguration@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in class TwitterConfiguration@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty in class TwitterConfigurationpublic ThirtyDaySearchProviderConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty in class TwitterConfigurationpublic int hashCode()
hashCode in class TwitterConfigurationpublic boolean equals(Object other)
equals in class TwitterConfigurationCopyright © 2018 The Apache Software Foundation. All rights reserved.