Klasse LicenseMetric

java.lang.Object
io.github.primelib.jira4j.restv2.model.LicenseMetric

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class LicenseMetric extends Object
LicenseMetric
  • Felddetails

    • key

      protected String key
      The key of a specific license metric.
    • value

      protected String value
      The calculated value of a licence metric linked to the key. An example licence metric is the approximate number of user accounts.
  • Konstruktordetails

    • LicenseMetric

      public LicenseMetric(Consumer<LicenseMetric> spec)
      Constructs a validated instance of LicenseMetric.
      Parameter:
      spec - the specification to process
    • LicenseMetric

      @Internal public LicenseMetric(String key, String value)
      Constructs a validated instance of LicenseMetric.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using LicenseMetric(Consumer) instead.

      Parameter:
      key - The key of a specific license metric.
      value - The calculated value of a licence metric linked to the key. An example licence metric is the approximate number of user accounts.
    • LicenseMetric

      protected LicenseMetric()
  • Methodendetails

    • builder

      public static LicenseMetric.LicenseMetricBuilder builder()
    • key

      public String key()
      The key of a specific license metric.
    • value

      public String value()
      The calculated value of a licence metric linked to the key. An example licence metric is the approximate number of user accounts.
    • key

      public LicenseMetric key(String key)
      The key of a specific license metric.
      Gibt zurück:
      this.
    • value

      public LicenseMetric value(String value)
      The calculated value of a licence metric linked to the key. An example licence metric is the approximate number of user accounts.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object