Class LogFileEntry

java.lang.Object
com.soffid.iam.sync.api.LogFileEntry
All Implemented Interfaces:
Serializable

public class LogFileEntry extends Object implements Serializable
ValueObject LogFileEntry
See Also:
  • Constructor Details

  • Method Details

    • getHour

      public String getHour()
      Gets value for attribute hour
    • setHour

      public void setHour(String hour)
      Sets value for attribute hour
    • getLevel

      public String getLevel()
      Gets value for attribute level
    • setLevel

      public void setLevel(String level)
      Sets value for attribute level
    • getThread

      public String getThread()
      Gets value for attribute thread
    • setThread

      public void setThread(String thread)
      Sets value for attribute thread
    • getSource

      public String getSource()
      Gets value for attribute source
    • setSource

      public void setSource(String source)
      Sets value for attribute source
    • getMessage

      public String getMessage()
      Gets value for attribute message
    • setMessage

      public void setMessage(String message)
      Sets value for attribute message
    • toString

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