Class TestSuiteLogCollection.ThreadInfo
java.lang.Object
de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection.ThreadInfo
- Enclosing class:
- TestSuiteLogCollection
Thread information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGet threadId.Get threadName.setThreadId(long threadId) Set threadId.setThreadName(String threadName) Set threadName.
-
Constructor Details
-
ThreadInfo
public ThreadInfo()
-
-
Method Details
-
getThreadId
public long getThreadId()Get threadId.- Returns:
- threadId
-
setThreadId
Set threadId.- Parameters:
threadId- ThreadId- Returns:
- this
-
getThreadName
Get threadName.- Returns:
- threadName
-
setThreadName
Set threadName.- Parameters:
threadName- ThreadName- Returns:
- this
-