public class ScraperReport extends java.lang.Object implements DroidScrapeResultsReport
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ScraperReport> |
CREATOR |
Constructor and Description |
---|
ScraperReport() |
ScraperReport(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.String |
getBaseUrl() |
long |
getDepth() |
java.lang.String |
getHTMLReport()
Generates a HTML report with all the information gathered during the scanning process
|
java.util.List<Occurrence> |
getOccurrences() |
java.util.List<java.lang.String> |
getSearchTerms() |
void |
readFromParcel(android.os.Parcel in) |
void |
setBaseUrl(java.lang.String baseUrl) |
void |
setDepth(long depth) |
void |
setOccurrences(java.util.List<Occurrence> occurrences) |
void |
setSearchTerms(java.util.List<java.lang.String> searchTerms) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ScraperReport> CREATOR
public ScraperReport()
public ScraperReport(android.os.Parcel in)
public java.lang.String getBaseUrl()
public void setBaseUrl(java.lang.String baseUrl)
public long getDepth()
public void setDepth(long depth)
public java.util.List<Occurrence> getOccurrences()
public void setOccurrences(java.util.List<Occurrence> occurrences)
public java.util.List<java.lang.String> getSearchTerms()
public void setSearchTerms(java.util.List<java.lang.String> searchTerms)
public java.lang.String getHTMLReport()
getHTMLReport
in interface DroidScrapeResultsReport
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public void readFromParcel(android.os.Parcel in)