Class DeadLetterQueueNotificationRequest
java.lang.Object
com.broadleafcommerce.billing.domain.DeadLetterQueueNotificationRequest
The DTO used to transfer parameters for operations on the DeadLetter Queue, namely sending
notification emails, querying for a set of DeadLetters, or processing unresolved DeadLetters.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeadLetterQueueNotificationRequest(Date startDate, Date endDate, Integer numberToRenderOverride) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanEnd date of the DeadLetter messages to be filteredNumber of DeadLetter messages to be retrievedStart Date of the DeadLetter messages to be filteredbooleaninthashCode()booleanvoidsetEndDate(Date endDate) End date of the DeadLetter messages to be filteredvoidsetNumberToRenderOverride(Integer numberToRenderOverride) Number of DeadLetter messages to be retrievedvoidsetStartDate(Date startDate) Start Date of the DeadLetter messages to be filteredtoString()
-
Field Details
-
startDate
Start Date of the DeadLetter messages to be filtered -
endDate
End date of the DeadLetter messages to be filtered -
numberToRenderOverride
Number of DeadLetter messages to be retrieved
-
-
Constructor Details
-
DeadLetterQueueNotificationRequest
public DeadLetterQueueNotificationRequest() -
DeadLetterQueueNotificationRequest
-
-
Method Details
-
hasStartDate
public boolean hasStartDate() -
hasEndDate
public boolean hasEndDate() -
getStartDate
Start Date of the DeadLetter messages to be filtered -
getEndDate
End date of the DeadLetter messages to be filtered -
getNumberToRenderOverride
Number of DeadLetter messages to be retrieved -
setStartDate
Start Date of the DeadLetter messages to be filtered -
setEndDate
End date of the DeadLetter messages to be filtered -
setNumberToRenderOverride
Number of DeadLetter messages to be retrieved -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-