public class

AlertValueAndStatus

extends Object
java.lang.Object
   ↳ org.apache.helix.alerts.AlertValueAndStatus

Summary

Constants
String FIRED_NAME
String VALUE_NAME
Public Constructors
AlertValueAndStatus(Tuple<String> value, boolean fired)
Public Methods
Tuple<String> getValue()
boolean isFired()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String FIRED_NAME

Constant Value: "fired"

public static final String VALUE_NAME

Constant Value: "value"

Public Constructors

public AlertValueAndStatus (Tuple<String> value, boolean fired)

Public Methods

public Tuple<String> getValue ()

public boolean isFired ()