@Generated(value="org.jsonschema2pojo") public class FollowingIdsRequest extends Object implements Serializable
Constructor and Description |
---|
FollowingIdsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCount()
Specifies the number of IDs attempt retrieval of, up to a maximum of 5,000 per distinct request.
|
Long |
getCursor()
Causes the list of connections to be broken into pages of no more than 5000 IDs at a time.
|
Long |
getId()
The ID of the user for whom to return results for.
|
String |
getScreenName()
The screen name of the user for whom to return results for.
|
Boolean |
getStringifyIds()
Many programming environments will not consume our Tweet ids due to their size.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCount(Long count)
Specifies the number of IDs attempt retrieval of, up to a maximum of 5,000 per distinct request.
|
void |
setCursor(Long cursor)
Causes the list of connections to be broken into pages of no more than 5000 IDs at a time.
|
void |
setId(Long id)
The ID of the user for whom to return results for.
|
void |
setScreenName(String screenName)
The screen name of the user for whom to return results for.
|
void |
setStringifyIds(Boolean stringifyIds)
Many programming environments will not consume our Tweet ids due to their size.
|
String |
toString() |
FollowingIdsRequest |
withAdditionalProperty(String name,
Object value) |
FollowingIdsRequest |
withCount(Long count) |
FollowingIdsRequest |
withCursor(Long cursor) |
FollowingIdsRequest |
withId(Long id) |
FollowingIdsRequest |
withScreenName(String screenName) |
FollowingIdsRequest |
withStringifyIds(Boolean stringifyIds) |
@BeanProperty(value="id") public Long getId()
@BeanProperty(value="id") public void setId(Long id)
id
- The idpublic FollowingIdsRequest withId(Long id)
@BeanProperty(value="screen_name") public String getScreenName()
@BeanProperty(value="screen_name") public void setScreenName(String screenName)
screenName
- The screen_namepublic FollowingIdsRequest withScreenName(String screenName)
@BeanProperty(value="cursor") public Long getCursor()
@BeanProperty(value="cursor") public void setCursor(Long cursor)
cursor
- The cursorpublic FollowingIdsRequest withCursor(Long cursor)
@BeanProperty(value="stringify_ids") public Boolean getStringifyIds()
@BeanProperty(value="stringify_ids") public void setStringifyIds(Boolean stringifyIds)
stringifyIds
- The stringify_idspublic FollowingIdsRequest withStringifyIds(Boolean stringifyIds)
@BeanProperty(value="count") public Long getCount()
@BeanProperty(value="count") public void setCount(Long count)
count
- The countpublic FollowingIdsRequest withCount(Long count)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FollowingIdsRequest withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.