@Generated(value="org.jsonschema2pojo") public class Pagination extends Object implements Serializable
Constructor and Description |
---|
Pagination() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getNextMaxId() |
String |
getNextUrl() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setNextMaxId(String nextMaxId) |
void |
setNextUrl(String nextUrl) |
String |
toString() |
Pagination |
withAdditionalProperty(String name,
Object value) |
Pagination |
withNextMaxId(String nextMaxId) |
Pagination |
withNextUrl(String nextUrl) |
@BeanProperty(value="next_url") public String getNextUrl()
@BeanProperty(value="next_url") public void setNextUrl(String nextUrl)
nextUrl
- The next_urlpublic Pagination withNextUrl(String nextUrl)
@BeanProperty(value="next_max_id") public String getNextMaxId()
@BeanProperty(value="next_max_id") public void setNextMaxId(String nextMaxId)
nextMaxId
- The next_max_idpublic Pagination withNextMaxId(String nextMaxId)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public Pagination withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.