Class LogEntry

java.lang.Object
de.uplanet.lucy.server.monitor.log.LogEntry
All Implemented Interfaces:
groovy.lang.GroovyObject

@Scriptable public final class LogEntry extends Object implements groovy.lang.GroovyObject
  • Field Details

  • Constructor Details

  • Method Details

    • getTime

      public long getTime()
      Get the log time of this statistics entry
      Returns:
      The log time in milliseconds since midnight, 1970-01-01 UTC.
    • hasValue

      public boolean hasValue(String p_strKey)
    • getValue

      public String getValue(String p_strKey)
    • getAt

      public Object getAt(String p_strKey)
    • hasProperty

      public boolean hasProperty(String p_strName)
    • getProperty

      public Object getProperty(String p_strName)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
    • setProperty

      public void setProperty(String p_strName, Object p_value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
    • invokeMethod

      public Object invokeMethod(String p_strName, Object p_args)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass p_metaClass)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
    • toString

      public String toString()
      Overrides:
      toString in class Object