@Generated(value="org.jsonschema2pojo") public class Tweet extends Object implements Serializable
Constructor and Description |
---|
Tweet() |
@BeanProperty(value="text") public String getText()
@BeanProperty(value="text") public void setText(String text)
text
- The text@BeanProperty(value="retweeted") public Boolean getRetweeted()
@BeanProperty(value="retweeted") public void setRetweeted(Boolean retweeted)
retweeted
- The retweeted@BeanProperty(value="in_reply_to_screen_name") public String getInReplyToScreenName()
@BeanProperty(value="in_reply_to_screen_name") public void setInReplyToScreenName(String inReplyToScreenName)
inReplyToScreenName
- The in_reply_to_screen_name@BeanProperty(value="truncated") public Boolean getTruncated()
@BeanProperty(value="truncated") public void setTruncated(Boolean truncated)
truncated
- The truncated@BeanProperty(value="filter_level") public String getFilterLevel()
@BeanProperty(value="filter_level") public void setFilterLevel(String filterLevel)
filterLevel
- The filter_level@BeanProperty(value="contributors") public List<Object> getContributors()
@BeanProperty(value="contributors") public void setContributors(List<Object> contributors)
contributors
- The contributors@BeanProperty(value="place") public Place getPlace()
@BeanProperty(value="place") public void setPlace(Place place)
place
- The place@BeanProperty(value="entities") public Entities getEntities()
@BeanProperty(value="entities") public void setEntities(Entities entities)
entities
- The entities@BeanProperty(value="in_reply_to_status_id_str") public String getInReplyToStatusIdStr()
@BeanProperty(value="in_reply_to_status_id_str") public void setInReplyToStatusIdStr(String inReplyToStatusIdStr)
inReplyToStatusIdStr
- The in_reply_to_status_id_str@BeanProperty(value="id") public Long getId()
@BeanProperty(value="id") public void setId(Long id)
id
- The id@BeanProperty(value="in_reply_to_user_id_str") public String getInReplyToUserIdStr()
@BeanProperty(value="in_reply_to_user_id_str") public void setInReplyToUserIdStr(String inReplyToUserIdStr)
inReplyToUserIdStr
- The in_reply_to_user_id_str@BeanProperty(value="source") public String getSource()
@BeanProperty(value="source") public void setSource(String source)
source
- The source@BeanProperty(value="lang") public String getLang()
@BeanProperty(value="lang") public void setLang(String lang)
lang
- The lang@BeanProperty(value="favorited") public Boolean getFavorited()
@BeanProperty(value="favorited") public void setFavorited(Boolean favorited)
favorited
- The favorited@BeanProperty(value="possibly_sensitive") public Boolean getPossiblySensitive()
@BeanProperty(value="possibly_sensitive") public void setPossiblySensitive(Boolean possiblySensitive)
possiblySensitive
- The possibly_sensitive@BeanProperty(value="in_reply_to_status_id") public Long getInReplyToStatusId()
@BeanProperty(value="in_reply_to_status_id") public void setInReplyToStatusId(Long inReplyToStatusId)
inReplyToStatusId
- The in_reply_to_status_id@BeanProperty(value="created_at") public org.joda.time.DateTime getCreatedAt()
@BeanProperty(value="created_at") public void setCreatedAt(org.joda.time.DateTime createdAt)
createdAt
- The created_atpublic Tweet withCreatedAt(org.joda.time.DateTime createdAt)
@BeanProperty(value="in_reply_to_user_id") public Long getInReplyToUserId()
@BeanProperty(value="in_reply_to_user_id") public void setInReplyToUserId(Long inReplyToUserId)
inReplyToUserId
- The in_reply_to_user_id@BeanProperty(value="favorite_count") public Long getFavoriteCount()
@BeanProperty(value="favorite_count") public void setFavoriteCount(Long favoriteCount)
favoriteCount
- The favorite_count@BeanProperty(value="retweet_count") public Long getRetweetCount()
@BeanProperty(value="retweet_count") public void setRetweetCount(Long retweetCount)
retweetCount
- The retweet_count@BeanProperty(value="id_str") public String getIdStr()
@BeanProperty(value="id_str") public void setIdStr(String idStr)
idStr
- The id_str@BeanProperty(value="user") public User getUser()
@BeanProperty(value="user") public void setUser(User user)
user
- The user@BeanProperty(value="is_quote_status") public Boolean getIsQuoteStatus()
@BeanProperty(value="is_quote_status") public void setIsQuoteStatus(Boolean isQuoteStatus)
isQuoteStatus
- The is_quote_status@BeanProperty(value="quoted_status_id") public Long getQuotedStatusId()
@BeanProperty(value="quoted_status_id") public void setQuotedStatusId(Long quotedStatusId)
quotedStatusId
- The quoted_status_id@BeanProperty(value="quoted_status") public Tweet getQuotedStatus()
@BeanProperty(value="quoted_status") public void setQuotedStatus(Tweet quotedStatus)
quotedStatus
- The quoted_status@BeanProperty(value="retweeted_status_id") public Long getRetweetedStatusId()
@BeanProperty(value="retweeted_status_id") public void setRetweetedStatusId(Long retweetedStatusId)
retweetedStatusId
- The retweeted_status_id@BeanProperty(value="retweeted_status") public Tweet getRetweetedStatus()
@BeanProperty(value="retweeted_status") public void setRetweetedStatus(Tweet retweetedStatus)
retweetedStatus
- The retweeted_status@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.