public class Pagination extends Object
| Constructor and Description |
|---|
Pagination() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the count of the response.
|
int |
getOffset()
Returns the offset of the response.
|
int |
getTotalCount()
Returns the total count of the response.
|
void |
setCount(int count)
Sets the count of the pagination object.
|
void |
setOffset(int offset)
Sets the offset of the pagination object.
|
void |
setTotalCount(int totalCount)
Sets the total count of the pagination object.
|
String |
toString() |
public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount - The total count.public int getCount()
public void setCount(int count)
count - The count.public int getOffset()
public void setOffset(int offset)
offset - The offset.Copyright © 2016 MuK Projects. All rights reserved.