public class Response extends Object implements Serializable
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage() |
String |
getErrors() |
int |
getNumPages() |
int |
getTotalCount() |
boolean |
hasErrors() |
Boolean |
isSuccess() |
void |
setCurrentPage(int currentPage) |
void |
setError(String error) |
void |
setErrors(String errors) |
void |
setNumPages(int numPages) |
void |
setSuccess(Boolean success) |
void |
setTotalCount(int totalCount) |
public void setError(String error)
public String getErrors()
public void setErrors(String errors)
public int getTotalCount()
public void setTotalCount(int totalCount)
public int getNumPages()
public void setNumPages(int numPages)
public int getCurrentPage()
public void setCurrentPage(int currentPage)
public Boolean isSuccess()
public void setSuccess(Boolean success)
public boolean hasErrors()
Copyright © 2014. All rights reserved.