org.hudsonci.rest.model
Class NodeReferenceDTO
java.lang.Object
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>
id
protected String id
NodeReferenceDTO
public NodeReferenceDTO()
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.