Record Class ErrorLog

java.lang.Object
java.lang.Record
com.avoka.tm.vo.v1.ErrorLog
Record Components:
clientName - client name
context - context
criticalErrorFlag - critical error flag
emailQueueOid - email queue id
errorType - error type
errorTime - error time
groovyErrorFlag - groovy error flag
id - id
ipAddress - ip address
jobActionName - job action name
message - message
name - name
portalName - portal name
referer - referer
requestUrl - request url
serverNodeName - server node name
solution - solution
stackTrace - stack trace
submissionTrackingCode - submission tracking code
tmVersion - tjm version
userAgent - user agent
userMessage - user message
userName - user name
logData - 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 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 a ErrorLog record class.
      Parameters:
      clientName - the value for the clientName record component
      context - the value for the context record component
      criticalErrorFlag - the value for the criticalErrorFlag record component
      emailQueueOid - the value for the emailQueueOid record component
      errorType - the value for the errorType record component
      errorTime - the value for the errorTime record component
      groovyErrorFlag - the value for the groovyErrorFlag record component
      id - the value for the id record component
      ipAddress - the value for the ipAddress record component
      jobActionName - the value for the jobActionName record component
      message - the value for the message record component
      name - the value for the name record component
      portalName - the value for the portalName record component
      referer - the value for the referer record component
      requestUrl - the value for the requestUrl record component
      serverNodeName - the value for the serverNodeName record component
      solution - the value for the solution record component
      stackTrace - the value for the stackTrace record component
      submissionTrackingCode - the value for the submissionTrackingCode record component
      tmVersion - the value for the tmVersion record component
      userAgent - the value for the userAgent record component
      userMessage - the value for the userMessage record component
      userName - the value for the userName record component
      logData - the value for the logData 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.
    • clientName

      public String clientName()
      Returns the value of the clientName record component.
      Returns:
      the value of the clientName record component
    • context

      public String context()
      Returns the value of the context record component.
      Returns:
      the value of the context record component
    • criticalErrorFlag

      public Boolean criticalErrorFlag()
      Returns the value of the criticalErrorFlag record component.
      Returns:
      the value of the criticalErrorFlag record component
    • emailQueueOid

      public Long emailQueueOid()
      Returns the value of the emailQueueOid record component.
      Returns:
      the value of the emailQueueOid record component
    • errorType

      public String errorType()
      Returns the value of the errorType record component.
      Returns:
      the value of the errorType record component
    • errorTime

      public Date errorTime()
      Returns the value of the errorTime record component.
      Returns:
      the value of the errorTime record component
    • groovyErrorFlag

      public Boolean groovyErrorFlag()
      Returns the value of the groovyErrorFlag record component.
      Returns:
      the value of the groovyErrorFlag record component
    • id

      public Long id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component
    • ipAddress

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

      public String jobActionName()
      Returns the value of the jobActionName record component.
      Returns:
      the value of the jobActionName record component
    • message

      public String message()
      Returns the value of the message record component.
      Returns:
      the value of the message record component
    • name

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

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

      public String referer()
      Returns the value of the referer record component.
      Returns:
      the value of the referer record component
    • requestUrl

      public String requestUrl()
      Returns the value of the requestUrl record component.
      Returns:
      the value of the requestUrl record component
    • serverNodeName

      public String serverNodeName()
      Returns the value of the serverNodeName record component.
      Returns:
      the value of the serverNodeName record component
    • solution

      public String solution()
      Returns the value of the solution record component.
      Returns:
      the value of the solution record component
    • stackTrace

      public String stackTrace()
      Returns the value of the stackTrace record component.
      Returns:
      the value of the stackTrace record component
    • submissionTrackingCode

      public String submissionTrackingCode()
      Returns the value of the submissionTrackingCode record component.
      Returns:
      the value of the submissionTrackingCode record component
    • tmVersion

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

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

      public String userMessage()
      Returns the value of the userMessage record component.
      Returns:
      the value of the userMessage record component
    • userName

      public String userName()
      Returns the value of the userName record component.
      Returns:
      the value of the userName record component
    • logData

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