org.hudsonci.rest.model
Class UserReferenceDTO
java.lang.Object
org.hudsonci.rest.model.UserReferenceDTO
public class UserReferenceDTO
- extends Object
Java class for userReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userReference">
<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
UserReferenceDTO
public UserReferenceDTO()
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 UserReferenceDTO 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.