|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.state.ExecutionActivityDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class ExecutionActivityDTO
Java class for executionActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="executionActivity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}executionActivityType" />
<attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Date |
timestamp
|
protected ExecutionActivityTypeDTO |
type
|
| Constructor Summary | |
|---|---|
ExecutionActivityDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Date |
getTimestamp()
Gets the value of the timestamp property. |
ExecutionActivityTypeDTO |
getType()
Gets the value of the type property. |
int |
hashCode()
|
void |
setTimestamp(Date value)
Sets the value of the timestamp property. |
void |
setType(ExecutionActivityTypeDTO value)
Sets the value of the type property. |
ExecutionActivityDTO |
withTimestamp(Date value)
|
ExecutionActivityDTO |
withType(ExecutionActivityTypeDTO value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@XStreamAsAttribute protected ExecutionActivityTypeDTO type
@XStreamAsAttribute protected Date timestamp
| Constructor Detail |
|---|
public ExecutionActivityDTO()
| Method Detail |
|---|
public ExecutionActivityTypeDTO getType()
ExecutionActivityTypeDTOpublic void setType(ExecutionActivityTypeDTO value)
value - allowed object is
ExecutionActivityTypeDTOpublic Date getTimestamp()
Stringpublic void setTimestamp(Date value)
value - allowed object is
Stringpublic ExecutionActivityDTO withType(ExecutionActivityTypeDTO value)
public ExecutionActivityDTO withTimestamp(Date 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 | |||||||||