|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.rest.model.StatusDTO
public class StatusDTO
Java class for status complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="status">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initLevel" type="{http://hudson-ci.org/xsd/hudson/2.1.0/rest/common}initLevel"/>
<element name="quietingDown" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="terminating" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="systemMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user" type="{http://hudson-ci.org/xsd/hudson/2.1.0/rest/common}user" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected InitLevelDTO |
initLevel
|
protected boolean |
quietingDown
|
protected String |
systemMessage
|
protected boolean |
terminating
|
protected String |
url
|
protected UserDTO |
user
|
protected String |
version
|
| Constructor Summary | |
|---|---|
StatusDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
InitLevelDTO |
getInitLevel()
Gets the value of the initLevel property. |
String |
getSystemMessage()
Gets the value of the systemMessage property. |
String |
getUrl()
Gets the value of the url property. |
UserDTO |
getUser()
Gets the value of the user property. |
String |
getVersion()
Gets the value of the version property. |
int |
hashCode()
|
boolean |
isQuietingDown()
Gets the value of the quietingDown property. |
boolean |
isTerminating()
Gets the value of the terminating property. |
void |
setInitLevel(InitLevelDTO value)
Sets the value of the initLevel property. |
void |
setQuietingDown(boolean value)
Sets the value of the quietingDown property. |
void |
setSystemMessage(String value)
Sets the value of the systemMessage property. |
void |
setTerminating(boolean value)
Sets the value of the terminating property. |
void |
setUrl(String value)
Sets the value of the url property. |
void |
setUser(UserDTO value)
Sets the value of the user property. |
void |
setVersion(String value)
Sets the value of the version property. |
StatusDTO |
withInitLevel(InitLevelDTO value)
|
StatusDTO |
withQuietingDown(boolean value)
|
StatusDTO |
withSystemMessage(String value)
|
StatusDTO |
withTerminating(boolean value)
|
StatusDTO |
withUrl(String value)
|
StatusDTO |
withUser(UserDTO value)
|
StatusDTO |
withVersion(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String url
protected String version
protected InitLevelDTO initLevel
protected boolean quietingDown
protected boolean terminating
protected String systemMessage
protected UserDTO user
| Constructor Detail |
|---|
public StatusDTO()
| Method Detail |
|---|
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic InitLevelDTO getInitLevel()
InitLevelDTOpublic void setInitLevel(InitLevelDTO value)
value - allowed object is
InitLevelDTOpublic boolean isQuietingDown()
public void setQuietingDown(boolean value)
public boolean isTerminating()
public void setTerminating(boolean value)
public String getSystemMessage()
Stringpublic void setSystemMessage(String value)
value - allowed object is
Stringpublic UserDTO getUser()
UserDTOpublic void setUser(UserDTO value)
value - allowed object is
UserDTOpublic StatusDTO withUrl(String value)
public StatusDTO withVersion(String value)
public StatusDTO withInitLevel(InitLevelDTO value)
public StatusDTO withQuietingDown(boolean value)
public StatusDTO withTerminating(boolean value)
public StatusDTO withSystemMessage(String value)
public StatusDTO withUser(UserDTO 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 | |||||||||