org.hudsonci.rest.model
Class LabelDTO
java.lang.Object
org.hudsonci.rest.model.LabelDTO
public class LabelDTO
- extends Object
Java class for label complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="label">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
name
protected String name
LabelDTO
public LabelDTO()
getName
public String getName()
- Gets the value of the name property.
- Returns:
- possible object is
String
setName
public void setName(String value)
- Sets the value of the name property.
- Parameters:
value - allowed object is
String
withName
public LabelDTO withName(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.