@Generated(value="org.jsonschema2pojo") public class SearchOperators extends Object implements Serializable
Constructor and Description |
---|
SearchOperators() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBio()
Matches a keyword or phrase within the user bio of a Tweet.
|
String |
getBioLocation()
Matches Tweets where the user’s bio-level location contains the specified keyword or phrase.
|
String |
getBioName()
Matches a keyword within the user bio name of a Tweet.
|
String |
getBoundingBox()
Matches against the Exact Location (x,y) of the Tweet when present, and in Twitter, against a “Place” geo polygon.
|
String |
getEmoji()
Matches an emoji within the body of a Tweet.
|
String |
getExactPhrase()
Matches an exact phrase within the body of a Tweet.
|
String |
getFrom()
Matches any Tweet from a specific user (name or ID).
|
String |
getHashtag()
Matches any Tweet with the given hashtag.
|
Boolean |
getHasImages()
A boolean search operator that returns all Tweets that contain a native images (e.g.
|
Boolean |
getHasLinks()
This operator matches Tweets which contain links in the message body.
|
Boolean |
getHasMedia()
Matches Tweets that contain a media url classified by Twitter, e.g.
|
Boolean |
getHasMentions()
Matches Tweets that mention another Twitter user.
|
Boolean |
getHasVideos()
A boolean search operator that returns all Tweets that contain native videos (does not include vine, periscope).
|
String |
getKeyword()
Matches a keyword within the body of a Tweet.
|
String |
getLang()
Matches Tweets that have been classified by Twitter as being of a particular language.
|
String |
getMention()
Matches any Tweet that mentions the given user (name or ID).
|
String |
getPlace()
Matches Tweets tagged with a specified location or 'Twitter place.
|
String |
getPlaceCountry()
Matches Tweets tagged with the specified location or Twitter place ID (see examples).
|
String |
getPointRadius()
Matches against the Exact Location (x,y) of the Tweet when present, and in Twitter, against a “Place” geo polygon, where the Place is fully contained within the defined region.
|
String |
getRetweetsOf()
Matches Retweets that are Tweets of a specified user (name or ID).
|
String |
getTimeZone()
Matches Tweets where the user-selected time zone specified in a user’s profile settings matches a given string.
|
String |
getTo()
Matches any Tweet that is in reply to a particular user.
|
String |
getUrl()
Performs a tokenized (keyword/phrase) match on the expanded URLs of a Tweet.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBio(String bio)
Matches a keyword or phrase within the user bio of a Tweet.
|
void |
setBioLocation(String bioLocation)
Matches Tweets where the user’s bio-level location contains the specified keyword or phrase.
|
void |
setBioName(String bioName)
Matches a keyword within the user bio name of a Tweet.
|
void |
setBoundingBox(String boundingBox)
Matches against the Exact Location (x,y) of the Tweet when present, and in Twitter, against a “Place” geo polygon.
|
void |
setEmoji(String emoji)
Matches an emoji within the body of a Tweet.
|
void |
setExactPhrase(String exactPhrase)
Matches an exact phrase within the body of a Tweet.
|
void |
setFrom(String from)
Matches any Tweet from a specific user (name or ID).
|
void |
setHashtag(String hashtag)
Matches any Tweet with the given hashtag.
|
void |
setHasImages(Boolean hasImages)
A boolean search operator that returns all Tweets that contain a native images (e.g.
|
void |
setHasLinks(Boolean hasLinks)
This operator matches Tweets which contain links in the message body.
|
void |
setHasMedia(Boolean hasMedia)
Matches Tweets that contain a media url classified by Twitter, e.g.
|
void |
setHasMentions(Boolean hasMentions)
Matches Tweets that mention another Twitter user.
|
void |
setHasVideos(Boolean hasVideos)
A boolean search operator that returns all Tweets that contain native videos (does not include vine, periscope).
|
void |
setKeyword(String keyword)
Matches a keyword within the body of a Tweet.
|
void |
setLang(String lang)
Matches Tweets that have been classified by Twitter as being of a particular language.
|
void |
setMention(String mention)
Matches any Tweet that mentions the given user (name or ID).
|
void |
setPlace(String place)
Matches Tweets tagged with a specified location or 'Twitter place.
|
void |
setPlaceCountry(String placeCountry)
Matches Tweets tagged with the specified location or Twitter place ID (see examples).
|
void |
setPointRadius(String pointRadius)
Matches against the Exact Location (x,y) of the Tweet when present, and in Twitter, against a “Place” geo polygon, where the Place is fully contained within the defined region.
|
void |
setRetweetsOf(String retweetsOf)
Matches Retweets that are Tweets of a specified user (name or ID).
|
void |
setTimeZone(String timeZone)
Matches Tweets where the user-selected time zone specified in a user’s profile settings matches a given string.
|
void |
setTo(String to)
Matches any Tweet that is in reply to a particular user.
|
void |
setUrl(String url)
Performs a tokenized (keyword/phrase) match on the expanded URLs of a Tweet.
|
String |
toString() |
SearchOperators |
withAdditionalProperty(String name,
Object value) |
SearchOperators |
withBio(String bio) |
SearchOperators |
withBioLocation(String bioLocation) |
SearchOperators |
withBioName(String bioName) |
SearchOperators |
withBoundingBox(String boundingBox) |
SearchOperators |
withEmoji(String emoji) |
SearchOperators |
withExactPhrase(String exactPhrase) |
SearchOperators |
withFrom(String from) |
SearchOperators |
withHashtag(String hashtag) |
SearchOperators |
withHasImages(Boolean hasImages) |
SearchOperators |
withHasLinks(Boolean hasLinks) |
SearchOperators |
withHasMedia(Boolean hasMedia) |
SearchOperators |
withHasMentions(Boolean hasMentions) |
SearchOperators |
withHasVideos(Boolean hasVideos) |
SearchOperators |
withKeyword(String keyword) |
SearchOperators |
withLang(String lang) |
SearchOperators |
withMention(String mention) |
SearchOperators |
withPlace(String place) |
SearchOperators |
withPlaceCountry(String placeCountry) |
SearchOperators |
withPointRadius(String pointRadius) |
SearchOperators |
withRetweetsOf(String retweetsOf) |
SearchOperators |
withTimeZone(String timeZone) |
SearchOperators |
withTo(String to) |
SearchOperators |
withUrl(String url) |
@BeanProperty(value="keyword") public String getKeyword()
@BeanProperty(value="keyword") public void setKeyword(String keyword)
keyword
- The keywordpublic SearchOperators withKeyword(String keyword)
@BeanProperty(value="emoji") public String getEmoji()
@BeanProperty(value="emoji") public void setEmoji(String emoji)
emoji
- The emojipublic SearchOperators withEmoji(String emoji)
@BeanProperty(value="exact_phrase") public String getExactPhrase()
@BeanProperty(value="exact_phrase") public void setExactPhrase(String exactPhrase)
exactPhrase
- The exact_phrasepublic SearchOperators withExactPhrase(String exactPhrase)
@BeanProperty(value="from") public String getFrom()
@BeanProperty(value="from") public void setFrom(String from)
from
- The frompublic SearchOperators withFrom(String from)
@BeanProperty(value="to") public String getTo()
@BeanProperty(value="to") public void setTo(String to)
to
- The topublic SearchOperators withTo(String to)
@BeanProperty(value="mention") public String getMention()
@BeanProperty(value="mention") public void setMention(String mention)
mention
- The mentionpublic SearchOperators withMention(String mention)
@BeanProperty(value="retweets_of") public String getRetweetsOf()
@BeanProperty(value="retweets_of") public void setRetweetsOf(String retweetsOf)
retweetsOf
- The retweets_ofpublic SearchOperators withRetweetsOf(String retweetsOf)
@BeanProperty(value="hashtag") public String getHashtag()
@BeanProperty(value="hashtag") public void setHashtag(String hashtag)
hashtag
- The hashtagpublic SearchOperators withHashtag(String hashtag)
@BeanProperty(value="url") public String getUrl()
@BeanProperty(value="url") public void setUrl(String url)
url
- The urlpublic SearchOperators withUrl(String url)
@BeanProperty(value="bio") public String getBio()
@BeanProperty(value="bio") public void setBio(String bio)
bio
- The biopublic SearchOperators withBio(String bio)
@BeanProperty(value="bio_name") public String getBioName()
@BeanProperty(value="bio_name") public void setBioName(String bioName)
bioName
- The bio_namepublic SearchOperators withBioName(String bioName)
@BeanProperty(value="bio_location") public String getBioLocation()
@BeanProperty(value="bio_location") public void setBioLocation(String bioLocation)
bioLocation
- The bio_locationpublic SearchOperators withBioLocation(String bioLocation)
@BeanProperty(value="place") public String getPlace()
@BeanProperty(value="place") public void setPlace(String place)
place
- The placepublic SearchOperators withPlace(String place)
@BeanProperty(value="place_country") public String getPlaceCountry()
@BeanProperty(value="place_country") public void setPlaceCountry(String placeCountry)
placeCountry
- The place_countrypublic SearchOperators withPlaceCountry(String placeCountry)
@BeanProperty(value="point_radius") public String getPointRadius()
@BeanProperty(value="point_radius") public void setPointRadius(String pointRadius)
pointRadius
- The point_radiuspublic SearchOperators withPointRadius(String pointRadius)
@BeanProperty(value="bounding_box") public String getBoundingBox()
@BeanProperty(value="bounding_box") public void setBoundingBox(String boundingBox)
boundingBox
- The bounding_boxpublic SearchOperators withBoundingBox(String boundingBox)
@BeanProperty(value="time_zone") public String getTimeZone()
@BeanProperty(value="time_zone") public void setTimeZone(String timeZone)
timeZone
- The time_zonepublic SearchOperators withTimeZone(String timeZone)
@BeanProperty(value="has_links") public Boolean getHasLinks()
@BeanProperty(value="has_links") public void setHasLinks(Boolean hasLinks)
hasLinks
- The has_linkspublic SearchOperators withHasLinks(Boolean hasLinks)
@BeanProperty(value="lang") public String getLang()
@BeanProperty(value="lang") public void setLang(String lang)
lang
- The langpublic SearchOperators withLang(String lang)
@BeanProperty(value="has_mentions") public Boolean getHasMentions()
@BeanProperty(value="has_mentions") public void setHasMentions(Boolean hasMentions)
hasMentions
- The has_mentionspublic SearchOperators withHasMentions(Boolean hasMentions)
@BeanProperty(value="has_images") public Boolean getHasImages()
@BeanProperty(value="has_images") public void setHasImages(Boolean hasImages)
hasImages
- The has_imagespublic SearchOperators withHasImages(Boolean hasImages)
@BeanProperty(value="has_videos") public Boolean getHasVideos()
@BeanProperty(value="has_videos") public void setHasVideos(Boolean hasVideos)
hasVideos
- The has_videospublic SearchOperators withHasVideos(Boolean hasVideos)
@BeanProperty(value="has_media") public Boolean getHasMedia()
@BeanProperty(value="has_media") public void setHasMedia(Boolean hasMedia)
hasMedia
- The has_mediapublic SearchOperators withHasMedia(Boolean hasMedia)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public SearchOperators withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.