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
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
LicenseMetric
(String key, String value) Constructs a validated instance ofLicenseMetric
.LicenseMetric
(Consumer<LicenseMetric> spec) Constructs a validated instance ofLicenseMetric
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
key()
The key of a specific license metric.The key of a specific license metric.toString()
value()
The calculated value of a licence metric linked to the key.The calculated value of a licence metric linked to the key.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
LicenseMetric
Constructs a validated instance ofLicenseMetric
.- Parameter:
spec
- the specification to process
-
LicenseMetric
Constructs a validated instance ofLicenseMetric
.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
-
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. -
key
The key of a specific license metric.- Gibt zurück:
this
.
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-