Class PaymentsProcessed
java.lang.Object
com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
com.broadleafcommerce.billing.job.domain.PaymentsProcessed
- All Implemented Interfaces:
JobRequest,Serializable
This message DTO is used for passing
requests to record results
of payment transactions- See Also:
-
Field Summary
Fields inherited from class com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
operationId -
Constructor Summary
ConstructorsConstructorDescriptionPaymentsProcessed(String billingJobId, List<@NotNull BillingProcessingRequest> processedRequests) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe billing job id.getJobId()List<@NotNull BillingProcessingRequest>The list of billing processing requests that were processed.inthashCode()voidsetBillingJobId(String billingJobId) The billing job id.voidsetProcessedRequests(List<@NotNull BillingProcessingRequest> processedRequests) The list of billing processing requests that were processed.toString()Methods inherited from class com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
addOperationAndFilterOutAlreadyProcessed, addOperationAndFilterOutAlreadyProcessed, getAlreadyProcessedIds, getOperationId, setOperationId
-
Constructor Details
-
PaymentsProcessed
public PaymentsProcessed() -
PaymentsProcessed
public PaymentsProcessed(String billingJobId, List<@NotNull BillingProcessingRequest> processedRequests)
-
-
Method Details
-
getJobId
- Specified by:
getJobIdin interfaceJobRequest
-
equals
- Overrides:
equalsin classAbstractBillingOperation
-
canEqual
- Overrides:
canEqualin classAbstractBillingOperation
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractBillingOperation
-
getBillingJobId
The billing job id. -
getProcessedRequests
The list of billing processing requests that were processed. -
setBillingJobId
The billing job id. -
setProcessedRequests
The list of billing processing requests that were processed. -
toString
- Overrides:
toStringin classAbstractBillingOperation
-