public class OrCondition extends Object implements ParseCondition
ParseCondition by a OR condition. So at least one of
two conditions must be fullfilled to fullfill this condition| Constructor and Description |
|---|
OrCondition() |
OrCondition(ParseCondition first,
ParseCondition second) |
| Modifier and Type | Method and Description |
|---|---|
ParseCondition |
getFirst() |
ParseCondition |
getSecond() |
boolean |
isFullfilled(int httpStatusCode)
Tests / determines if this conditioni is fullfilled or not
|
OrCondition |
setFirst(ParseCondition first) |
OrCondition |
setSecond(ParseCondition second) |
public OrCondition()
public OrCondition(ParseCondition first, ParseCondition second)
public ParseCondition getFirst()
public ParseCondition getSecond()
public OrCondition setFirst(ParseCondition first)
public OrCondition setSecond(ParseCondition second)
public boolean isFullfilled(int httpStatusCode)
ParseConditionisFullfilled in interface ParseConditionCopyright © 2015 Hannes Dorfmann. All rights reserved.