org.hudsonci.rest.model
Class NodeReferenceDTO

java.lang.Object
  extended by org.hudsonci.rest.model.NodeReferenceDTO

public class NodeReferenceDTO
extends Object

Java class for nodeReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="nodeReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
 
Constructor Summary
NodeReferenceDTO()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
          Gets the value of the id property.
 int hashCode()
           
 void setId(String value)
          Sets the value of the id property.
 NodeReferenceDTO withId(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id
Constructor Detail

NodeReferenceDTO

public NodeReferenceDTO()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

withId

public NodeReferenceDTO withId(String 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.