|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.InvocationDTO.Result
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public static class InvocationDTO.Result
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="exception" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
exception
|
protected Object |
value
|
| Constructor Summary | |
|---|---|
InvocationDTO.Result()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Object |
getValue()
Gets the value of the value property. |
int |
hashCode()
|
boolean |
isException()
Gets the value of the exception property. |
void |
setException(boolean value)
Sets the value of the exception property. |
void |
setValue(Object value)
Sets the value of the value property. |
InvocationDTO.Result |
withException(boolean value)
|
InvocationDTO.Result |
withValue(Object value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object value
protected boolean exception
| Constructor Detail |
|---|
public InvocationDTO.Result()
| Method Detail |
|---|
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic boolean isException()
public void setException(boolean value)
public InvocationDTO.Result withValue(Object value)
public InvocationDTO.Result withException(boolean value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||