Class AffectedEntityLink

java.lang.Object
com.atlassian.jira.user.anonymize.AffectedEntityLink

public class AffectedEntityLink extends Object
A link allowing to view the data relating to a particular AffectedEntity.
Since:
8.3
  • Constructor Details

    • AffectedEntityLink

      public AffectedEntityLink(@Nonnull URI uri, @Nonnull String displayNameKey)
  • Method Details

    • getUri

      @Nonnull public URI getUri()
      The URI leading to a page that allows to find the affected data.
    • getDisplayNameKey

      @Nonnull public String getDisplayNameKey()
      The i18n key used to display the description of the link.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object