public class BetweenCondition extends Object implements ParseCondition
lowerBound <= httpStatus <= upperBound | Constructor and Description |
|---|
BetweenCondition() |
BetweenCondition(int lowerBound,
int upperBound) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFullfilled(int httpStatusCode)
Tests / determines if this conditioni is fullfilled or not
|
BetweenCondition |
setLowerBound(int lowerBound) |
BetweenCondition |
setUpperBound(int upperBound) |
public BetweenCondition()
public BetweenCondition(int lowerBound,
int upperBound)
public BetweenCondition setLowerBound(int lowerBound)
lowerBound - public BetweenCondition setUpperBound(int upperBound)
public boolean isFullfilled(int httpStatusCode)
ParseConditionisFullfilled in interface ParseConditionCopyright © 2015 Hannes Dorfmann. All rights reserved.