org.rundeck.api.domain
Class RundeckHistory

java.lang.Object
  extended by org.rundeck.api.domain.RundeckHistory
All Implemented Interfaces:
Serializable

public class RundeckHistory
extends Object
implements Serializable

Represents a portion of the RunDeck (events) history

Author:
Vincent Behar
See Also:
Serialized Form

Constructor Summary
RundeckHistory()
           
 
Method Summary
 void addEvent(RundeckEvent event)
           
 boolean equals(Object obj)
           
 int getCount()
           
 List<RundeckEvent> getEvents()
           
 int getMax()
           
 int getOffset()
           
 int getTotal()
           
 int hashCode()
           
 void setCount(int count)
           
 void setEvents(List<RundeckEvent> events)
           
 void setMax(int max)
           
 void setOffset(int offset)
           
 void setTotal(int total)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RundeckHistory

public RundeckHistory()
Method Detail

addEvent

public void addEvent(RundeckEvent event)

getEvents

public List<RundeckEvent> getEvents()

setEvents

public void setEvents(List<RundeckEvent> events)

getCount

public int getCount()

setCount

public void setCount(int count)

getTotal

public int getTotal()

setTotal

public void setTotal(int total)

getMax

public int getMax()

setMax

public void setMax(int max)

getOffset

public int getOffset()

setOffset

public void setOffset(int offset)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.