org.rhq.core.clientapi.agent.bundle
Class BundlePurgeResponse

java.lang.Object
  extended by org.rhq.core.clientapi.agent.bundle.BundlePurgeResponse
All Implemented Interfaces:
Serializable

public class BundlePurgeResponse
extends Object
implements Serializable

The results of the purge.

Author:
John Mazzitelli
See Also:
Serialized Form

Constructor Summary
BundlePurgeResponse()
           
 
Method Summary
 String getErrorMessage()
           
 boolean isSuccess()
           
 void setErrorMessage(String errorMessage)
           
 void setErrorMessage(Throwable t)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundlePurgeResponse

public BundlePurgeResponse()
Method Detail

isSuccess

public boolean isSuccess()

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

setErrorMessage

public void setErrorMessage(Throwable t)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.