Class ConditionalGroupDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.ConditionalGroupDTO
ConditionalGroupDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconditions(List<ThrottleConditionDTO> conditions) description(String description) booleanIndividual throttling conditions.Description of the Conditional GroupgetLimit()Get limitinthashCode()limit(ThrottleLimitDTO limit) voidsetConditions(List<ThrottleConditionDTO> conditions) voidsetDescription(String description) voidsetLimit(ThrottleLimitDTO limit) toString()
-
Field Details
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_CONDITIONS
- See Also:
-
SERIALIZED_NAME_LIMIT
- See Also:
-
-
Constructor Details
-
ConditionalGroupDTO
public ConditionalGroupDTO()
-
-
Method Details
-
description
-
getDescription
Description of the Conditional Group- Returns:
- description
-
setDescription
-
conditions
-
getConditions
Individual throttling conditions. They can be defined as either HeaderCondition, IPCondition, JWTClaimsCondition, QueryParameterCondition Please see schemas of each of those throttling condition in Definitions section.- Returns:
- conditions
-
setConditions
-
limit
-
getLimit
Get limit- Returns:
- limit
-
setLimit
-
equals
-
hashCode
public int hashCode() -
toString
-