@Generated(value="org.jsonschema2pojo") public class ThirtyDaySearchRequest extends Object implements Serializable
Constructor and Description |
---|
ThirtyDaySearchRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFromDate()
The oldest UTC timestamp (back to 3/21/2006) from which the activities will be provided.
|
Long |
getMaxResults()
The maximum number of search results to be returned by a request.
|
String |
getNext()
This parameter is used to get the next "page" of results.
|
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).
|
String |
getTag()
Tags can be used to segregate rules and their matching data into different logical groups.
|
String |
getToDate()
The latest, most recent UTC timestamp to which the activities will be provided.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFromDate(String fromDate)
The oldest UTC timestamp (back to 3/21/2006) from which the activities will be provided.
|
void |
setMaxResults(Long maxResults)
The maximum number of search results to be returned by a request.
|
void |
setNext(String next)
This parameter is used to get the next "page" of results.
|
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).
|
void |
setTag(String tag)
Tags can be used to segregate rules and their matching data into different logical groups.
|
void |
setToDate(String toDate)
The latest, most recent UTC timestamp to which the activities will be provided.
|
String |
toString() |
ThirtyDaySearchRequest |
withAdditionalProperty(String name,
Object value) |
ThirtyDaySearchRequest |
withFromDate(String fromDate) |
ThirtyDaySearchRequest |
withMaxResults(Long maxResults) |
ThirtyDaySearchRequest |
withNext(String next) |
ThirtyDaySearchRequest |
withQuery(String query) |
ThirtyDaySearchRequest |
withTag(String tag) |
ThirtyDaySearchRequest |
withToDate(String toDate) |
@BeanProperty(value="query") public String getQuery()
@BeanProperty(value="query") public void setQuery(String query)
query
- The querypublic ThirtyDaySearchRequest withQuery(String query)
@BeanProperty(value="fromDate") public String getFromDate()
@BeanProperty(value="fromDate") public void setFromDate(String fromDate)
fromDate
- The fromDatepublic ThirtyDaySearchRequest withFromDate(String fromDate)
@BeanProperty(value="toDate") public String getToDate()
@BeanProperty(value="toDate") public void setToDate(String toDate)
toDate
- The toDatepublic ThirtyDaySearchRequest withToDate(String toDate)
@BeanProperty(value="maxResults") public Long getMaxResults()
@BeanProperty(value="maxResults") public void setMaxResults(Long maxResults)
maxResults
- The maxResultspublic ThirtyDaySearchRequest withMaxResults(Long maxResults)
@BeanProperty(value="next") public String getNext()
@BeanProperty(value="next") public void setNext(String next)
next
- The nextpublic ThirtyDaySearchRequest withNext(String next)
@BeanProperty(value="tag") public String getTag()
@BeanProperty(value="tag") public void setTag(String tag)
tag
- The tagpublic ThirtyDaySearchRequest withTag(String tag)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public ThirtyDaySearchRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.