public class MainContainer
extends java.lang.Object
| Constructor and Description |
|---|
MainContainer() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FixtureResult> |
getAfterMethods()
Gets afterMethods.
|
java.util.List<FixtureResult> |
getBeforeMethods()
Gets beforeMethods.
|
java.util.List<java.lang.String> |
getChildren()
Gets children.
|
java.lang.Long |
getStart()
Gets start.
|
java.lang.Long |
getStop()
Gets stop.
|
java.lang.String |
getUuid()
Gets uuid.
|
MainContainer |
setAfterMethods(java.util.List<FixtureResult> afterMethods)
Sets afterMethods.
|
MainContainer |
setBeforeMethods(java.util.List<FixtureResult> beforeMethods)
Sets beforeMethods.
|
MainContainer |
setChildren(java.util.List<java.lang.String> children)
Sets children.
|
MainContainer |
setStart(java.lang.Long start)
Sets start.
|
MainContainer |
setStop(java.lang.Long stop)
Sets stop.
|
MainContainer |
setUuid(java.lang.String uuid)
Sets uuid.
|
public java.lang.String getUuid()
public MainContainer setUuid(java.lang.String uuid)
uuid - the valuepublic java.util.List<java.lang.String> getChildren()
public MainContainer setChildren(java.util.List<java.lang.String> children)
children - the childrenpublic java.util.List<FixtureResult> getBeforeMethods()
public MainContainer setBeforeMethods(java.util.List<FixtureResult> beforeMethods)
beforeMethods - the beforeMethodspublic java.util.List<FixtureResult> getAfterMethods()
public MainContainer setAfterMethods(java.util.List<FixtureResult> afterMethods)
afterMethods - the afterMethodspublic java.lang.Long getStart()
public MainContainer setStart(java.lang.Long start)
start - the valuepublic java.lang.Long getStop()
public MainContainer setStop(java.lang.Long stop)
stop - the value