Class LogEntry

java.lang.Object
com.mypurecloud.sdk.v2.model.LogEntry
All Implemented Interfaces:
Serializable

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

    • LogEntry

      public LogEntry()
    • LogEntry

      public LogEntry(Boolean initWithEmptyList)
  • Method Details

    • level

      public LogEntry level(String level)
      Level of log entry
    • getLevel

      public String getLevel()
    • setLevel

      public void setLevel(String level)
    • message

      public LogEntry message(String message)
      Log message
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • timestamp

      public LogEntry timestamp(Long timestamp)
      Timestamp of log entry
    • getTimestamp

      public Long getTimestamp()
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object