org.hudsonci.rest.model.build
Class ChangeFileDTO

java.lang.Object
  extended by org.hudsonci.rest.model.build.ChangeFileDTO

public class ChangeFileDTO
extends Object

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

path

protected String path

type

protected ChangeTypeDTO type
Constructor Detail

ChangeFileDTO

public ChangeFileDTO()
Method Detail

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getType

public ChangeTypeDTO getType()
Gets the value of the type property.

Returns:
possible object is ChangeTypeDTO

setType

public void setType(ChangeTypeDTO value)
Sets the value of the type property.

Parameters:
value - allowed object is ChangeTypeDTO

withPath

public ChangeFileDTO withPath(String value)

withType

public ChangeFileDTO withType(ChangeTypeDTO value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.