Klasse HealthCheckResult
java.lang.Object
io.github.primelib.jira4j.restv3.model.HealthCheckResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class HealthCheckResult
extends Object
HealthCheckResult
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
HealthCheckResult
(String description, String name, Boolean passed) Constructs a validated instance ofHealthCheckResult
.Constructs a validated instance ofHealthCheckResult
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The description of the Jira health check item.description
(String description) The description of the Jira health check item.boolean
int
hashCode()
name()
The name of the Jira health check item.The name of the Jira health check item.passed()
Whether the Jira health check item passed or failed.Whether the Jira health check item passed or failed.toString()
-
Felddetails
-
description
The description of the Jira health check item. -
name
The name of the Jira health check item. -
passed
Whether the Jira health check item passed or failed.
-
-
Konstruktordetails
-
HealthCheckResult
Constructs a validated instance ofHealthCheckResult
.- Parameter:
spec
- the specification to process
-
HealthCheckResult
Constructs a validated instance ofHealthCheckResult
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
HealthCheckResult(Consumer)
instead.- Parameter:
description
- The description of the Jira health check item.name
- The name of the Jira health check item.passed
- Whether the Jira health check item passed or failed.
-
HealthCheckResult
protected HealthCheckResult()
-
-
Methodendetails
-
builder
-
description
The description of the Jira health check item. -
name
The name of the Jira health check item. -
passed
Whether the Jira health check item passed or failed. -
description
The description of the Jira health check item.- Gibt zurück:
this
.
-
name
The name of the Jira health check item.- Gibt zurück:
this
.
-
passed
Whether the Jira health check item passed or failed.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-