public class AndCondition extends Object implements ParseCondition
ParseCondition by a AND condition. So both must be
fullfilled to fullfill this condition| Constructor and Description |
|---|
AndCondition() |
AndCondition(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
|
AndCondition |
setFirst(ParseCondition first) |
AndCondition |
setSecond(ParseCondition second) |
public AndCondition()
public AndCondition(ParseCondition first, ParseCondition second)
public ParseCondition getFirst()
public ParseCondition getSecond()
public AndCondition setFirst(ParseCondition first)
public AndCondition setSecond(ParseCondition second)
public boolean isFullfilled(int httpStatusCode)
ParseConditionisFullfilled in interface ParseConditionCopyright © 2015 Hannes Dorfmann. All rights reserved.