Class PolicyTemplateItem

    • Method Detail

      • policyStoreId

        public final String policyStoreId()

        The unique identifier of the policy store that contains the template.

        Returns:
        The unique identifier of the policy store that contains the template.
      • policyTemplateId

        public final String policyTemplateId()

        The unique identifier of the policy template.

        Returns:
        The unique identifier of the policy template.
      • description

        public final String description()

        The description attached to the policy template.

        Returns:
        The description attached to the policy template.
      • createdDate

        public final Instant createdDate()

        The date and time that the policy template was created.

        Returns:
        The date and time that the policy template was created.
      • lastUpdatedDate

        public final Instant lastUpdatedDate()

        The date and time that the policy template was most recently updated.

        Returns:
        The date and time that the policy template was most recently updated.
      • 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)