Class AnalysisRule

    • Method Detail

      • collaborationId

        public final String collaborationId()

        The unique ID for the associated collaboration.

        Returns:
        The unique ID for the associated collaboration.
      • name

        public final String name()

        The name for the analysis rule.

        Returns:
        The name for the analysis rule.
      • createTime

        public final Instant createTime()

        The time the analysis rule was created.

        Returns:
        The time the analysis rule was created.
      • updateTime

        public final Instant updateTime()

        The time the analysis rule was last updated.

        Returns:
        The time the analysis rule was last updated.
      • policy

        public final AnalysisRulePolicy policy()

        A policy that describes the associated data usage limitations.

        Returns:
        A policy that describes the associated data usage limitations.
      • 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)