Class LogEntry

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    @Scriptable
    public final class LogEntry
    extends Object
    implements groovy.lang.GroovyObject
    • Method Detail

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