public abstract class AbstractTestSuiteStartedEvent extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, TestSuiteEvent
Java class for abstract-test-suite-started-event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstract-test-suite-started-event">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="uid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{urn:events.allure.qatools.yandex.ru}description"/>
<element name="labels" type="{urn:events.allure.qatools.yandex.ru}labels" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ru.yandex.qatools.allure.model.Description |
description |
protected List<ru.yandex.qatools.allure.model.Label> |
labels |
protected String |
name |
protected String |
title |
protected String |
uid |
| Constructor and Description |
|---|
AbstractTestSuiteStartedEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ru.yandex.qatools.allure.model.Description |
getDescription()
Gets the value of the description property.
|
List<ru.yandex.qatools.allure.model.Label> |
getLabels() |
String |
getName()
Gets the value of the name property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getUid()
Gets the value of the uid property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDescription(ru.yandex.qatools.allure.model.Description value)
Sets the value of the description property.
|
void |
setLabels(List<ru.yandex.qatools.allure.model.Label> labels) |
void |
setName(String value)
Sets the value of the name property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
protected String uid
protected String name
protected String title
protected ru.yandex.qatools.allure.model.Description description
protected List<ru.yandex.qatools.allure.model.Label> labels
public String getUid()
getUid in interface TestSuiteEventStringpublic void setUid(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic ru.yandex.qatools.allure.model.Description getDescription()
Descriptionpublic void setDescription(ru.yandex.qatools.allure.model.Description value)
value - allowed object is
Descriptionpublic List<ru.yandex.qatools.allure.model.Label> getLabels()
public void setLabels(List<ru.yandex.qatools.allure.model.Label> labels)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2017 Yandex. All rights reserved.