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