Class GenericFolderPathsFetchResponse
java.lang.Object
com.norconex.crawler.fs.fetch.impl.GenericFolderPathsFetchResponse
- All Implemented Interfaces:
FetchResponse,FolderPathsFetchResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe child paths of a folder path.intinthashCode()voidsetChildPaths(Set<FsPath> childPaths) voidsetException(Exception exception) voidsetProcessingOutcome(ProcessingOutcome processingOutcome) voidsetReasonPhrase(String reasonPhrase) voidsetStatusCode(int statusCode) toString()
-
Method Details
-
builder
-
getProcessingOutcome
- Specified by:
getProcessingOutcomein interfaceFetchResponse
-
getStatusCode
public int getStatusCode()- Specified by:
getStatusCodein interfaceFetchResponse
-
getReasonPhrase
- Specified by:
getReasonPhrasein interfaceFetchResponse
-
getException
- Specified by:
getExceptionin interfaceFetchResponse
-
getChildPaths
Description copied from interface:FolderPathsFetchResponseThe child paths of a folder path.- Specified by:
getChildPathsin interfaceFolderPathsFetchResponse- Returns:
- child paths
-
setProcessingOutcome
-
setStatusCode
public void setStatusCode(int statusCode) -
setReasonPhrase
-
setException
-
setChildPaths
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-