Record Class RequestLog

java.lang.Object
java.lang.Record
com.avoka.tm.vo.v1.RequestLog
Record Components:
clientCode - client code
clientName - client name
createdTime - created time
deviceType - device type
durationClientResponse - client response duration
durationFormInit - form init duration
durationRender - render duration
durationTotal - total duration
formCode - form code
formDataEncryptFlag - form data encryption flag
formName - form name
formRenderedLength - form render size
formStreamedLength - for streaming size
formServer - form server
formType - form type
formVersion - form version
ipAddress - ip address
id - id
lastUserActivityTime - last user activity time
portalName - portal name
portalServer - portal server
receiptMode - receipt mode
referer - referer
remoteUser - remote user
renderMode - render mode
requestContentLength - request content length
requestContentType - request content type
requestKey - request key
requestMethod - request method
requestQuery - request query
requestTime - request time
requestUrl - request url
sessionId - session id
submissionID - submission id
userAgent - user agent
userAgentBrowser - user agent browser
userAgentOs - user agent os
userLoginName - user login name
userProfileName - user profile name
version - version

public record RequestLog(String clientCode, String clientName, Date createdTime, String deviceType, Integer durationClientResponse, Integer durationFormInit, Integer durationRender, Integer durationTotal, String formCode, Boolean formDataEncryptFlag, String formName, Integer formRenderedLength, Integer formStreamedLength, String formServer, String formType, String formVersion, String ipAddress, Long id, Date lastUserActivityTime, String portalName, String portalServer, String receiptMode, String referer, String remoteUser, String renderMode, String requestContentLength, String requestContentType, String requestKey, String requestMethod, String requestQuery, Date requestTime, String requestUrl, String sessionId, Long submissionID, String userAgent, String userAgentBrowser, String userAgentOs, String userLoginName, String userProfileName, String version) extends Record
RequestLog Object Model
Since:
24.10.0
  • Constructor Details

  • 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.
    • clientCode

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

      public String clientName()
      Returns the value of the clientName record component.
      Returns:
      the value of the clientName 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
    • durationClientResponse

      public Integer durationClientResponse()
      Returns the value of the durationClientResponse record component.
      Returns:
      the value of the durationClientResponse record component
    • durationFormInit

      public Integer durationFormInit()
      Returns the value of the durationFormInit record component.
      Returns:
      the value of the durationFormInit record component
    • durationRender

      public Integer durationRender()
      Returns the value of the durationRender record component.
      Returns:
      the value of the durationRender record component
    • durationTotal

      public Integer durationTotal()
      Returns the value of the durationTotal record component.
      Returns:
      the value of the durationTotal record component
    • formCode

      public String formCode()
      Returns the value of the formCode record component.
      Returns:
      the value of the formCode record component
    • formDataEncryptFlag

      public Boolean formDataEncryptFlag()
      Returns the value of the formDataEncryptFlag record component.
      Returns:
      the value of the formDataEncryptFlag record component
    • formName

      public String formName()
      Returns the value of the formName record component.
      Returns:
      the value of the formName record component
    • formRenderedLength

      public Integer formRenderedLength()
      Returns the value of the formRenderedLength record component.
      Returns:
      the value of the formRenderedLength record component
    • formStreamedLength

      public Integer formStreamedLength()
      Returns the value of the formStreamedLength record component.
      Returns:
      the value of the formStreamedLength record component
    • formServer

      public String formServer()
      Returns the value of the formServer record component.
      Returns:
      the value of the formServer record component
    • formType

      public String formType()
      Returns the value of the formType record component.
      Returns:
      the value of the formType record component
    • formVersion

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

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

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

      public Date lastUserActivityTime()
      Returns the value of the lastUserActivityTime record component.
      Returns:
      the value of the lastUserActivityTime record component
    • portalName

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

      public String portalServer()
      Returns the value of the portalServer record component.
      Returns:
      the value of the portalServer record component
    • receiptMode

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

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

      public String remoteUser()
      Returns the value of the remoteUser record component.
      Returns:
      the value of the remoteUser record component
    • renderMode

      public String renderMode()
      Returns the value of the renderMode record component.
      Returns:
      the value of the renderMode record component
    • requestContentLength

      public String requestContentLength()
      Returns the value of the requestContentLength record component.
      Returns:
      the value of the requestContentLength record component
    • requestContentType

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

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

      public String requestMethod()
      Returns the value of the requestMethod record component.
      Returns:
      the value of the requestMethod record component
    • requestQuery

      public String requestQuery()
      Returns the value of the requestQuery record component.
      Returns:
      the value of the requestQuery record component
    • requestTime

      public Date requestTime()
      Returns the value of the requestTime record component.
      Returns:
      the value of the requestTime record component
    • requestUrl

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

      public String sessionId()
      Returns the value of the sessionId record component.
      Returns:
      the value of the sessionId record component
    • submissionID

      public Long submissionID()
      Returns the value of the submissionID record component.
      Returns:
      the value of the submissionID record component
    • userAgent

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

      public String userAgentBrowser()
      Returns the value of the userAgentBrowser record component.
      Returns:
      the value of the userAgentBrowser record component
    • userAgentOs

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

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

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

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