Package org.lockss.laaws.crawler.model
Class CrawlWsResult
java.lang.Object
org.lockss.laaws.crawler.model.CrawlWsResult
CrawlWsResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMimeTypesItem(String mimeTypesItem) addPagesExcludedItem(String pagesExcludedItem) addPagesFetchedItem(String pagesFetchedItem) addPagesNotModifiedItem(String pagesNotModifiedItem) addPagesParsedItem(String pagesParsedItem) addPagesPendingItem(String pagesPendingItem) addPagesWithErrorsItem(CrawlWsResultPagesWithErrors pagesWithErrorsItem) addSourcesItem(String sourcesItem) addStartingUrlsItem(String startingUrlsItem) bytesFetchedCount(Integer bytesFetchedCount) crawlStatus(String crawlStatus) boolean@NotNull StringgetAuId()Get auId@NotNull StringGet auNameGet bytesFetchedCountGet crawlKeyGet crawlStatusGet crawlTypeGet durationGet linkDepthGet mimeTypeCountGet mimeTypesGet offSiteUrlsExcludedCountGet pagesExcludedGet pagesExcludedCountGet pagesFetchedGet pagesFetchedCountGet pagesNotModifiedGet pagesNotModifiedCountGet pagesParsedGet pagesParsedCountGet pagesPendingGet pagesPendingCount@Valid List<CrawlWsResultPagesWithErrors>Get pagesWithErrorsGet pagesWithErrorsCountGet priorityGet refetchDepthGet sourcesGet startingUrlsGet startTimeinthashCode()mimeTypeCount(Integer mimeTypeCount) offSiteUrlsExcludedCount(Integer offSiteUrlsExcludedCount) pagesExcluded(List<String> pagesExcluded) pagesExcludedCount(Integer pagesExcludedCount) pagesFetched(List<String> pagesFetched) pagesFetchedCount(Integer pagesFetchedCount) pagesNotModified(List<String> pagesNotModified) pagesNotModifiedCount(Integer pagesNotModifiedCount) pagesParsed(List<String> pagesParsed) pagesParsedCount(Integer pagesParsedCount) pagesPending(List<String> pagesPending) pagesPendingCount(Integer pagesPendingCount) pagesWithErrors(List<CrawlWsResultPagesWithErrors> pagesWithErrors) pagesWithErrorsCount(Integer pagesWithErrorsCount) refetchDepth(Integer refetchDepth) voidvoidvoidsetBytesFetchedCount(Integer bytesFetchedCount) voidsetCrawlKey(String crawlKey) voidsetCrawlStatus(String crawlStatus) voidsetCrawlType(String crawlType) voidsetDuration(Integer duration) voidsetLinkDepth(Integer linkDepth) voidsetMimeTypeCount(Integer mimeTypeCount) voidsetMimeTypes(List<String> mimeTypes) voidsetOffSiteUrlsExcludedCount(Integer offSiteUrlsExcludedCount) voidsetPagesExcluded(List<String> pagesExcluded) voidsetPagesExcludedCount(Integer pagesExcludedCount) voidsetPagesFetched(List<String> pagesFetched) voidsetPagesFetchedCount(Integer pagesFetchedCount) voidsetPagesNotModified(List<String> pagesNotModified) voidsetPagesNotModifiedCount(Integer pagesNotModifiedCount) voidsetPagesParsed(List<String> pagesParsed) voidsetPagesParsedCount(Integer pagesParsedCount) voidsetPagesPending(List<String> pagesPending) voidsetPagesPendingCount(Integer pagesPendingCount) voidsetPagesWithErrors(List<CrawlWsResultPagesWithErrors> pagesWithErrors) voidsetPagesWithErrorsCount(Integer pagesWithErrorsCount) voidsetPriority(Integer priority) voidsetRefetchDepth(Integer refetchDepth) voidsetSources(List<String> sources) voidsetStartingUrls(List<String> startingUrls) voidsetStartTime(Integer startTime) startingUrls(List<String> startingUrls) toString()
-
Constructor Details
-
CrawlWsResult
public CrawlWsResult()
-
-
Method Details
-
auId
-
getAuId
Get auId- Returns:
- auId
-
setAuId
-
auName
-
getAuName
Get auName- Returns:
- auName
-
setAuName
-
priority
-
getPriority
Get priority- Returns:
- priority
-
setPriority
-
crawlKey
-
getCrawlKey
Get crawlKey- Returns:
- crawlKey
-
setCrawlKey
-
crawlType
-
getCrawlType
Get crawlType- Returns:
- crawlType
-
setCrawlType
-
startTime
-
getStartTime
Get startTime- Returns:
- startTime
-
setStartTime
-
duration
-
getDuration
Get duration- Returns:
- duration
-
setDuration
-
crawlStatus
-
getCrawlStatus
Get crawlStatus- Returns:
- crawlStatus
-
setCrawlStatus
-
bytesFetchedCount
-
getBytesFetchedCount
Get bytesFetchedCount- Returns:
- bytesFetchedCount
-
setBytesFetchedCount
-
pagesFetchedCount
-
getPagesFetchedCount
Get pagesFetchedCount- Returns:
- pagesFetchedCount
-
setPagesFetchedCount
-
pagesFetched
-
addPagesFetchedItem
-
getPagesFetched
Get pagesFetched- Returns:
- pagesFetched
-
setPagesFetched
-
pagesParsedCount
-
getPagesParsedCount
Get pagesParsedCount- Returns:
- pagesParsedCount
-
setPagesParsedCount
-
pagesParsed
-
addPagesParsedItem
-
getPagesParsed
Get pagesParsed- Returns:
- pagesParsed
-
setPagesParsed
-
pagesPendingCount
-
getPagesPendingCount
Get pagesPendingCount- Returns:
- pagesPendingCount
-
setPagesPendingCount
-
pagesPending
-
addPagesPendingItem
-
getPagesPending
Get pagesPending- Returns:
- pagesPending
-
setPagesPending
-
pagesExcludedCount
-
getPagesExcludedCount
Get pagesExcludedCount- Returns:
- pagesExcludedCount
-
setPagesExcludedCount
-
pagesExcluded
-
addPagesExcludedItem
-
getPagesExcluded
Get pagesExcluded- Returns:
- pagesExcluded
-
setPagesExcluded
-
offSiteUrlsExcludedCount
-
getOffSiteUrlsExcludedCount
Get offSiteUrlsExcludedCount- Returns:
- offSiteUrlsExcludedCount
-
setOffSiteUrlsExcludedCount
-
pagesNotModifiedCount
-
getPagesNotModifiedCount
Get pagesNotModifiedCount- Returns:
- pagesNotModifiedCount
-
setPagesNotModifiedCount
-
pagesNotModified
-
addPagesNotModifiedItem
-
getPagesNotModified
Get pagesNotModified- Returns:
- pagesNotModified
-
setPagesNotModified
-
pagesWithErrorsCount
-
getPagesWithErrorsCount
Get pagesWithErrorsCount- Returns:
- pagesWithErrorsCount
-
setPagesWithErrorsCount
-
pagesWithErrors
-
addPagesWithErrorsItem
-
getPagesWithErrors
Get pagesWithErrors- Returns:
- pagesWithErrors
-
setPagesWithErrors
-
mimeTypeCount
-
getMimeTypeCount
Get mimeTypeCount- Returns:
- mimeTypeCount
-
setMimeTypeCount
-
mimeTypes
-
addMimeTypesItem
-
getMimeTypes
Get mimeTypes- Returns:
- mimeTypes
-
setMimeTypes
-
sources
-
addSourcesItem
-
getSources
Get sources- Returns:
- sources
-
setSources
-
startingUrls
-
addStartingUrlsItem
-
getStartingUrls
Get startingUrls- Returns:
- startingUrls
-
setStartingUrls
-
refetchDepth
-
getRefetchDepth
Get refetchDepth- Returns:
- refetchDepth
-
setRefetchDepth
-
linkDepth
-
getLinkDepth
Get linkDepth- Returns:
- linkDepth
-
setLinkDepth
-
equals
-
hashCode
public int hashCode() -
toString
-