|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.rest.model.build.ChangeFileDTO
public class ChangeFileDTO
Java class for changeFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="changeFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://hudson-ci.org/xsd/hudson/2.1.0/rest/build}changeType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
path
|
protected ChangeTypeDTO |
type
|
| Constructor Summary | |
|---|---|
ChangeFileDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getPath()
Gets the value of the path property. |
ChangeTypeDTO |
getType()
Gets the value of the type property. |
int |
hashCode()
|
void |
setPath(String value)
Sets the value of the path property. |
void |
setType(ChangeTypeDTO value)
Sets the value of the type property. |
ChangeFileDTO |
withPath(String value)
|
ChangeFileDTO |
withType(ChangeTypeDTO value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String path
protected ChangeTypeDTO type
| Constructor Detail |
|---|
public ChangeFileDTO()
| Method Detail |
|---|
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic ChangeTypeDTO getType()
ChangeTypeDTOpublic void setType(ChangeTypeDTO value)
value - allowed object is
ChangeTypeDTOpublic ChangeFileDTO withPath(String value)
public ChangeFileDTO withType(ChangeTypeDTO 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 | |||||||||