Klasse HealthCheckResult

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

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

    • description

      protected String description
      The description of the Jira health check item.
    • name

      protected String name
      The name of the Jira health check item.
    • passed

      protected Boolean passed
      Whether the Jira health check item passed or failed.
  • Konstruktordetails

    • HealthCheckResult

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

      @Internal public HealthCheckResult(String description, String name, Boolean passed)
      Constructs a validated instance of HealthCheckResult.

      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

      public String description()
      The description of the Jira health check item.
    • name

      public String name()
      The name of the Jira health check item.
    • passed

      public Boolean passed()
      Whether the Jira health check item passed or failed.
    • description

      public HealthCheckResult description(String description)
      The description of the Jira health check item.
      Gibt zurück:
      this.
    • name

      public HealthCheckResult name(String name)
      The name of the Jira health check item.
      Gibt zurück:
      this.
    • passed

      public HealthCheckResult passed(Boolean passed)
      Whether the Jira health check item passed or failed.
      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