|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.rest.model.project.HealthDTO
public class HealthDTO
Java class for health complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="health">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="score" type="{http://hudson-ci.org/xsd/hudson/2.1.0/rest/project}heathScore"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected int |
score
|
| Constructor Summary | |
|---|---|
HealthDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Gets the value of the description property. |
int |
getScore()
Gets the value of the score property. |
int |
hashCode()
|
void |
setDescription(String value)
Sets the value of the description property. |
void |
setScore(int value)
Sets the value of the score property. |
HealthDTO |
withDescription(String value)
|
HealthDTO |
withScore(int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int score
protected String description
| Constructor Detail |
|---|
public HealthDTO()
| Method Detail |
|---|
public int getScore()
public void setScore(int value)
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic HealthDTO withScore(int value)
public HealthDTO withDescription(String 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 | |||||||||