Class CustomRuleAllOfDTO


  • public class CustomRuleAllOfDTO
    extends Object
    CustomRuleAllOfDTO
    • Constructor Detail

      • CustomRuleAllOfDTO

        public CustomRuleAllOfDTO()
    • Method Detail

      • getSiddhiQuery

        public String getSiddhiQuery()
        Siddhi query which represents the custom throttling policy
        Returns:
        siddhiQuery
      • setSiddhiQuery

        public void setSiddhiQuery​(String siddhiQuery)
      • getKeyTemplate

        public String getKeyTemplate()
        The specific combination of attributes that are checked in the policy.
        Returns:
        keyTemplate
      • setKeyTemplate

        public void setKeyTemplate​(String keyTemplate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object