Class TxnCheckpoint

java.lang.Object
com.avoka.tm.vo.TxnCheckpoint

public class TxnCheckpoint extends Object
Provides a Transaction Delivery Checkpoint value object.
Since:
5.0.0
  • Constructor Details

    • TxnCheckpoint

      public TxnCheckpoint()
    • TxnCheckpoint

      public TxnCheckpoint(String name, String description, String status, Date time)
      Create a transaction delivery checkpoint value object.
      Parameters:
      name - the checkpoint name
      description - the checkpoint description
      status - the checkpoint status
      time - the checkpoint time
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.
    • getName

      public String getName()
      The transaction delivery checkpoint name.
    • getDescription

      public String getDescription()
      The transaction delivery checkpoint description.
    • getStatus

      public String getStatus()
      The transaction delivery checkpoint status [ Registered | Completed | Error ].
    • getTime

      public Date getTime()
      The transaction delivery checkpoint time.