public class SearchInformation extends Object
| Constructor and Description |
|---|
SearchInformation() |
SearchInformation(double searchTime,
String formattedSearchTime,
String totalResults,
String formattedTotalResults) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedSearchTime() |
String |
getFormattedTotalResults() |
double |
getSearchTime() |
String |
getTotalResults() |
void |
setFormattedSearchTime(String formattedSearchTime) |
void |
setFormattedTotalResults(String formattedTotalResults) |
void |
setSearchTime(double searchTime) |
void |
setTotalResults(String totalResults) |
public double getSearchTime()
public void setSearchTime(double searchTime)
public String getFormattedSearchTime()
public void setFormattedSearchTime(String formattedSearchTime)
public String getTotalResults()
public void setTotalResults(String totalResults)
public String getFormattedTotalResults()
public void setFormattedTotalResults(String formattedTotalResults)
Copyright © 2026. All rights reserved.