Package com.avoka.tm.vo.v1
Record Class ErrorLog
java.lang.Object
java.lang.Record
com.avoka.tm.vo.v1.ErrorLog
- Record Components:
clientName
- client namecontext
- contextcriticalErrorFlag
- critical error flagemailQueueOid
- email queue iderrorType
- error typeerrorTime
- error timegroovyErrorFlag
- groovy error flagid
- idipAddress
- ip addressjobActionName
- job action namemessage
- messagename
- nameportalName
- portal namereferer
- refererrequestUrl
- request urlserverNodeName
- server node namesolution
- solutionstackTrace
- stack tracesubmissionTrackingCode
- submission tracking codetmVersion
- tjm versionuserAgent
- user agentuserMessage
- user messageuserName
- user namelogData
- log data
public record ErrorLog(String clientName, String context, Boolean criticalErrorFlag, Long emailQueueOid, String errorType, Date errorTime, Boolean groovyErrorFlag, Long id, String ipAddress, String jobActionName, String message, String name, String portalName, String referer, String requestUrl, String serverNodeName, String solution, String stackTrace, String submissionTrackingCode, String tmVersion, String userAgent, String userMessage, String userName, String logData)
extends Record
ErrorLog Object Model
- Since:
- 24.10.0
-
Constructor Summary
ConstructorDescriptionErrorLog
(com.avoka.fc.core.entity.ErrorLog errorLog) ErrorLog
(String clientName, String context, Boolean criticalErrorFlag, Long emailQueueOid, String errorType, Date errorTime, Boolean groovyErrorFlag, Long id, String ipAddress, String jobActionName, String message, String name, String portalName, String referer, String requestUrl, String serverNodeName, String solution, String stackTrace, String submissionTrackingCode, String tmVersion, String userAgent, String userMessage, String userName, String logData) Creates an instance of aErrorLog
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theclientName
record component.context()
Returns the value of thecontext
record component.Returns the value of thecriticalErrorFlag
record component.Returns the value of theemailQueueOid
record component.final boolean
Indicates whether some other object is "equal to" this one.Returns the value of theerrorTime
record component.Returns the value of theerrorType
record component.Returns the value of thegroovyErrorFlag
record component.final int
hashCode()
Returns a hash code value for this object.id()
Returns the value of theid
record component.Returns the value of theipAddress
record component.Returns the value of thejobActionName
record component.logData()
Returns the value of thelogData
record component.message()
Returns the value of themessage
record component.name()
Returns the value of thename
record component.Returns the value of theportalName
record component.referer()
Returns the value of thereferer
record component.Returns the value of therequestUrl
record component.Returns the value of theserverNodeName
record component.solution()
Returns the value of thesolution
record component.Returns the value of thestackTrace
record component.Returns the value of thesubmissionTrackingCode
record component.Returns the value of thetmVersion
record component.final String
toString()
Returns a string representation of this record class.Returns the value of theuserAgent
record component.Returns the value of theuserMessage
record component.userName()
Returns the value of theuserName
record component.
-
Constructor Details
-
ErrorLog
public ErrorLog(com.avoka.fc.core.entity.ErrorLog errorLog) -
ErrorLog
public ErrorLog(String clientName, String context, Boolean criticalErrorFlag, Long emailQueueOid, String errorType, Date errorTime, Boolean groovyErrorFlag, Long id, String ipAddress, String jobActionName, String message, String name, String portalName, String referer, String requestUrl, String serverNodeName, String solution, String stackTrace, String submissionTrackingCode, String tmVersion, String userAgent, String userMessage, String userName, String logData) Creates an instance of aErrorLog
record class.- Parameters:
clientName
- the value for theclientName
record componentcontext
- the value for thecontext
record componentcriticalErrorFlag
- the value for thecriticalErrorFlag
record componentemailQueueOid
- the value for theemailQueueOid
record componenterrorType
- the value for theerrorType
record componenterrorTime
- the value for theerrorTime
record componentgroovyErrorFlag
- the value for thegroovyErrorFlag
record componentid
- the value for theid
record componentipAddress
- the value for theipAddress
record componentjobActionName
- the value for thejobActionName
record componentmessage
- the value for themessage
record componentname
- the value for thename
record componentportalName
- the value for theportalName
record componentreferer
- the value for thereferer
record componentrequestUrl
- the value for therequestUrl
record componentserverNodeName
- the value for theserverNodeName
record componentsolution
- the value for thesolution
record componentstackTrace
- the value for thestackTrace
record componentsubmissionTrackingCode
- the value for thesubmissionTrackingCode
record componenttmVersion
- the value for thetmVersion
record componentuserAgent
- the value for theuserAgent
record componentuserMessage
- the value for theuserMessage
record componentuserName
- the value for theuserName
record componentlogData
- the value for thelogData
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)
. -
clientName
Returns the value of theclientName
record component.- Returns:
- the value of the
clientName
record component
-
context
Returns the value of thecontext
record component.- Returns:
- the value of the
context
record component
-
criticalErrorFlag
Returns the value of thecriticalErrorFlag
record component.- Returns:
- the value of the
criticalErrorFlag
record component
-
emailQueueOid
Returns the value of theemailQueueOid
record component.- Returns:
- the value of the
emailQueueOid
record component
-
errorType
Returns the value of theerrorType
record component.- Returns:
- the value of the
errorType
record component
-
errorTime
Returns the value of theerrorTime
record component.- Returns:
- the value of the
errorTime
record component
-
groovyErrorFlag
Returns the value of thegroovyErrorFlag
record component.- Returns:
- the value of the
groovyErrorFlag
record component
-
id
Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-
ipAddress
Returns the value of theipAddress
record component.- Returns:
- the value of the
ipAddress
record component
-
jobActionName
Returns the value of thejobActionName
record component.- Returns:
- the value of the
jobActionName
record component
-
message
Returns the value of themessage
record component.- Returns:
- the value of the
message
record component
-
name
Returns the value of thename
record component.- Returns:
- the value of the
name
record component
-
portalName
Returns the value of theportalName
record component.- Returns:
- the value of the
portalName
record component
-
referer
Returns the value of thereferer
record component.- Returns:
- the value of the
referer
record component
-
requestUrl
Returns the value of therequestUrl
record component.- Returns:
- the value of the
requestUrl
record component
-
serverNodeName
Returns the value of theserverNodeName
record component.- Returns:
- the value of the
serverNodeName
record component
-
solution
Returns the value of thesolution
record component.- Returns:
- the value of the
solution
record component
-
stackTrace
Returns the value of thestackTrace
record component.- Returns:
- the value of the
stackTrace
record component
-
submissionTrackingCode
Returns the value of thesubmissionTrackingCode
record component.- Returns:
- the value of the
submissionTrackingCode
record component
-
tmVersion
Returns the value of thetmVersion
record component.- Returns:
- the value of the
tmVersion
record component
-
userAgent
Returns the value of theuserAgent
record component.- Returns:
- the value of the
userAgent
record component
-
userMessage
Returns the value of theuserMessage
record component.- Returns:
- the value of the
userMessage
record component
-
userName
Returns the value of theuserName
record component.- Returns:
- the value of the
userName
record component
-
logData
Returns the value of thelogData
record component.- Returns:
- the value of the
logData
record component
-