Class RuleProperties

    • Constructor Detail

      • RuleProperties

        public RuleProperties()
    • Method Detail

      • provisioningState

        public AfdProvisioningState provisioningState()
        Get the provisioningState property: Provisioning status.
        Returns:
        the provisioningState value.
      • deploymentStatus

        public DeploymentStatus deploymentStatus()
        Get the deploymentStatus property: The deploymentStatus property.
        Returns:
        the deploymentStatus value.
      • withOrder

        public RuleProperties withOrder​(Integer order)
        Set the order property: The order in which the rules are applied for the endpoint. Possible values {0,1,2,3,………}. A rule with a lesser order will be applied before a rule with a greater order. Rule with order 0 is a special rule. It does not require any condition and actions listed in it will always be applied.
        Overrides:
        withOrder in class RuleUpdatePropertiesParameters
        Parameters:
        order - the order value to set.
        Returns:
        the RuleUpdatePropertiesParameters object itself.
      • withMatchProcessingBehavior

        public RuleProperties withMatchProcessingBehavior​(MatchProcessingBehavior matchProcessingBehavior)
        Set the matchProcessingBehavior property: If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
        Overrides:
        withMatchProcessingBehavior in class RuleUpdatePropertiesParameters
        Parameters:
        matchProcessingBehavior - the matchProcessingBehavior value to set.
        Returns:
        the RuleUpdatePropertiesParameters object itself.