Class DataFeedCollectionResponse

java.lang.Object
com.broadleafcommerce.datafeed.service.collector.support.DataFeedCollectionResponse

public class DataFeedCollectionResponse extends Object
  • Constructor Details

    • DataFeedCollectionResponse

      public DataFeedCollectionResponse()
  • Method Details

    • getLocalCollectedDataFile

      @Nullable public Path getLocalCollectedDataFile()
      The local temporary file that will contain all collected data if collection was successful. Will be null if isFailed().
    • getRecordsCollected

      public int getRecordsCollected()
    • isFailed

      public boolean isFailed()
    • getErrors

      public List<String> getErrors()
    • setLocalCollectedDataFile

      public void setLocalCollectedDataFile(@Nullable Path localCollectedDataFile)
      The local temporary file that will contain all collected data if collection was successful. Will be null if isFailed().
    • setRecordsCollected

      public void setRecordsCollected(int recordsCollected)
    • setFailed

      public void setFailed(boolean failed)
    • 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