public class TestStartEvent extends Object implements Serializable
| Constructor and Description |
|---|
TestStartEvent(long startTime) |
TestStartEvent(long startTime,
Object parentId) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getParentId() |
long |
getStartTime() |
TestStartEvent |
withParentId(Object parentId)
Creates a copy of this event with a new parent id.
|
public TestStartEvent(long startTime)
public TestStartEvent(long startTime,
Object parentId)
public long getStartTime()
public Object getParentId()
public TestStartEvent withParentId(Object parentId)
Copyright © 2013. All rights reserved