@Generated(value="org.jsonschema2pojo") public class StatusesLookupRequest extends Object implements Serializable
Constructor and Description |
---|
StatusesLookupRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<Long> |
getId()
A comma separated list of Tweet IDs, up to 100 are allowed in a single request.
|
Boolean |
getIncludeEntities()
The entities node will not be included when set to false.
|
Boolean |
getMap()
When using the map parameter, Tweets that do not exist or cannot be viewed by the current user will still have their key represented but with an explicitly null value paired with it.
|
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(List<Long> id)
A comma separated list of Tweet IDs, up to 100 are allowed in a single request.
|
void |
setIncludeEntities(Boolean includeEntities)
The entities node will not be included when set to false.
|
void |
setMap(Boolean map)
When using the map parameter, Tweets that do not exist or cannot be viewed by the current user will still have their key represented but with an explicitly null value paired with it.
|
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() |
StatusesLookupRequest |
withAdditionalProperty(String name,
Object value) |
StatusesLookupRequest |
withId(List<Long> id) |
StatusesLookupRequest |
withIncludeEntities(Boolean includeEntities) |
StatusesLookupRequest |
withMap(Boolean map) |
StatusesLookupRequest |
withTrimUser(Boolean trimUser) |
@BeanProperty(value="id") public List<Long> getId()
@BeanProperty(value="id") public void setId(List<Long> id)
id
- The idpublic StatusesLookupRequest withId(List<Long> id)
@BeanProperty(value="trim_user") public Boolean getTrimUser()
@BeanProperty(value="trim_user") public void setTrimUser(Boolean trimUser)
trimUser
- The trim_userpublic StatusesLookupRequest withTrimUser(Boolean trimUser)
@BeanProperty(value="include_entities") public Boolean getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(Boolean includeEntities)
includeEntities
- The include_entitiespublic StatusesLookupRequest withIncludeEntities(Boolean includeEntities)
@BeanProperty(value="map") public Boolean getMap()
@BeanProperty(value="map") public void setMap(Boolean map)
map
- The mappublic StatusesLookupRequest withMap(Boolean map)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public StatusesLookupRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.