Class IntervalBillingRetrySpecs

java.lang.Object
com.broadleafcommerce.billing.domain.IntervalBillingRetrySpecs
All Implemented Interfaces:
Serializable

public class IntervalBillingRetrySpecs extends Object implements Serializable
This represents a specification for retrying operations after a given number of days.
See Also:
  • Constructor Details

    • IntervalBillingRetrySpecs

      public IntervalBillingRetrySpecs()
    • IntervalBillingRetrySpecs

      public IntervalBillingRetrySpecs(Integer retryAfterDays)
  • Method Details

    • convert

      public Object convert(org.modelmapper.spi.MappingContext<?,?> context)
    • getRetryAfterDays

      public Integer getRetryAfterDays()
      The number of days in the future to schedule the next retry.
    • setRetryAfterDays

      public void setRetryAfterDays(Integer retryAfterDays)
      The number of days in the future to schedule the next retry.
    • 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