@Generated(value="org.jsonschema2pojo") public class StatusesMentionsTimelineRequest extends Object implements Serializable
Constructor and Description |
---|
StatusesMentionsTimelineRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
Specifies the number of records to retrieve.
|
Boolean |
getIncludeEntities()
The entities node will not be included when set to false.
|
Long |
getMaxId()
Returns results with an ID less than (that is, older than) or equal to the specified ID.
|
Long |
getSinceId()
Returns results with an ID greater than (that is, more recent than) the specified ID.
|
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 |
setCount(Long count)
Specifies the number of records to retrieve.
|
void |
setIncludeEntities(Boolean includeEntities)
The entities node will not be included when set to false.
|
void |
setMaxId(Long maxId)
Returns results with an ID less than (that is, older than) or equal to the specified ID.
|
void |
setSinceId(Long sinceId)
Returns results with an ID greater than (that is, more recent than) the specified ID.
|
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() |
StatusesMentionsTimelineRequest |
withAdditionalProperty(String name,
Object value) |
StatusesMentionsTimelineRequest |
withCount(Long count) |
StatusesMentionsTimelineRequest |
withIncludeEntities(Boolean includeEntities) |
StatusesMentionsTimelineRequest |
withMaxId(Long maxId) |
StatusesMentionsTimelineRequest |
withSinceId(Long sinceId) |
StatusesMentionsTimelineRequest |
withTrimUser(Boolean trimUser) |
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic StatusesMentionsTimelineRequest withCount(Long count)
@BeanProperty(value="since_id") public Long getSinceId()
@BeanProperty(value="since_id") public void setSinceId(Long sinceId)
sinceId
- The since_idpublic StatusesMentionsTimelineRequest withSinceId(Long sinceId)
@BeanProperty(value="max_id") public Long getMaxId()
@BeanProperty(value="max_id") public void setMaxId(Long maxId)
maxId
- The max_idpublic StatusesMentionsTimelineRequest withMaxId(Long maxId)
@BeanProperty(value="trim_user") public Boolean getTrimUser()
@BeanProperty(value="trim_user") public void setTrimUser(Boolean trimUser)
trimUser
- The trim_userpublic StatusesMentionsTimelineRequest withTrimUser(Boolean trimUser)
@BeanProperty(value="include_entities") public Boolean getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(Boolean includeEntities)
includeEntities
- The include_entitiespublic StatusesMentionsTimelineRequest withIncludeEntities(Boolean includeEntities)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public StatusesMentionsTimelineRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.