org.rhq.core.domain.alert.composite
Class AlertWithLatestConditionLog

java.lang.Object
  extended by org.rhq.core.domain.alert.composite.AlertWithLatestConditionLog
All Implemented Interfaces:
Serializable

public class AlertWithLatestConditionLog
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AlertWithLatestConditionLog(Alert alert, String conditionText, String conditionValue, String recoveryInfo)
           
 
Method Summary
 Alert getAlert()
           
 String getConditionText()
           
 String getConditionValue()
           
 String getRecoveryInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertWithLatestConditionLog

public AlertWithLatestConditionLog(Alert alert,
                                   String conditionText,
                                   String conditionValue,
                                   String recoveryInfo)
Method Detail

getAlert

public Alert getAlert()

getConditionText

public String getConditionText()

getConditionValue

public String getConditionValue()

getRecoveryInfo

public String getRecoveryInfo()


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.