Class GenerateRefundRetryRequests

java.lang.Object
com.broadleafcommerce.billing.job.domain.GenerateRefundRetryRequests
All Implemented Interfaces:
JobRequest, Serializable

public class GenerateRefundRetryRequests extends Object implements JobRequest
This message DTO is used to kick off retry requests for requests of type PaymentAccountProcessingTransactionType.REFUND
See Also:
  • Constructor Details

    • GenerateRefundRetryRequests

      public GenerateRefundRetryRequests()
    • GenerateRefundRetryRequests

      public GenerateRefundRetryRequests(String billingJobId, Date billingDateStart, Date billingDateEnd, Long refundRetryBatchDelaySeconds)
  • Method Details

    • getRefundRetryBatchDelaySeconds

      public Long getRefundRetryBatchDelaySeconds()
    • getJobId

      @NonNull public String getJobId()
      Specified by:
      getJobId in interface JobRequest
    • getBillingJobId

      public String getBillingJobId()
      The billing job id.
    • getBillingDateStart

      public Date getBillingDateStart()
      Process events whose retry date is greater than or equal to value provided.
    • getBillingDateEnd

      public Date getBillingDateEnd()
      Process events whose retry date is less than or equal to value provided.
    • setBillingJobId

      public void setBillingJobId(String billingJobId)
      The billing job id.
    • setBillingDateStart

      public void setBillingDateStart(Date billingDateStart)
      Process events whose retry date is greater than or equal to value provided.
    • setBillingDateEnd

      public void setBillingDateEnd(Date billingDateEnd)
      Process events whose retry date is less than or equal to value provided.
    • setRefundRetryBatchDelaySeconds

      public void setRefundRetryBatchDelaySeconds(Long refundRetryBatchDelaySeconds)
      For refund retry batches, how much time should be paused between batches?
    • 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