@Generated(value="org.jsonschema2pojo") public class FavoritesListRequest extends Object implements Serializable
Constructor and Description |
---|
FavoritesListRequest() |
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 be omitted when set to false .
|
Long |
getMaxId()
Returns results with an ID less than (that is, older than) or equal to the specified ID.
|
String |
getScreenName()
The screen name of the user for whom to return results.
|
Long |
getSinceId()
Returns results with an ID greater than (that is, more recent than) the specified ID.
|
Long |
getUserId()
The ID of the user for whom to return results.
|
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 be omitted 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 |
setScreenName(String screenName)
The screen name of the user for whom to return results.
|
void |
setSinceId(Long sinceId)
Returns results with an ID greater than (that is, more recent than) the specified ID.
|
void |
setUserId(Long userId)
The ID of the user for whom to return results.
|
String |
toString() |
FavoritesListRequest |
withAdditionalProperty(String name,
Object value) |
FavoritesListRequest |
withCount(Long count) |
FavoritesListRequest |
withIncludeEntities(Boolean includeEntities) |
FavoritesListRequest |
withMaxId(Long maxId) |
FavoritesListRequest |
withScreenName(String screenName) |
FavoritesListRequest |
withSinceId(Long sinceId) |
FavoritesListRequest |
withUserId(Long userId) |
@BeanProperty(value="user_id") public Long getUserId()
@BeanProperty(value="user_id") public void setUserId(Long userId)
userId
- The user_idpublic FavoritesListRequest withUserId(Long userId)
@BeanProperty(value="screen_name") public String getScreenName()
@BeanProperty(value="screen_name") public void setScreenName(String screenName)
screenName
- The screen_namepublic FavoritesListRequest withScreenName(String screenName)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic FavoritesListRequest withCount(Long count)
@BeanProperty(value="since_id") public Long getSinceId()
@BeanProperty(value="since_id") public void setSinceId(Long sinceId)
sinceId
- The since_idpublic FavoritesListRequest withSinceId(Long sinceId)
@BeanProperty(value="max_id") public Long getMaxId()
@BeanProperty(value="max_id") public void setMaxId(Long maxId)
maxId
- The max_idpublic FavoritesListRequest withMaxId(Long maxId)
@BeanProperty(value="include_entities") public Boolean getIncludeEntities()
@BeanProperty(value="include_entities") public void setIncludeEntities(Boolean includeEntities)
includeEntities
- The include_entitiespublic FavoritesListRequest withIncludeEntities(Boolean includeEntities)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FavoritesListRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.