public static class AbstractAlertCondition.CheckResult extends Object implements AlertCondition.CheckResult
| Constructor and Description |
|---|
AbstractAlertCondition.CheckResult(boolean isTriggered) |
AbstractAlertCondition.CheckResult(boolean isTriggered,
AlertCondition triggeredCondition,
String resultDescription,
org.joda.time.DateTime triggeredAt) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResultDescription() |
org.joda.time.DateTime |
getTriggeredAt() |
AlertCondition |
getTriggeredCondition() |
boolean |
isTriggered() |
public AbstractAlertCondition.CheckResult(boolean isTriggered,
AlertCondition triggeredCondition,
String resultDescription,
org.joda.time.DateTime triggeredAt)
public AbstractAlertCondition.CheckResult(boolean isTriggered)
public boolean isTriggered()
isTriggered in interface AlertCondition.CheckResultpublic String getResultDescription()
getResultDescription in interface AlertCondition.CheckResultpublic AlertCondition getTriggeredCondition()
getTriggeredCondition in interface AlertCondition.CheckResultpublic org.joda.time.DateTime getTriggeredAt()
getTriggeredAt in interface AlertCondition.CheckResultCopyright © 2012–2014 TORCH GmbH. All rights reserved.