Class HealthCheckResult
java.lang.Object
io.github.primelib.jira4j.restv3.model.HealthCheckResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class HealthCheckResult
extends Object
HealthCheckResult
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
HealthCheckResult
(String description, String name, Boolean passed) Constructs a validated instance ofHealthCheckResult
.Constructs a validated instance ofHealthCheckResult
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
HealthCheckResult
Constructs a validated instance ofHealthCheckResult
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
name
The name of the Jira health check item.- Returns:
this
.
-
passed
Whether the Jira health check item passed or failed.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-