org.hudsonci.rest.model.build
Class ConsoleDTO

java.lang.Object
  extended by org.hudsonci.rest.model.build.ConsoleDTO

public class ConsoleDTO
extends Object

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

exists

protected boolean exists

length

protected Long length

lastModified

protected Long lastModified
Constructor Detail

ConsoleDTO

public ConsoleDTO()
Method Detail

isExists

public boolean isExists()
Gets the value of the exists property.


setExists

public void setExists(boolean value)
Sets the value of the exists property.


getLength

public Long getLength()
Gets the value of the length property.

Returns:
possible object is Long

setLength

public void setLength(Long value)
Sets the value of the length property.

Parameters:
value - allowed object is Long

getLastModified

public Long getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is Long

setLastModified

public void setLastModified(Long value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is Long

withExists

public ConsoleDTO withExists(boolean value)

withLength

public ConsoleDTO withLength(Long value)

withLastModified

public ConsoleDTO withLastModified(Long 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.