@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class HealthCheckResult extends Object
| Constructor and Description |
|---|
HealthCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResult |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the Jira health check item.
|
String |
getName()
The name of the Jira health check item.
|
Boolean |
getPassed()
Whether the Jira health check item passed or failed.
|
int |
hashCode() |
HealthCheckResult |
name(String name) |
HealthCheckResult |
passed(Boolean passed) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPassed(Boolean passed) |
String |
toString() |
public HealthCheckResult name(String name)
public String getName()
public void setName(String name)
public HealthCheckResult description(String description)
public String getDescription()
public void setDescription(String description)
public HealthCheckResult passed(Boolean passed)
public Boolean getPassed()
public void setPassed(Boolean passed)
Copyright © 2011–2021 Everit Kft.. All rights reserved.