Class DataFeedFileSubmitResponseDetails
java.lang.Object
com.broadleafcommerce.datafeed.service.publisher.file.support.DataFeedFileSubmitResponseDetails
A payload describing the results of a 
DataFeedFileSubmitter.submit(FilePublishContext)
 operation.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanIf errors are encountered during the run of this file submission process (ex:isContainsErrors()is true), details should be added here.inthashCode()booleanA simple flag indicating whether the file submission process encountered any errors.voidsetContainsErrors(boolean containsErrors) A simple flag indicating whether the file submission process encountered any errors.voidsetErrorDetails(List<String> errorDetails) If errors are encountered during the run of this file submission process (ex:isContainsErrors()is true), details should be added here.toString()
- 
Constructor Details- 
DataFeedFileSubmitResponseDetailspublic DataFeedFileSubmitResponseDetails()
 
- 
- 
Method Details- 
isContainsErrorspublic boolean isContainsErrors()A simple flag indicating whether the file submission process encountered any errors.- Returns:
- whether this file submission process experienced errors
- See Also:
 
- 
getErrorDetailsIf errors are encountered during the run of this file submission process (ex:isContainsErrors()is true), details should be added here. Otherwise, this will be empty.- Returns:
- details about any errors experienced by this file submission process
- See Also:
 
- 
setContainsErrorspublic void setContainsErrors(boolean containsErrors) A simple flag indicating whether the file submission process encountered any errors.- Parameters:
- containsErrors- whether this file submission process experienced errors
- See Also:
 
- 
setErrorDetailsIf errors are encountered during the run of this file submission process (ex:isContainsErrors()is true), details should be added here. Otherwise, this will be empty.- Parameters:
- errorDetails- details about any errors experienced by this file submission process
- See Also:
 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-