Class ImportServicesAuditProperties

java.lang.Object
com.broadleafcommerce.dataimport.audit.ImportServicesAuditProperties

@ConfigurationProperties("broadleaf.import.service.audit") public class ImportServicesAuditProperties extends Object
  • Constructor Details

    • ImportServicesAuditProperties

      public ImportServicesAuditProperties()
  • Method Details

    • getContainerTypeMapping

      public Map<String,String> getContainerTypeMapping()
      Infer sandbox container type based on the import type, where applicable
    • setContainerTypeMapping

      public void setContainerTypeMapping(Map<String,String> containerTypeMapping)
      Infer sandbox container type based on the import type, where applicable
    • 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