public class NotCondition extends Object implements ParseCondition
| Constructor and Description |
|---|
NotCondition() |
NotCondition(ParseCondition conditionToNegate) |
| Modifier and Type | Method and Description |
|---|---|
ParseCondition |
getConditionToNegate() |
boolean |
isFullfilled(int httpStatusCode)
Tests / determines if this conditioni is fullfilled or not
|
NotCondition |
setConditionToNegate(ParseCondition condition) |
public NotCondition()
public NotCondition(ParseCondition conditionToNegate)
public ParseCondition getConditionToNegate()
public NotCondition setConditionToNegate(ParseCondition condition)
public boolean isFullfilled(int httpStatusCode)
ParseConditionisFullfilled in interface ParseConditionCopyright © 2015 Hannes Dorfmann. All rights reserved.