Package com.avoka.tm.vo.v1
Record Class TransactionHistory
java.lang.Object
java.lang.Record
com.avoka.tm.vo.v1.TransactionHistory
- Record Components:
backgroundSaved
- background save flagcreatedTime
- creation timedeviceType
- device type- form shared flag
formStatus
- for statusipAddress
- ip addressportalName
- portal namerequestKey
- request keytimeToSubmit
- time to submituserAgent
- user agentuserLoginName
- user login nameversion
- 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 Summary
ConstructorDescriptionTransactionHistory
(com.avoka.fc.core.entity.SubmissionHistory submissionHistory) 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 aTransactionHistory
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebackgroundSaved
record component.Returns the value of thecreatedTime
record component.Returns the value of thedeviceType
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the value of theformShared
record component.Returns the value of theformStatus
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of theipAddress
record component.Returns the value of theportalName
record component.Returns the value of therequestKey
record component.Returns the value of thetimeToSubmit
record component.final String
toString()
Returns a string representation of this record class.Returns the value of theuserAgent
record component.Returns the value of theuserLoginName
record component.version()
Returns the value of theversion
record component.
-
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 aTransactionHistory
record class.- Parameters:
backgroundSaved
- the value for thebackgroundSaved
record componentcreatedTime
- the value for thecreatedTime
record componentdeviceType
- the value for thedeviceType
record componentformShared
- the value for theformShared
record componentformStatus
- the value for theformStatus
record componentipAddress
- the value for theipAddress
record componentportalName
- the value for theportalName
record componentrequestKey
- the value for therequestKey
record componenttimeToSubmit
- the value for thetimeToSubmit
record componentuserAgent
- the value for theuserAgent
record componentuserLoginName
- the value for theuserLoginName
record componentversion
- the value for theversion
record component
-
-
Method Details
-
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. -
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. -
equals
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 withObjects::equals(Object,Object)
. -
backgroundSaved
Returns the value of thebackgroundSaved
record component.- Returns:
- the value of the
backgroundSaved
record component
-
createdTime
Returns the value of thecreatedTime
record component.- Returns:
- the value of the
createdTime
record component
-
deviceType
Returns the value of thedeviceType
record component.- Returns:
- the value of the
deviceType
record component
-
formStatus
Returns the value of theformStatus
record component.- Returns:
- the value of the
formStatus
record component
-
ipAddress
Returns the value of theipAddress
record component.- Returns:
- the value of the
ipAddress
record component
-
portalName
Returns the value of theportalName
record component.- Returns:
- the value of the
portalName
record component
-
requestKey
Returns the value of therequestKey
record component.- Returns:
- the value of the
requestKey
record component
-
timeToSubmit
Returns the value of thetimeToSubmit
record component.- Returns:
- the value of the
timeToSubmit
record component
-
userAgent
Returns the value of theuserAgent
record component.- Returns:
- the value of the
userAgent
record component
-
userLoginName
Returns the value of theuserLoginName
record component.- Returns:
- the value of the
userLoginName
record component
-
version
Returns the value of theversion
record component.- Returns:
- the value of the
version
record component
-