Class CalculatedAttributeValue

    • Method Detail

      • calculatedAttributeName

        public final String calculatedAttributeName()

        The unique name of the calculated attribute.

        Returns:
        The unique name of the calculated attribute.
      • displayName

        public final String displayName()

        The display name of the calculated attribute.

        Returns:
        The display name of the calculated attribute.
      • isDataPartial

        public final String isDataPartial()

        Indicates whether the calculated attribute's value is based on partial data. If the data is partial, it is set to true.

        Returns:
        Indicates whether the calculated attribute's value is based on partial data. If the data is partial, it is set to true.
      • profileId

        public final String profileId()

        The profile id belonging to this calculated attribute value.

        Returns:
        The profile id belonging to this calculated attribute value.
      • value

        public final String value()

        The value of the calculated attribute.

        Returns:
        The value of the calculated attribute.
      • 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)