Class Log

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

public class Log extends Object
Provide a Log value object class.
Since:
23.4.0
  • Constructor Details

    • Log

      public Log()
    • Log

      public Log(com.avoka.fc.core.entity.AuditLog auditLog)
      Create a log value object with the given audit log entity.
      Parameters:
      auditLog - the audit log entity (required)
    • Log

      public Log(com.avoka.fc.core.entity.GroovyServiceLog groovyServiceLog)
      Create a log value object with the given groovy service log entity.
      Parameters:
      groovyServiceLog - the groovy service log (required)
    • Log

      public Log(com.avoka.fc.core.entity.ErrorLog errorLog)
      Create a log value object with the given error log entity.
      Parameters:
      errorLog - the error log (required)
    • Log

      public Log(com.avoka.fc.core.entity.EventLog eventLog)
      Create a log value object with the given event log entity.
      Parameters:
      eventLog - the event log (required)
    • Log

      public Log(com.avoka.fc.core.entity.RequestLog requestLog)
      Create a log value object with the given request log entity.
      Parameters:
      requestLog - the request log (required)
      Since:
      23.10.0
    • Log

      public Log(com.avoka.fc.core.entity.SecurityManagerLog securityManagerLog)
      Create a log value object with the given security manager log entity.
      Parameters:
      securityManagerLog - the security manager log (required)
      Since:
      23.10.0
    • Log

      public Log(Map fields)
      Create a unit testing Log value object with the given fields.
      Parameters:
      fields - the log entity fields (required)
  • Method Details

    • toString

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

      public Long getId()
      The log id (PK).
    • getBrowser

      public String getBrowser()
      The log Browser.
      Since:
      23.10.0
    • getBrowserLoadTime

      public String getBrowserLoadTime()
      The log BrowserLoadTime.
      Since:
      23.10.0
    • getClientCode

      public String getClientCode()
      The log clientCode.
      Since:
      23.10.0
    • getDeviceType

      public String getDeviceType()
      The log Device Type.
      Since:
      23.10.0
    • getName

      public String getName()
      The log Name.
    • getSubmissionTrackingCode

      public String getSubmissionTrackingCode()
      The log submission's TrackingCode.
    • getErrorType

      public String getErrorType()
      The log ErrorType.
    • getUserName

      public String getUserName()
      The log UserName.
    • getMessage

      public String getMessage()
      The log Message.
    • getEventType

      public String getEventType()
      The log EventType.
    • getService

      public String getService()
      The log EventType.
    • getFormId

      public Long getFormId()
      The log FormId.
    • getFormName

      public String getFormName()
      The log Form Name.
      Since:
      23.10.0
    • getFormVersion

      public String getFormVersion()
      The log Form Version.
      Since:
      23.10.0
    • getFormType

      public String getFormType()
      The log Form Type.
      Since:
      23.10.0
    • getEntityName

      public String getEntityName()
      The log EntityName.
    • isFormDataEncryptFlag

      public boolean isFormDataEncryptFlag()
      The log isFormDataEncryptFlag.
      Since:
      23.10.0
    • getOperatingSystem

      public String getOperatingSystem()
      The log OperatingSystem.
      Since:
      23.10.0
    • getSecurityManagerName

      public String getSecurityManagerName()
      The log SecurityManagerName.
      Since:
      23.10.0
    • getErrorId

      public Long getErrorId()
      The log ErrorId.
      Since:
      23.10.0
    • getPortalName

      public String getPortalName()
      The log PortalName.
      Since:
      23.10.0
    • getReferer

      public String getReferer()
      The log Referer.
      Since:
      23.10.0
    • getRenderMode

      public String getRenderMode()
      The log RenderMode.
      Since:
      23.10.0
    • getRenderTime

      public String getRenderTime()
      The log RenderTime.
      Since:
      23.10.0
    • getRequestKey

      public String getRequestKey()
      The log RequestKey.
      Since:
      23.10.0
    • getRequestIpAddress

      public String getRequestIpAddress()
      The log RequestKey.
      Since:
      23.10.0
    • getRequestUrl

      public String getRequestUrl()
      The log RequestKey.
      Since:
      23.10.0
    • getTotalRenderTime

      public String getTotalRenderTime()
      The log TotalRenderTime.
      Since:
      23.10.0
    • getUser

      public String getUser()
      The log User.
      Since:
      23.10.0
    • getUserLoginName

      public String getUserLoginName()
      The log UserLoginName.
      Since:
      23.10.0
    • getUserProfileName

      public String getUserProfileName()
      The log UserProfileName.
      Since:
      23.10.0
    • getUserAgent

      public String getUserAgent()
      The log UserAgent.
      Since:
      23.10.0
    • getUrl

      public String getUrl()
      The log Url.
      Since:
      23.10.0