@Generated(value="org.jsonschema2pojo") public class ThirtyDaySearchOperator extends Object implements Serializable
Constructor and Description |
---|
ThirtyDaySearchOperator() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<ThirtyDaySearchOperator> |
getAnds()
'AND' these additional operators.
|
List<String> |
getBioLocations()
Matches Tweets where the user’s bio-level location contains the specified keyword or phrase.
|
List<String> |
getBioNames()
Matches a keyword within the user bio name of a Tweet.
|
List<String> |
getBios()
Matches a keyword or phrase within the user bio of a Tweet.
|
List<String> |
getBoundingBoxes()
Matches against the Exact Location (x,y) of the Tweet when present, and in Twitter, against a “Place” geo polygon.
|
List<String> |
getEmojis()
Matches an emoji within the body of a Tweet.
|
List<String> |
getExactPhrases()
Matches an exact phrase within the body of a Tweet.
|
List<String> |
getFroms()
Matches any Tweet from a specific user (name or ID).
|
List<String> |
getHashtags()
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).
|
List<String> |
getKeywords()
Matches a keyword within the body of a Tweet.
|
List<String> |
getLangs()
Matches Tweets that have been classified by Twitter as being of a particular language.
|
List<String> |
getMentions()
Matches any Tweet that mentions the given user (name or ID).
|
Boolean |
getNot()
'NOT' all of these operators.
|
List<ThirtyDaySearchOperator> |
getOrs()
'OR' these additional operators.
|
List<String> |
getPlaceCountrys()
Matches Tweets tagged with the specified location or Twitter place ID (see examples).
|
List<String> |
getPlaces()
Matches Tweets tagged with a specified location or 'Twitter place.
|
List<String> |
getPointRadiuses()
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.
|
List<String> |
getRetweetsOfs()
Matches Retweets that are Tweets of a specified user (name or ID).
|
List<String> |
getTimeZones()
Matches Tweets where the user-selected time zone specified in a user’s profile settings matches a given string.
|
List<String> |
getTos()
Matches any Tweet that is in reply to a particular user.
|
List<String> |
getUrls()
Performs a tokenized (keyword/phrase) match on the expanded URLs of a Tweet.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAnds(List<ThirtyDaySearchOperator> ands)
'AND' these additional operators.
|
void |
setBioLocations(List<String> bioLocations)
Matches Tweets where the user’s bio-level location contains the specified keyword or phrase.
|
void |
setBioNames(List<String> bioNames)
Matches a keyword within the user bio name of a Tweet.
|
void |
setBios(List<String> bios)
Matches a keyword or phrase within the user bio of a Tweet.
|
void |
setBoundingBoxes(List<String> boundingBoxes)
Matches against the Exact Location (x,y) of the Tweet when present, and in Twitter, against a “Place” geo polygon.
|
void |
setEmojis(List<String> emojis)
Matches an emoji within the body of a Tweet.
|
void |
setExactPhrases(List<String> exactPhrases)
Matches an exact phrase within the body of a Tweet.
|
void |
setFroms(List<String> froms)
Matches any Tweet from a specific user (name or ID).
|
void |
setHashtags(List<String> hashtags)
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 |
setKeywords(List<String> keywords)
Matches a keyword within the body of a Tweet.
|
void |
setLangs(List<String> langs)
Matches Tweets that have been classified by Twitter as being of a particular language.
|
void |
setMentions(List<String> mentions)
Matches any Tweet that mentions the given user (name or ID).
|
void |
setNot(Boolean not)
'NOT' all of these operators.
|
void |
setOrs(List<ThirtyDaySearchOperator> ors)
'OR' these additional operators.
|
void |
setPlaceCountrys(List<String> placeCountrys)
Matches Tweets tagged with the specified location or Twitter place ID (see examples).
|
void |
setPlaces(List<String> places)
Matches Tweets tagged with a specified location or 'Twitter place.
|
void |
setPointRadiuses(List<String> pointRadiuses)
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 |
setRetweetsOfs(List<String> retweetsOfs)
Matches Retweets that are Tweets of a specified user (name or ID).
|
void |
setTimeZones(List<String> timeZones)
Matches Tweets where the user-selected time zone specified in a user’s profile settings matches a given string.
|
void |
setTos(List<String> tos)
Matches any Tweet that is in reply to a particular user.
|
void |
setUrls(List<String> urls)
Performs a tokenized (keyword/phrase) match on the expanded URLs of a Tweet.
|
String |
toString() |
ThirtyDaySearchOperator |
withAdditionalProperty(String name,
Object value) |
ThirtyDaySearchOperator |
withAnds(List<ThirtyDaySearchOperator> ands) |
ThirtyDaySearchOperator |
withBioLocations(List<String> bioLocations) |
ThirtyDaySearchOperator |
withBioNames(List<String> bioNames) |
ThirtyDaySearchOperator |
withBios(List<String> bios) |
ThirtyDaySearchOperator |
withBoundingBoxes(List<String> boundingBoxes) |
ThirtyDaySearchOperator |
withEmojis(List<String> emojis) |
ThirtyDaySearchOperator |
withExactPhrases(List<String> exactPhrases) |
ThirtyDaySearchOperator |
withFroms(List<String> froms) |
ThirtyDaySearchOperator |
withHashtags(List<String> hashtags) |
ThirtyDaySearchOperator |
withHasImages(Boolean hasImages) |
ThirtyDaySearchOperator |
withHasLinks(Boolean hasLinks) |
ThirtyDaySearchOperator |
withHasMedia(Boolean hasMedia) |
ThirtyDaySearchOperator |
withHasMentions(Boolean hasMentions) |
ThirtyDaySearchOperator |
withHasVideos(Boolean hasVideos) |
ThirtyDaySearchOperator |
withKeywords(List<String> keywords) |
ThirtyDaySearchOperator |
withLangs(List<String> langs) |
ThirtyDaySearchOperator |
withMentions(List<String> mentions) |
ThirtyDaySearchOperator |
withNot(Boolean not) |
ThirtyDaySearchOperator |
withOrs(List<ThirtyDaySearchOperator> ors) |
ThirtyDaySearchOperator |
withPlaceCountrys(List<String> placeCountrys) |
ThirtyDaySearchOperator |
withPlaces(List<String> places) |
ThirtyDaySearchOperator |
withPointRadiuses(List<String> pointRadiuses) |
ThirtyDaySearchOperator |
withRetweetsOfs(List<String> retweetsOfs) |
ThirtyDaySearchOperator |
withTimeZones(List<String> timeZones) |
ThirtyDaySearchOperator |
withTos(List<String> tos) |
ThirtyDaySearchOperator |
withUrls(List<String> urls) |
@BeanProperty(value="keywords") public List<String> getKeywords()
@BeanProperty(value="keywords") public void setKeywords(List<String> keywords)
keywords
- The keywordspublic ThirtyDaySearchOperator withKeywords(List<String> keywords)
@BeanProperty(value="emojis") public List<String> getEmojis()
@BeanProperty(value="emojis") public void setEmojis(List<String> emojis)
emojis
- The emojispublic ThirtyDaySearchOperator withEmojis(List<String> emojis)
@BeanProperty(value="exact_phrases") public List<String> getExactPhrases()
@BeanProperty(value="exact_phrases") public void setExactPhrases(List<String> exactPhrases)
exactPhrases
- The exact_phrasespublic ThirtyDaySearchOperator withExactPhrases(List<String> exactPhrases)
@BeanProperty(value="froms") public List<String> getFroms()
@BeanProperty(value="froms") public void setFroms(List<String> froms)
froms
- The fromspublic ThirtyDaySearchOperator withFroms(List<String> froms)
@BeanProperty(value="tos") public List<String> getTos()
@BeanProperty(value="tos") public void setTos(List<String> tos)
tos
- The tospublic ThirtyDaySearchOperator withTos(List<String> tos)
@BeanProperty(value="mentions") public List<String> getMentions()
@BeanProperty(value="mentions") public void setMentions(List<String> mentions)
mentions
- The mentionspublic ThirtyDaySearchOperator withMentions(List<String> mentions)
@BeanProperty(value="retweets_ofs") public List<String> getRetweetsOfs()
@BeanProperty(value="retweets_ofs") public void setRetweetsOfs(List<String> retweetsOfs)
retweetsOfs
- The retweets_ofspublic ThirtyDaySearchOperator withRetweetsOfs(List<String> retweetsOfs)
@BeanProperty(value="hashtags") public List<String> getHashtags()
@BeanProperty(value="hashtags") public void setHashtags(List<String> hashtags)
hashtags
- The hashtagspublic ThirtyDaySearchOperator withHashtags(List<String> hashtags)
@BeanProperty(value="urls") public List<String> getUrls()
@BeanProperty(value="urls") public void setUrls(List<String> urls)
urls
- The urlspublic ThirtyDaySearchOperator withUrls(List<String> urls)
@BeanProperty(value="bios") public List<String> getBios()
@BeanProperty(value="bios") public void setBios(List<String> bios)
bios
- The biospublic ThirtyDaySearchOperator withBios(List<String> bios)
@BeanProperty(value="bio_names") public List<String> getBioNames()
@BeanProperty(value="bio_names") public void setBioNames(List<String> bioNames)
bioNames
- The bio_namespublic ThirtyDaySearchOperator withBioNames(List<String> bioNames)
@BeanProperty(value="bio_locations") public List<String> getBioLocations()
@BeanProperty(value="bio_locations") public void setBioLocations(List<String> bioLocations)
bioLocations
- The bio_locationspublic ThirtyDaySearchOperator withBioLocations(List<String> bioLocations)
@BeanProperty(value="places") public List<String> getPlaces()
@BeanProperty(value="places") public void setPlaces(List<String> places)
places
- The placespublic ThirtyDaySearchOperator withPlaces(List<String> places)
@BeanProperty(value="place_countrys") public List<String> getPlaceCountrys()
@BeanProperty(value="place_countrys") public void setPlaceCountrys(List<String> placeCountrys)
placeCountrys
- The place_countryspublic ThirtyDaySearchOperator withPlaceCountrys(List<String> placeCountrys)
@BeanProperty(value="point_radiuses") public List<String> getPointRadiuses()
@BeanProperty(value="point_radiuses") public void setPointRadiuses(List<String> pointRadiuses)
pointRadiuses
- The point_radiusespublic ThirtyDaySearchOperator withPointRadiuses(List<String> pointRadiuses)
@BeanProperty(value="bounding_boxes") public List<String> getBoundingBoxes()
@BeanProperty(value="bounding_boxes") public void setBoundingBoxes(List<String> boundingBoxes)
boundingBoxes
- The bounding_boxespublic ThirtyDaySearchOperator withBoundingBoxes(List<String> boundingBoxes)
@BeanProperty(value="time_zones") public List<String> getTimeZones()
@BeanProperty(value="time_zones") public void setTimeZones(List<String> timeZones)
timeZones
- The time_zonespublic ThirtyDaySearchOperator withTimeZones(List<String> timeZones)
@BeanProperty(value="langs") public List<String> getLangs()
@BeanProperty(value="langs") public void setLangs(List<String> langs)
langs
- The langspublic ThirtyDaySearchOperator withLangs(List<String> langs)
@BeanProperty(value="has_images") public Boolean getHasImages()
@BeanProperty(value="has_images") public void setHasImages(Boolean hasImages)
hasImages
- The has_imagespublic ThirtyDaySearchOperator withHasImages(Boolean hasImages)
@BeanProperty(value="has_links") public Boolean getHasLinks()
@BeanProperty(value="has_links") public void setHasLinks(Boolean hasLinks)
hasLinks
- The has_linkspublic ThirtyDaySearchOperator withHasLinks(Boolean hasLinks)
@BeanProperty(value="has_mentions") public Boolean getHasMentions()
@BeanProperty(value="has_mentions") public void setHasMentions(Boolean hasMentions)
hasMentions
- The has_mentionspublic ThirtyDaySearchOperator withHasMentions(Boolean hasMentions)
@BeanProperty(value="has_videos") public Boolean getHasVideos()
@BeanProperty(value="has_videos") public void setHasVideos(Boolean hasVideos)
hasVideos
- The has_videospublic ThirtyDaySearchOperator withHasVideos(Boolean hasVideos)
@BeanProperty(value="has_media") public Boolean getHasMedia()
@BeanProperty(value="has_media") public void setHasMedia(Boolean hasMedia)
hasMedia
- The has_mediapublic ThirtyDaySearchOperator withHasMedia(Boolean hasMedia)
@BeanProperty(value="not") public Boolean getNot()
@BeanProperty(value="not") public void setNot(Boolean not)
not
- The notpublic ThirtyDaySearchOperator withNot(Boolean not)
@BeanProperty(value="ands") public List<ThirtyDaySearchOperator> getAnds()
@BeanProperty(value="ands") public void setAnds(List<ThirtyDaySearchOperator> ands)
ands
- The andspublic ThirtyDaySearchOperator withAnds(List<ThirtyDaySearchOperator> ands)
@BeanProperty(value="ors") public List<ThirtyDaySearchOperator> getOrs()
@BeanProperty(value="ors") public void setOrs(List<ThirtyDaySearchOperator> ors)
ors
- The orspublic ThirtyDaySearchOperator withOrs(List<ThirtyDaySearchOperator> ors)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public ThirtyDaySearchOperator withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.