public class ThrottleConditionBaseDTO extends Object
| Constructor and Description |
|---|
ThrottleConditionBaseDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
ThrottleConditionBaseDTO |
invertCondition(Boolean invertCondition) |
Boolean |
isInvertCondition()
Specifies whether inversion of the condition to be matched against the request.
|
void |
setInvertCondition(Boolean invertCondition) |
String |
toString() |
public ThrottleConditionBaseDTO invertCondition(Boolean invertCondition)
public Boolean isInvertCondition()
public void setInvertCondition(Boolean invertCondition)
Copyright © 2020 WSO2 Inc. All rights reserved.