|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.rest.model.build.BuildReferenceDTO
public class BuildReferenceDTO
Java class for buildReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="buildReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="number" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected int |
number
|
| Constructor Summary | |
|---|---|
BuildReferenceDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getId()
Gets the value of the id property. |
int |
getNumber()
Gets the value of the number property. |
int |
hashCode()
|
void |
setId(String value)
Sets the value of the id property. |
void |
setNumber(int value)
Sets the value of the number property. |
BuildReferenceDTO |
withId(String value)
|
BuildReferenceDTO |
withNumber(int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected int number
| Constructor Detail |
|---|
public BuildReferenceDTO()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic int getNumber()
public void setNumber(int value)
public BuildReferenceDTO withId(String value)
public BuildReferenceDTO withNumber(int value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||