public abstract class ConditionEval extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
context |
protected long |
dataTimestamp |
protected long |
evalTimestamp |
protected boolean |
match |
protected Condition.Type |
type |
protected boolean |
used |
| Constructor and Description |
|---|
ConditionEval() |
ConditionEval(Condition.Type type,
boolean match,
long dataTimestamp,
Map<String,String> context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
abstract int |
getConditionSetIndex() |
abstract int |
getConditionSetSize() |
Map<String,String> |
getContext() |
long |
getDataTimestamp() |
long |
getEvalTimestamp() |
abstract String |
getLog() |
abstract String |
getTriggerId() |
Condition.Type |
getType() |
int |
hashCode() |
boolean |
isMatch() |
boolean |
isUsed() |
void |
setContext(Map<String,String> context) |
void |
setDataTimestamp(long dataTimestamp) |
void |
setEvalTimestamp(long evalTimestamp) |
void |
setMatch(boolean match) |
void |
setType(Condition.Type type) |
void |
setUsed(boolean used) |
protected boolean match
protected long evalTimestamp
protected long dataTimestamp
protected boolean used
protected Condition.Type type
public ConditionEval()
public ConditionEval(Condition.Type type, boolean match, long dataTimestamp, Map<String,String> context)
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 Condition.Type getType()
public void setType(Condition.Type type)
public abstract String getTriggerId()
public abstract int getConditionSetSize()
public abstract int getConditionSetIndex()
public abstract String getLog()
Copyright © 2015 Red Hat, Inc.. All rights reserved.