public class CountStateElement extends Object implements StateElement
| Modifier and Type | Field and Description |
|---|---|
static int |
ANY |
| Constructor and Description |
|---|
CountStateElement(StreamStateElement streamStateElement,
int minCount,
int maxCount) |
CountStateElement(StreamStateElement streamStateElement,
int minCount,
int maxCount,
TimeConstant within) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMaxCount() |
int |
getMinCount() |
StreamStateElement |
getStreamStateElement() |
TimeConstant |
getWithin() |
int |
hashCode() |
void |
setWithin(TimeConstant within) |
String |
toString() |
public static final int ANY
public CountStateElement(StreamStateElement streamStateElement, int minCount, int maxCount, TimeConstant within)
public CountStateElement(StreamStateElement streamStateElement, int minCount, int maxCount)
public int getMinCount()
public int getMaxCount()
public StreamStateElement getStreamStateElement()
public TimeConstant getWithin()
getWithin in interface StateElementpublic void setWithin(TimeConstant within)
setWithin in interface StateElementCopyright © 2025 WSO2. All Rights Reserved.