Class TestSuiteLogCollection.ThreadInfo

java.lang.Object
de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection.ThreadInfo
Enclosing class:
TestSuiteLogCollection

public class TestSuiteLogCollection.ThreadInfo extends Object
Thread information
  • Constructor Details

    • ThreadInfo

      public ThreadInfo()
  • Method Details

    • getThreadId

      public long getThreadId()
      Get threadId
      Returns:
      threadId
    • setThreadId

      public TestSuiteLogCollection.ThreadInfo setThreadId(long threadId)
      Set threadId
      Parameters:
      threadId - ThreadId
      Returns:
      this
    • getThreadName

      public String getThreadName()
      Get threadName
      Returns:
      threadName
    • setThreadName

      public TestSuiteLogCollection.ThreadInfo setThreadName(String threadName)
      Set threadName
      Parameters:
      threadName - ThreadName
      Returns:
      this