public class ConditionalGroupDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_LIMIT |
| Constructor and Description |
|---|
ConditionalGroupDTO() |
| Modifier and Type | Method and Description |
|---|---|
ConditionalGroupDTO |
conditions(List<ThrottleConditionDTO> conditions) |
ConditionalGroupDTO |
description(String description) |
boolean |
equals(Object o) |
List<ThrottleConditionDTO> |
getConditions()
Individual throttling conditions.
|
String |
getDescription()
Description of the Conditional Group
|
ThrottleLimitDTO |
getLimit()
Get limit
|
int |
hashCode() |
ConditionalGroupDTO |
limit(ThrottleLimitDTO limit) |
void |
setConditions(List<ThrottleConditionDTO> conditions) |
void |
setDescription(String description) |
void |
setLimit(ThrottleLimitDTO limit) |
String |
toString() |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_LIMIT
public ConditionalGroupDTO description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public ConditionalGroupDTO conditions(List<ThrottleConditionDTO> conditions)
public List<ThrottleConditionDTO> getConditions()
public void setConditions(List<ThrottleConditionDTO> conditions)
public ConditionalGroupDTO limit(ThrottleLimitDTO limit)
public ThrottleLimitDTO getLimit()
public void setLimit(ThrottleLimitDTO limit)
Copyright © 2021 WSO2 Inc. All rights reserved.