@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class ConditionalGroup extends Object
| Constructor and Description |
|---|
ConditionalGroup() |
| Modifier and Type | Method and Description |
|---|---|
ConditionalGroup |
addConditionsItem(ThrottleCondition conditionsItem) |
ConditionalGroup |
conditions(List<ThrottleCondition> conditions) |
ConditionalGroup |
description(String description) |
boolean |
equals(Object o) |
List<ThrottleCondition> |
getConditions()
Individual throttling conditions.
|
String |
getDescription()
Description of the Conditional Group
|
ThrottleLimit |
getLimit()
Get limit
|
int |
hashCode() |
ConditionalGroup |
limit(ThrottleLimit limit) |
void |
setConditions(List<ThrottleCondition> conditions) |
void |
setDescription(String description) |
void |
setLimit(ThrottleLimit limit) |
String |
toString() |
public ConditionalGroup description(String description)
public String getDescription()
public void setDescription(String description)
public ConditionalGroup conditions(List<ThrottleCondition> conditions)
public ConditionalGroup addConditionsItem(ThrottleCondition conditionsItem)
public List<ThrottleCondition> getConditions()
public void setConditions(List<ThrottleCondition> conditions)
public ConditionalGroup limit(ThrottleLimit limit)
public ThrottleLimit getLimit()
public void setLimit(ThrottleLimit limit)
Copyright © 2018 WSO2 Inc. All rights reserved.