@Generated(value="org.jsonschema2pojo") public class StatusesShowRequest extends Object implements Serializable, Statuses.StatusesShowRequestAnnotations
Constructor and Description |
---|
StatusesShowRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getId()
The numerical ID of the desired Tweet.
|
Boolean |
getIncludeEntities()
The entities node will not be included when set to false.
|
Boolean |
getIncludeMyRetweet()
When set to either true , t or 1 , any Tweets returned that have been retweeted by the authenticating user will include an additional current_user_retweet node, containing the ID of the source status for the retweet.
|
Boolean |
getTrimUser()
When set to either true , t or 1 , each Tweet returned in a timeline will include a user object including only the status authors numerical ID.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setId(Long id)
The numerical ID of the desired Tweet.
|
void |
setIncludeEntities(Boolean includeEntities)
The entities node will not be included when set to false.
|
void |
setIncludeMyRetweet(Boolean includeMyRetweet)
When set to either true , t or 1 , any Tweets returned that have been retweeted by the authenticating user will include an additional current_user_retweet node, containing the ID of the source status for the retweet.
|
void |
setTrimUser(Boolean trimUser)
When set to either true , t or 1 , each Tweet returned in a timeline will include a user object including only the status authors numerical ID.
|
String |
toString() |
StatusesShowRequest |
withAdditionalProperty(String name,
Object value) |
StatusesShowRequest |
withId(Long id) |
StatusesShowRequest |
withIncludeEntities(Boolean includeEntities) |
StatusesShowRequest |
withIncludeMyRetweet(Boolean includeMyRetweet) |
StatusesShowRequest |
withTrimUser(Boolean trimUser) |
@BeanProperty(value="id") public Long getId()
getId
in interface Statuses.StatusesShowRequestAnnotations
@BeanProperty(value="id") public void setId(Long id)
id
- The idpublic StatusesShowRequest withId(Long id)
@BeanProperty(value="trim_user") public Boolean getTrimUser()
@BeanProperty(value="trim_user") public void setTrimUser(Boolean trimUser)
trimUser
- The trim_userpublic StatusesShowRequest withTrimUser(Boolean trimUser)
@BeanProperty(value="include_my_retweet") public Boolean getIncludeMyRetweet()
@BeanProperty(value="include_my_retweet") public void setIncludeMyRetweet(Boolean includeMyRetweet)
includeMyRetweet
- The include_my_retweetpublic StatusesShowRequest withIncludeMyRetweet(Boolean includeMyRetweet)
@BeanProperty(value="include_entities") public Boolean getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(Boolean includeEntities)
includeEntities
- The include_entitiespublic StatusesShowRequest withIncludeEntities(Boolean includeEntities)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public StatusesShowRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.