Class DataExchangeProperties

java.lang.Object
com.broadleafcommerce.dataexchange.service.autoconfigure.DataExchangeProperties

@ConfigurationProperties("broadleaf.dataexchange") public class DataExchangeProperties extends Object
  • Constructor Details

    • DataExchangeProperties

      public DataExchangeProperties()
  • Method Details

    • getMaxBatchSize

      public int getMaxBatchSize()
      Max batch size of top-level items to updated or deleted.
    • setMaxBatchSize

      public void setMaxBatchSize(int maxBatchSize)
      Max batch size of top-level items to updated or deleted.
    • 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