Class DataFeedCollectionResponse
java.lang.Object
com.broadleafcommerce.datafeed.service.collector.support.DataFeedCollectionResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
DataFeedCollectionResponse
public DataFeedCollectionResponse()
-
-
Method Details
-
getLocalCollectedDataFile
The local temporary file that will contain all collected data if collection was successful. Will benullifisFailed(). -
getRecordsCollected
public int getRecordsCollected() -
isFailed
public boolean isFailed() -
getErrors
-
setLocalCollectedDataFile
The local temporary file that will contain all collected data if collection was successful. Will benullifisFailed(). -
setRecordsCollected
public void setRecordsCollected(int recordsCollected) -
setFailed
public void setFailed(boolean failed) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-