public class TestResultContainer extends Object implements Serializable, WithLinks
Java class for TestResultContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestResultContainer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="children" type="{urn:model.allure.qameta.io}Ids"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="descriptionHtml" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="befores" type="{urn:model.allure.qameta.io}Befores"/>
<element name="afters" type="{urn:model.allure.qameta.io}Afters"/>
<element name="links" type="{urn:model.allure.qameta.io}Links"/>
</all>
<attribute name="start" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="stop" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FixtureResult> |
afters |
protected List<FixtureResult> |
befores |
protected List<String> |
children |
protected String |
description |
protected String |
descriptionHtml |
protected List<Link> |
links |
protected String |
name |
protected Long |
start |
protected Long |
stop |
protected String |
uuid |
| Constructor and Description |
|---|
TestResultContainer() |
protected String uuid
protected String name
protected String description
protected String descriptionHtml
protected List<FixtureResult> befores
protected List<FixtureResult> afters
protected Long start
protected Long stop
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDescriptionHtml()
Stringpublic void setDescriptionHtml(String value)
value - allowed object is
Stringpublic Long getStart()
Longpublic void setStart(Long value)
value - allowed object is
Longpublic void setStop(Long value)
value - allowed object is
Longpublic List<FixtureResult> getBefores()
public void setBefores(List<FixtureResult> befores)
public List<FixtureResult> getAfters()
public void setAfters(List<FixtureResult> afters)
public TestResultContainer withUuid(String value)
public TestResultContainer withName(String value)
public TestResultContainer withDescription(String value)
public TestResultContainer withDescriptionHtml(String value)
public TestResultContainer withStart(Long value)
public TestResultContainer withStop(Long value)
public TestResultContainer withChildren(String... values)
public TestResultContainer withChildren(Collection<String> values)
public TestResultContainer withChildren(List<String> children)
public TestResultContainer withBefores(FixtureResult... values)
public TestResultContainer withBefores(Collection<FixtureResult> values)
public TestResultContainer withBefores(List<FixtureResult> befores)
public TestResultContainer withAfters(FixtureResult... values)
public TestResultContainer withAfters(Collection<FixtureResult> values)
public TestResultContainer withAfters(List<FixtureResult> afters)
public TestResultContainer withLinks(Link... values)
public TestResultContainer withLinks(Collection<Link> values)
public TestResultContainer withLinks(List<Link> links)
Copyright © 2017 qameta.io. All rights reserved.