Class BillingCacheSizeProperties

java.lang.Object
com.broadleafcommerce.billing.service.cache.BillingCacheSizeProperties

@ConfigurationProperties("broadleaf.billing.cache.sizes") public class BillingCacheSizeProperties extends Object
Properties that influence cache estimated size settings for the service
  • Constructor Details

    • BillingCacheSizeProperties

      public BillingCacheSizeProperties()
  • Method Details

    • getById

      public org.springframework.util.unit.DataSize getById()
    • setById

      public void setById(org.springframework.util.unit.DataSize byId)
    • 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