Class GenerateRefundRetryRequests
java.lang.Object
com.broadleafcommerce.billing.job.domain.GenerateRefundRetryRequests
- All Implemented Interfaces:
JobRequest,Serializable
This message DTO is used to kick off retry requests for
requests
of type
PaymentAccountProcessingTransactionType.REFUND- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenerateRefundRetryRequests(String billingJobId, Date billingDateStart, Date billingDateEnd, Long refundRetryBatchDelaySeconds) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanProcess events whose retry date is less than or equal to value provided.Process events whose retry date is greater than or equal to value provided.The billing job id.getJobId()inthashCode()voidsetBillingDateEnd(Date billingDateEnd) Process events whose retry date is less than or equal to value provided.voidsetBillingDateStart(Date billingDateStart) Process events whose retry date is greater than or equal to value provided.voidsetBillingJobId(String billingJobId) The billing job id.voidsetRefundRetryBatchDelaySeconds(Long refundRetryBatchDelaySeconds) For refund retry batches, how much time should be paused between batches?toString()
-
Constructor Details
-
GenerateRefundRetryRequests
public GenerateRefundRetryRequests() -
GenerateRefundRetryRequests
-
-
Method Details
-
getRefundRetryBatchDelaySeconds
-
getJobId
- Specified by:
getJobIdin interfaceJobRequest
-
getBillingJobId
The billing job id. -
getBillingDateStart
Process events whose retry date is greater than or equal to value provided. -
getBillingDateEnd
Process events whose retry date is less than or equal to value provided. -
setBillingJobId
The billing job id. -
setBillingDateStart
Process events whose retry date is greater than or equal to value provided. -
setBillingDateEnd
Process events whose retry date is less than or equal to value provided. -
setRefundRetryBatchDelaySeconds
For refund retry batches, how much time should be paused between batches? -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-