public class TestResultContainer extends java.lang.Object implements java.io.Serializable, WithLinks
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FixtureResult> |
afters |
protected java.util.List<FixtureResult> |
befores |
protected java.util.List<java.lang.String> |
children |
protected java.lang.String |
description |
protected java.lang.String |
descriptionHtml |
protected java.util.List<Link> |
links |
protected java.lang.String |
name |
protected java.lang.Long |
start |
protected java.lang.Long |
stop |
protected java.lang.String |
uuid |
| Constructor and Description |
|---|
TestResultContainer() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FixtureResult> |
getAfters() |
java.util.List<FixtureResult> |
getBefores() |
java.util.List<java.lang.String> |
getChildren() |
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDescriptionHtml()
Gets the value of the descriptionHtml property.
|
java.util.List<Link> |
getLinks() |
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Long |
getStart()
Gets the value of the start property.
|
java.lang.Long |
getStop()
Gets the value of the stop property.
|
java.lang.String |
getUuid()
Gets the value of the uuid property.
|
TestResultContainer |
setAfters(java.util.Collection<FixtureResult> values)
Deprecated.
use
setAfters(List) instead. |
TestResultContainer |
setAfters(FixtureResult... values)
Deprecated.
use
setAfters(List) instead. |
TestResultContainer |
setAfters(java.util.List<FixtureResult> afters) |
TestResultContainer |
setBefores(java.util.Collection<FixtureResult> values)
Deprecated.
use
setBefores(List) instead. |
TestResultContainer |
setBefores(FixtureResult... values)
Deprecated.
use
setBefores(List) instead. |
TestResultContainer |
setBefores(java.util.List<FixtureResult> befores) |
TestResultContainer |
setChildren(java.util.Collection<java.lang.String> values)
Deprecated.
use
setChildren(List) instead. |
TestResultContainer |
setChildren(java.util.List<java.lang.String> children) |
TestResultContainer |
setChildren(java.lang.String... values)
Deprecated.
use
setChildren(List) instead. |
TestResultContainer |
setDescription(java.lang.String value)
Sets the value of the description property.
|
TestResultContainer |
setDescriptionHtml(java.lang.String value)
Sets the value of the descriptionHtml property.
|
TestResultContainer |
setLinks(java.util.Collection<Link> values)
Deprecated.
use
setLinks(List) instead. |
TestResultContainer |
setLinks(Link... values)
Deprecated.
use
setLinks(List) instead. |
TestResultContainer |
setLinks(java.util.List<Link> links) |
TestResultContainer |
setName(java.lang.String value)
Sets the value of the name property.
|
TestResultContainer |
setStart(java.lang.Long value)
Sets the value of the start property.
|
TestResultContainer |
setStop(java.lang.Long value)
Sets the value of the stop property.
|
TestResultContainer |
setUuid(java.lang.String value)
Sets the value of the uuid property.
|
TestResultContainer |
withAfters(java.util.Collection<FixtureResult> values)
Deprecated.
use set method
|
TestResultContainer |
withAfters(FixtureResult... values)
Deprecated.
use set method
|
TestResultContainer |
withAfters(java.util.List<FixtureResult> afters)
Deprecated.
use set method
|
TestResultContainer |
withBefores(java.util.Collection<FixtureResult> values)
Deprecated.
use set method
|
TestResultContainer |
withBefores(FixtureResult... values)
Deprecated.
use set method
|
TestResultContainer |
withBefores(java.util.List<FixtureResult> befores)
Deprecated.
use set method
|
TestResultContainer |
withChildren(java.util.Collection<java.lang.String> values)
Deprecated.
use set method
|
TestResultContainer |
withChildren(java.util.List<java.lang.String> children)
Deprecated.
use set method
|
TestResultContainer |
withChildren(java.lang.String... values)
Deprecated.
use set method
|
TestResultContainer |
withDescription(java.lang.String value)
Deprecated.
use set method
|
TestResultContainer |
withDescriptionHtml(java.lang.String value)
Deprecated.
use set method
|
TestResultContainer |
withLinks(java.util.Collection<Link> values)
Deprecated.
use set method
|
TestResultContainer |
withLinks(Link... values)
Deprecated.
use set method
|
TestResultContainer |
withLinks(java.util.List<Link> links)
Deprecated.
use set method
|
TestResultContainer |
withName(java.lang.String value)
Deprecated.
use set method
|
TestResultContainer |
withStart(java.lang.Long value)
Deprecated.
use set method
|
TestResultContainer |
withStop(java.lang.Long value)
Deprecated.
use set method
|
TestResultContainer |
withUuid(java.lang.String value)
Deprecated.
use set method
|
protected java.lang.String uuid
protected java.lang.String name
protected java.util.List<java.lang.String> children
protected java.lang.String description
protected java.lang.String descriptionHtml
protected java.util.List<FixtureResult> befores
protected java.util.List<FixtureResult> afters
protected java.util.List<Link> links
protected java.lang.Long start
protected java.lang.Long stop
public java.lang.String getUuid()
Stringpublic TestResultContainer setUuid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic TestResultContainer setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic TestResultContainer setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescriptionHtml()
Stringpublic TestResultContainer setDescriptionHtml(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getStart()
Longpublic TestResultContainer setStart(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getStop()
Longpublic TestResultContainer setStop(java.lang.Long value)
value - allowed object is
Longpublic java.util.List<java.lang.String> getChildren()
public TestResultContainer setChildren(java.util.List<java.lang.String> children)
@Deprecated public TestResultContainer setChildren(java.lang.String... values)
setChildren(List) instead.@Deprecated public TestResultContainer setChildren(java.util.Collection<java.lang.String> values)
setChildren(List) instead.public java.util.List<FixtureResult> getBefores()
public TestResultContainer setBefores(java.util.List<FixtureResult> befores)
@Deprecated public TestResultContainer setBefores(FixtureResult... values)
setBefores(List) instead.@Deprecated public TestResultContainer setBefores(java.util.Collection<FixtureResult> values)
setBefores(List) instead.public java.util.List<FixtureResult> getAfters()
public TestResultContainer setAfters(java.util.List<FixtureResult> afters)
@Deprecated public TestResultContainer setAfters(FixtureResult... values)
setAfters(List) instead.@Deprecated public TestResultContainer setAfters(java.util.Collection<FixtureResult> values)
setAfters(List) instead.public TestResultContainer setLinks(java.util.List<Link> links)
@Deprecated public TestResultContainer setLinks(Link... values)
setLinks(List) instead.@Deprecated public TestResultContainer setLinks(java.util.Collection<Link> values)
setLinks(List) instead.@Deprecated public TestResultContainer withUuid(java.lang.String value)
@Deprecated public TestResultContainer withName(java.lang.String value)
@Deprecated public TestResultContainer withDescription(java.lang.String value)
@Deprecated public TestResultContainer withDescriptionHtml(java.lang.String value)
@Deprecated public TestResultContainer withStart(java.lang.Long value)
@Deprecated public TestResultContainer withStop(java.lang.Long value)
@Deprecated public TestResultContainer withChildren(java.lang.String... values)
@Deprecated public TestResultContainer withChildren(java.util.Collection<java.lang.String> values)
@Deprecated public TestResultContainer withChildren(java.util.List<java.lang.String> children)
@Deprecated public TestResultContainer withBefores(FixtureResult... values)
@Deprecated public TestResultContainer withBefores(java.util.Collection<FixtureResult> values)
@Deprecated public TestResultContainer withBefores(java.util.List<FixtureResult> befores)
@Deprecated public TestResultContainer withAfters(FixtureResult... values)
@Deprecated public TestResultContainer withAfters(java.util.Collection<FixtureResult> values)
@Deprecated public TestResultContainer withAfters(java.util.List<FixtureResult> afters)
@Deprecated public TestResultContainer withLinks(Link... values)
@Deprecated public TestResultContainer withLinks(java.util.Collection<Link> values)
@Deprecated public TestResultContainer withLinks(java.util.List<Link> links)