Class CustomRuleAllOfDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.CustomRuleAllOfDTO
-
public class CustomRuleAllOfDTO extends Object
CustomRuleAllOfDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_KEY_TEMPLATEstatic StringSERIALIZED_NAME_SIDDHI_QUERY
-
Constructor Summary
Constructors Constructor Description CustomRuleAllOfDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKeyTemplate()The specific combination of attributes that are checked in the policy.StringgetSiddhiQuery()Siddhi query which represents the custom throttling policyinthashCode()CustomRuleAllOfDTOkeyTemplate(String keyTemplate)voidsetKeyTemplate(String keyTemplate)voidsetSiddhiQuery(String siddhiQuery)CustomRuleAllOfDTOsiddhiQuery(String siddhiQuery)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SIDDHI_QUERY
public static final String SERIALIZED_NAME_SIDDHI_QUERY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY_TEMPLATE
public static final String SERIALIZED_NAME_KEY_TEMPLATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
siddhiQuery
public CustomRuleAllOfDTO siddhiQuery(String siddhiQuery)
-
getSiddhiQuery
public String getSiddhiQuery()
Siddhi query which represents the custom throttling policy- Returns:
- siddhiQuery
-
setSiddhiQuery
public void setSiddhiQuery(String siddhiQuery)
-
keyTemplate
public CustomRuleAllOfDTO keyTemplate(String keyTemplate)
-
getKeyTemplate
public String getKeyTemplate()
The specific combination of attributes that are checked in the policy.- Returns:
- keyTemplate
-
setKeyTemplate
public void setKeyTemplate(String keyTemplate)
-
-