public abstract class AbstractStepCanceledEvent extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, StepEvent
Java class for abstract-step-canceled-event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstract-step-canceled-event">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="throwable" type="{urn:events.allure.qatools.yandex.ru}throwable"/>
</all>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AbstractStepCanceledEvent() |
| 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) |
Throwable |
getThrowable()
Gets the value of the throwable property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setThrowable(Throwable value)
Sets the value of the throwable property.
|
protected Throwable throwable
public Throwable getThrowable()
Throwablepublic void setThrowable(Throwable value)
value - allowed object is
Throwablepublic 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.