Class IntervalBillingRetrySpecs
java.lang.Object
com.broadleafcommerce.billing.domain.IntervalBillingRetrySpecs
- All Implemented Interfaces:
Serializable
This represents a specification for retrying operations after a given number of days.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanconvert(org.modelmapper.spi.MappingContext<?, ?> context) booleanThe number of days in the future to schedule the next retry.inthashCode()voidsetRetryAfterDays(Integer retryAfterDays) The number of days in the future to schedule the next retry.toString()
-
Constructor Details
-
IntervalBillingRetrySpecs
public IntervalBillingRetrySpecs() -
IntervalBillingRetrySpecs
-
-
Method Details
-
convert
-
getRetryAfterDays
The number of days in the future to schedule the next retry. -
setRetryAfterDays
The number of days in the future to schedule the next retry. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-