@Generated(value="org.jsonschema2pojo") public class SevenDaySearchProviderConfiguration extends TwitterConfiguration implements Serializable
| Constructor and Description |
|---|
SevenDaySearchProviderConfiguration() |
| 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 |
getQ()
A UTF-8, URL-encoded search query of 500 characters maximum, including operators.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setMaxItems(Long maxItems)
Max items total
|
void |
setMaxPages(Long maxPages)
Max pages to request
|
void |
setQ(String q)
A UTF-8, URL-encoded search query of 500 characters maximum, including operators.
|
String |
toString() |
SevenDaySearchProviderConfiguration |
withAdditionalProperty(String name,
Object value) |
SevenDaySearchProviderConfiguration |
withMaxItems(Long maxItems) |
SevenDaySearchProviderConfiguration |
withMaxPages(Long maxPages) |
SevenDaySearchProviderConfiguration |
withQ(String q) |
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, withVersion@BeanProperty(value="q") public String getQ()
@BeanProperty(value="q") public void setQ(String q)
q - The qpublic SevenDaySearchProviderConfiguration withQ(String q)
@BeanProperty(value="max_items") public Long getMaxItems()
@BeanProperty(value="max_items") public void setMaxItems(Long maxItems)
maxItems - The max_itemspublic SevenDaySearchProviderConfiguration withMaxItems(Long maxItems)
@BeanProperty(value="max_pages") public Long getMaxPages()
@BeanProperty(value="max_pages") public void setMaxPages(Long maxPages)
maxPages - The max_pagespublic SevenDaySearchProviderConfiguration 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 SevenDaySearchProviderConfiguration 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.