@Generated(value="org.jsonschema2pojo") public class FriendsIdsResponse extends Object implements Serializable
Constructor and Description |
---|
FriendsIdsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<Long> |
getIds() |
Long |
getNextCursor() |
String |
getNextCursorStr() |
Long |
getPreviousCursor() |
String |
getPreviousCursorStr() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setIds(List<Long> ids) |
void |
setNextCursor(Long nextCursor) |
void |
setNextCursorStr(String nextCursorStr) |
void |
setPreviousCursor(Long previousCursor) |
void |
setPreviousCursorStr(String previousCursorStr) |
String |
toString() |
FriendsIdsResponse |
withAdditionalProperty(String name,
Object value) |
FriendsIdsResponse |
withIds(List<Long> ids) |
FriendsIdsResponse |
withNextCursor(Long nextCursor) |
FriendsIdsResponse |
withNextCursorStr(String nextCursorStr) |
FriendsIdsResponse |
withPreviousCursor(Long previousCursor) |
FriendsIdsResponse |
withPreviousCursorStr(String previousCursorStr) |
public FriendsIdsResponse withIds(List<Long> ids)
@BeanProperty(value="previous_cursor") public Long getPreviousCursor()
@BeanProperty(value="previous_cursor") public void setPreviousCursor(Long previousCursor)
previousCursor
- The previous_cursorpublic FriendsIdsResponse 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 FriendsIdsResponse withPreviousCursorStr(String previousCursorStr)
@BeanProperty(value="next_cursor") public Long getNextCursor()
@BeanProperty(value="next_cursor") public void setNextCursor(Long nextCursor)
nextCursor
- The next_cursorpublic FriendsIdsResponse 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 FriendsIdsResponse withNextCursorStr(String nextCursorStr)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FriendsIdsResponse withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.