|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.rest.model.build.ConsoleDTO
public class ConsoleDTO
Java class for console complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="console">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
exists
|
protected Long |
lastModified
|
protected Long |
length
|
| Constructor Summary | |
|---|---|
ConsoleDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getLastModified()
Gets the value of the lastModified property. |
Long |
getLength()
Gets the value of the length property. |
int |
hashCode()
|
boolean |
isExists()
Gets the value of the exists property. |
void |
setExists(boolean value)
Sets the value of the exists property. |
void |
setLastModified(Long value)
Sets the value of the lastModified property. |
void |
setLength(Long value)
Sets the value of the length property. |
ConsoleDTO |
withExists(boolean value)
|
ConsoleDTO |
withLastModified(Long value)
|
ConsoleDTO |
withLength(Long value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean exists
protected Long length
protected Long lastModified
| Constructor Detail |
|---|
public ConsoleDTO()
| Method Detail |
|---|
public boolean isExists()
public void setExists(boolean value)
public Long getLength()
Longpublic void setLength(Long value)
value - allowed object is
Longpublic Long getLastModified()
Longpublic void setLastModified(Long value)
value - allowed object is
Longpublic ConsoleDTO withExists(boolean value)
public ConsoleDTO withLength(Long value)
public ConsoleDTO withLastModified(Long 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 | |||||||||