Class RuleRevision

    • Method Detail

      • revisionId

        public final String revisionId()

        The system-generated unique ID that identifies the revision number of the rule.

        Returns:
        The system-generated unique ID that identifies the revision number of the rule.
      • revisionChangeId

        public final String revisionChangeId()

        The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

        Returns:
        The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
      • created

        public final Instant created()

        The date and time when the most recent version of the rule was created, in timestamp format.

        Returns:
        The date and time when the most recent version of the rule was created, in timestamp format.
      • 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)