Class CustomRuleDTO

    • Constructor Detail

      • CustomRuleDTO

        public CustomRuleDTO()
    • 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)