public class SearchResult extends Object
| Constructor and Description |
|---|
SearchResult() |
SearchResult(int currPage,
int totalPages,
long total,
String html) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrPage() |
String |
getHtml() |
long |
getTotal() |
int |
getTotalPages() |
void |
setCurrPage(int currPage) |
void |
setHtml(String html) |
void |
setTotal(long total) |
void |
setTotalPages(int totalPages) |
public SearchResult()
public SearchResult(int currPage,
int totalPages,
long total,
String html)
public int getCurrPage()
public void setCurrPage(int currPage)
public int getTotalPages()
public void setTotalPages(int totalPages)
public String getHtml()
public void setHtml(String html)
public long getTotal()
public void setTotal(long total)
Copyright © 2019. All rights reserved.