Class PaymentAccountProcessedMessage
java.lang.Object
com.broadleafcommerce.billing.job.domain.PaymentAccountProcessedMessage
- All Implemented Interfaces:
Serializable
This message DTO is used to transfer
PaymentAccountProcessedEvent from
PaymentProcessingResultHandlerService to the
next handler.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentAccountProcessedMessage(String billingJobId, List<PaymentAccountProcessedEvent> events) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe billing job id.The list of processing events to handle.inthashCode()voidsetBillingJobId(String billingJobId) The billing job id.voidsetEvents(List<PaymentAccountProcessedEvent> events) The list of processing events to handle.toString()
-
Constructor Details
-
PaymentAccountProcessedMessage
public PaymentAccountProcessedMessage() -
PaymentAccountProcessedMessage
public PaymentAccountProcessedMessage(String billingJobId, List<PaymentAccountProcessedEvent> events)
-
-
Method Details
-
getBillingJobId
The billing job id. -
getEvents
The list of processing events to handle. -
setBillingJobId
The billing job id. -
setEvents
The list of processing events to handle. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-