Class DataFeedFileSubmitResponseDetails

java.lang.Object
com.broadleafcommerce.datafeed.service.publisher.file.support.DataFeedFileSubmitResponseDetails

public class DataFeedFileSubmitResponseDetails extends Object
A payload describing the results of a DataFeedFileSubmitter.submit(FilePublishContext) operation.
  • Constructor Details

    • DataFeedFileSubmitResponseDetails

      public DataFeedFileSubmitResponseDetails()
  • Method Details

    • isContainsErrors

      public boolean isContainsErrors()
      A simple flag indicating whether the file submission process encountered any errors.
      Returns:
      whether this file submission process experienced errors
      See Also:
    • getErrorDetails

      public List<String> getErrorDetails()
      If 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:
    • setContainsErrors

      public 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:
    • setErrorDetails

      public void setErrorDetails(List<String> errorDetails)
      If 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object