Record Class TransactionHistory

java.lang.Object
java.lang.Record
com.avoka.tm.vo.v1.TransactionHistory
Record Components:
backgroundSaved - background save flag
createdTime - creation time
deviceType - device type
formShared - form shared flag
formStatus - for status
ipAddress - ip address
portalName - portal name
requestKey - request key
timeToSubmit - time to submit
userAgent - user agent
userLoginName - user login name
version - version

public record TransactionHistory(Boolean backgroundSaved, Date createdTime, String deviceType, Boolean formShared, String formStatus, String ipAddress, String portalName, String requestKey, Integer timeToSubmit, String userAgent, String userLoginName, String version) extends Record
SubmissionHistory Object Model
Since:
24.10.0
  • Constructor Details

    • TransactionHistory

      public TransactionHistory(com.avoka.fc.core.entity.SubmissionHistory submissionHistory)
    • TransactionHistory

      public TransactionHistory(Boolean backgroundSaved, Date createdTime, String deviceType, Boolean formShared, String formStatus, String ipAddress, String portalName, String requestKey, Integer timeToSubmit, String userAgent, String userLoginName, String version)
      Creates an instance of a TransactionHistory record class.
      Parameters:
      backgroundSaved - the value for the backgroundSaved record component
      createdTime - the value for the createdTime record component
      deviceType - the value for the deviceType record component
      formShared - the value for the formShared record component
      formStatus - the value for the formStatus record component
      ipAddress - the value for the ipAddress record component
      portalName - the value for the portalName record component
      requestKey - the value for the requestKey record component
      timeToSubmit - the value for the timeToSubmit record component
      userAgent - the value for the userAgent record component
      userLoginName - the value for the userLoginName record component
      version - the value for the version record component
  • Method Details

    • toString

      public final String toString()
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public final int hashCode()
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • backgroundSaved

      public Boolean backgroundSaved()
      Returns the value of the backgroundSaved record component.
      Returns:
      the value of the backgroundSaved record component
    • createdTime

      public Date createdTime()
      Returns the value of the createdTime record component.
      Returns:
      the value of the createdTime record component
    • deviceType

      public String deviceType()
      Returns the value of the deviceType record component.
      Returns:
      the value of the deviceType record component
    • formShared

      public Boolean formShared()
      Returns the value of the formShared record component.
      Returns:
      the value of the formShared record component
    • formStatus

      public String formStatus()
      Returns the value of the formStatus record component.
      Returns:
      the value of the formStatus record component
    • ipAddress

      public String ipAddress()
      Returns the value of the ipAddress record component.
      Returns:
      the value of the ipAddress record component
    • portalName

      public String portalName()
      Returns the value of the portalName record component.
      Returns:
      the value of the portalName record component
    • requestKey

      public String requestKey()
      Returns the value of the requestKey record component.
      Returns:
      the value of the requestKey record component
    • timeToSubmit

      public Integer timeToSubmit()
      Returns the value of the timeToSubmit record component.
      Returns:
      the value of the timeToSubmit record component
    • userAgent

      public String userAgent()
      Returns the value of the userAgent record component.
      Returns:
      the value of the userAgent record component
    • userLoginName

      public String userLoginName()
      Returns the value of the userLoginName record component.
      Returns:
      the value of the userLoginName record component
    • version

      public String version()
      Returns the value of the version record component.
      Returns:
      the value of the version record component