@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class ThrottleCondition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottleCondition.TypeEnum
Type of the thottling condition.
|
| Constructor and Description |
|---|
ThrottleCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getInvertCondition()
Specifies whether inversion of the condition to be matched against the request
|
ThrottleCondition.TypeEnum |
getType()
Type of the thottling condition.
|
int |
hashCode() |
ThrottleCondition |
invertCondition(Boolean invertCondition) |
void |
setInvertCondition(Boolean invertCondition) |
void |
setType(ThrottleCondition.TypeEnum type) |
String |
toString() |
ThrottleCondition |
type(ThrottleCondition.TypeEnum type) |
public ThrottleCondition type(ThrottleCondition.TypeEnum type)
public ThrottleCondition.TypeEnum getType()
public void setType(ThrottleCondition.TypeEnum type)
public ThrottleCondition invertCondition(Boolean invertCondition)
public Boolean getInvertCondition()
public void setInvertCondition(Boolean invertCondition)
Copyright © 2018 WSO2 Inc. All rights reserved.