Class DataFeedCollectionResponse
java.lang.Object
com.broadleafcommerce.datafeed.service.collector.support.DataFeedCollectionResponse
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe local temporary file that will contain all collected data if collection was successful.intinthashCode()booleanisFailed()voidsetFailed(boolean failed) voidsetLocalCollectedDataFile(Path localCollectedDataFile) The local temporary file that will contain all collected data if collection was successful.voidsetRecordsCollected(int recordsCollected) toString()
- 
Constructor Details- 
DataFeedCollectionResponsepublic DataFeedCollectionResponse()
 
- 
- 
Method Details- 
getLocalCollectedDataFileThe local temporary file that will contain all collected data if collection was successful. Will benullifisFailed().
- 
getRecordsCollectedpublic int getRecordsCollected()
- 
isFailedpublic boolean isFailed()
- 
getErrors
- 
setLocalCollectedDataFileThe local temporary file that will contain all collected data if collection was successful. Will benullifisFailed().
- 
setRecordsCollectedpublic void setRecordsCollected(int recordsCollected) 
- 
setFailedpublic void setFailed(boolean failed) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-