Class ProcessBillingEventPaymentResults
java.lang.Object
com.broadleafcommerce.billing.job.domain.ProcessBillingEventPaymentResults
- All Implemented Interfaces:
JobRequest,Serializable
This message DTO holds a list of
events. It is used to
kick off updating related entities (e.g. subscriptions and entitlements) given the billing
results- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessBillingEventPaymentResults(String billingJobId, List<BillingEventPaymentProcessedEvent> eventPaymentProcessedEventList) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe billing job id.getJobId()inthashCode()voidsetBillingJobId(String billingJobId) The billing job id.voidsetEventPaymentProcessedEventList(List<BillingEventPaymentProcessedEvent> eventPaymentProcessedEventList) toString()
-
Constructor Details
-
ProcessBillingEventPaymentResults
public ProcessBillingEventPaymentResults() -
ProcessBillingEventPaymentResults
public ProcessBillingEventPaymentResults(String billingJobId, List<BillingEventPaymentProcessedEvent> eventPaymentProcessedEventList)
-
-
Method Details
-
getJobId
- Specified by:
getJobIdin interfaceJobRequest
-
getBillingJobId
The billing job id. -
getEventPaymentProcessedEventList
-
setBillingJobId
The billing job id. -
setEventPaymentProcessedEventList
public void setEventPaymentProcessedEventList(List<BillingEventPaymentProcessedEvent> eventPaymentProcessedEventList) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-