@Generated(value="org.jsonschema2pojo") public class FollowersListResponse extends Object implements Serializable
Constructor and Description |
---|
FollowersListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getNextCursor() |
String |
getNextCursorStr() |
Long |
getPreviousCursor() |
String |
getPreviousCursorStr() |
List<User> |
getUsers() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setNextCursor(Long nextCursor) |
void |
setNextCursorStr(String nextCursorStr) |
void |
setPreviousCursor(Long previousCursor) |
void |
setPreviousCursorStr(String previousCursorStr) |
void |
setUsers(List<User> users) |
String |
toString() |
FollowersListResponse |
withAdditionalProperty(String name,
Object value) |
FollowersListResponse |
withNextCursor(Long nextCursor) |
FollowersListResponse |
withNextCursorStr(String nextCursorStr) |
FollowersListResponse |
withPreviousCursor(Long previousCursor) |
FollowersListResponse |
withPreviousCursorStr(String previousCursorStr) |
FollowersListResponse |
withUsers(List<User> users) |
@BeanProperty(value="users") public void setUsers(List<User> users)
users
- The userspublic FollowersListResponse withUsers(List<User> users)
@BeanProperty(value="previous_cursor") public Long getPreviousCursor()
@BeanProperty(value="previous_cursor") public void setPreviousCursor(Long previousCursor)
previousCursor
- The previous_cursorpublic FollowersListResponse withPreviousCursor(Long previousCursor)
@BeanProperty(value="previous_cursor_str") public String getPreviousCursorStr()
@BeanProperty(value="previous_cursor_str") public void setPreviousCursorStr(String previousCursorStr)
previousCursorStr
- The previous_cursor_strpublic FollowersListResponse withPreviousCursorStr(String previousCursorStr)
@BeanProperty(value="next_cursor") public Long getNextCursor()
@BeanProperty(value="next_cursor") public void setNextCursor(Long nextCursor)
nextCursor
- The next_cursorpublic FollowersListResponse withNextCursor(Long nextCursor)
@BeanProperty(value="next_cursor_str") public String getNextCursorStr()
@BeanProperty(value="next_cursor_str") public void setNextCursorStr(String nextCursorStr)
nextCursorStr
- The next_cursor_strpublic FollowersListResponse withNextCursorStr(String nextCursorStr)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FollowersListResponse withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.