Class RuleConfig

    • Method Detail

      • inverted

        public final Boolean inverted()

        Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.

        Returns:
        Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.
      • threshold

        public final Integer threshold()

        The value of N, when you specify an ATLEAST rule type. That is, Threshold is the number of controls that must be set when you specify an ATLEAST type.

        Returns:
        The value of N, when you specify an ATLEAST rule type. That is, Threshold is the number of controls that must be set when you specify an ATLEAST type.
      • type

        public final RuleType type()

        A rule can be one of the following: ATLEAST, AND, or OR.

        If the service returns an enum value that is not available in the current SDK version, type will return RuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        A rule can be one of the following: ATLEAST, AND, or OR.
        See Also:
        RuleType
      • typeAsString

        public final String typeAsString()

        A rule can be one of the following: ATLEAST, AND, or OR.

        If the service returns an enum value that is not available in the current SDK version, type will return RuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        A rule can be one of the following: ATLEAST, AND, or OR.
        See Also:
        RuleType
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)