Package com.avoka.tm.vo
Class TxnDeliveryFunc
java.lang.Object
com.avoka.tm.vo.TxnDeliveryFunc
Provides a Transaction Delivery Func value object.
- Since:
- 17.10.0
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionTxnDeliveryFunc(com.avoka.fc.core.entity.SubmissionDeliveryFunc sdf) Create a transaction delivery function value object.TxnDeliveryFunc(Map fields) Create a unit testing TxnDeliveryFunc value object with the given fields.
- 
Method SummaryModifier and TypeMethodDescriptionThe number of function delivery attempts performed.The current delivery status.The delivery function service.getId()The transaction delivery function id (PK).The maximum number of delivery attempts.The minimum time before reattempting delivery function execution.toString()
- 
Field Details- 
funcServiceThe delivery function service.
 
- 
- 
Constructor Details- 
TxnDeliveryFuncpublic TxnDeliveryFunc()
- 
TxnDeliveryFuncpublic TxnDeliveryFunc(com.avoka.fc.core.entity.SubmissionDeliveryFunc sdf) Create a transaction delivery function value object.- Parameters:
- sdf- the submission delivery function (required)
 
- 
TxnDeliveryFuncCreate a unit testing TxnDeliveryFunc value object with the given fields.- Parameters:
- fields- the transaction delivery function entity fields (required)
- Since:
- 17.10.0
 
 
- 
- 
Method Details- 
toString
- 
getIdThe transaction delivery function id (PK).
- 
getFuncServiceThe delivery function service.
- 
getDeliveryAttemptsThe number of function delivery attempts performed.
- 
getDeliveryStatusThe current delivery status.
- 
getMaxAttemptsThe maximum number of delivery attempts.
- 
getNextDeliveryTimeThe minimum time before reattempting delivery function execution.
 
-