@Generated(value="org.jsonschema2pojo") public class Retweet extends Tweet implements Serializable
Constructor and Description |
---|
Retweet() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Tweet |
getRetweetedStatus() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setRetweetedStatus(Tweet retweetedStatus) |
String |
toString() |
Retweet |
withAdditionalProperty(String name,
Object value) |
Retweet |
withRetweetedStatus(Tweet retweetedStatus) |
getContributors, getCreatedAt, getEntities, getFavoriteCount, getFavorited, getFilterLevel, getId, getIdStr, getInReplyToScreenName, getInReplyToStatusId, getInReplyToStatusIdStr, getInReplyToUserId, getInReplyToUserIdStr, getIsQuoteStatus, getLang, getPlace, getPossiblySensitive, getQuotedStatus, getQuotedStatusId, getRetweetCount, getRetweeted, getRetweetedStatusId, getSource, getText, getTruncated, getUser, setContributors, setCreatedAt, setEntities, setFavoriteCount, setFavorited, setFilterLevel, setId, setIdStr, setInReplyToScreenName, setInReplyToStatusId, setInReplyToStatusIdStr, setInReplyToUserId, setInReplyToUserIdStr, setIsQuoteStatus, setLang, setPlace, setPossiblySensitive, setQuotedStatus, setQuotedStatusId, setRetweetCount, setRetweeted, setRetweetedStatusId, setSource, setText, setTruncated, setUser, withContributors, withCreatedAt, withEntities, withFavoriteCount, withFavorited, withFilterLevel, withId, withIdStr, withInReplyToScreenName, withInReplyToStatusId, withInReplyToStatusIdStr, withInReplyToUserId, withInReplyToUserIdStr, withIsQuoteStatus, withLang, withPlace, withPossiblySensitive, withQuotedStatus, withQuotedStatusId, withRetweetCount, withRetweeted, withRetweetedStatusId, withSource, withText, withTruncated, withUser
@BeanProperty(value="retweeted_status") public Tweet getRetweetedStatus()
getRetweetedStatus
in class Tweet
@BeanProperty(value="retweeted_status") public void setRetweetedStatus(Tweet retweetedStatus)
setRetweetedStatus
in class Tweet
retweetedStatus
- The retweeted_statuspublic Retweet withRetweetedStatus(Tweet retweetedStatus)
withRetweetedStatus
in class Tweet
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class Tweet
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class Tweet
public Retweet withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class Tweet
Copyright © 2018 The Apache Software Foundation. All rights reserved.