public abstract class ConditionEval extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
dataTimestamp |
protected long |
evalTimestamp |
protected boolean |
match |
protected boolean |
used |
| Constructor and Description |
|---|
ConditionEval() |
ConditionEval(boolean match,
long dataTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract int |
getConditionSetIndex() |
abstract int |
getConditionSetSize() |
long |
getDataTimestamp() |
long |
getEvalTimestamp() |
abstract String |
getLog() |
abstract String |
getTriggerId() |
int |
hashCode() |
boolean |
isMatch() |
boolean |
isUsed() |
void |
setDataTimestamp(long dataTimestamp) |
void |
setEvalTimestamp(long evalTimestamp) |
void |
setMatch(boolean match) |
void |
setUsed(boolean used) |
protected boolean match
protected long evalTimestamp
protected long dataTimestamp
protected boolean used
public ConditionEval()
public ConditionEval(boolean match,
long dataTimestamp)
public boolean isMatch()
public void setMatch(boolean match)
public long getEvalTimestamp()
public void setEvalTimestamp(long evalTimestamp)
public long getDataTimestamp()
public void setDataTimestamp(long dataTimestamp)
public boolean isUsed()
public void setUsed(boolean used)
public abstract String getTriggerId()
public abstract int getConditionSetSize()
public abstract int getConditionSetIndex()
public abstract String getLog()
Copyright © 2015 Red Hat, Inc.. All rights reserved.