org.rundeck.api.domain
Class RundeckEvent.NodeSummary

java.lang.Object
  extended by org.rundeck.api.domain.RundeckEvent.NodeSummary
All Implemented Interfaces:
Serializable
Enclosing class:
RundeckEvent

public static class RundeckEvent.NodeSummary
extends Object
implements Serializable

Summary for nodes

See Also:
Serialized Form

Constructor Summary
RundeckEvent.NodeSummary()
           
 
Method Summary
 boolean equals(Object obj)
           
 int getFailed()
           
 int getSucceeded()
           
 int getTotal()
           
 int hashCode()
           
 void setFailed(int failed)
           
 void setSucceeded(int succeeded)
           
 void setTotal(int total)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RundeckEvent.NodeSummary

public RundeckEvent.NodeSummary()
Method Detail

getSucceeded

public int getSucceeded()

setSucceeded

public void setSucceeded(int succeeded)

getFailed

public int getFailed()

setFailed

public void setFailed(int failed)

getTotal

public int getTotal()

setTotal

public void setTotal(int total)

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.