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)
    • Log

      public Log(com.avoka.fc.core.entity.GroovyServiceLog groovyServiceLog)
    • Log

      public Log(com.avoka.fc.core.entity.ErrorLog errorLog)
    • Log

      public Log(com.avoka.fc.core.entity.EventLog eventLog)
    • 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).
    • 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.
    • getEntityName

      public String getEntityName()
      The log EntityName.