Class ApplicationProperty

java.lang.Object
com.atlassian.jira.config.properties.ApplicationProperty

@Internal public class ApplicationProperty extends Object
Since:
v9.15
  • Constructor Details

  • Method Details

    • getKey

      @Nonnull public String getKey()
    • getType

      @Nonnull public ApplicationProperty.Type getType()
    • getValue

      @Nullable public Object getValue()
    • getBoolean

      @Nullable public Boolean getBoolean()
    • getDate

      @Nullable public Date getDate()
    • getDouble

      @Nullable public Double getDouble()
    • getLong

      @Nullable public Long getLong()
    • getString

      @Nullable public String getString()
    • getText

      @Nullable public String getText()
    • 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