public class HealthCheckConfiguration extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthCheckConfiguration.HealthCheckConfigurationBuilder |
| Constructor and Description |
|---|
HealthCheckConfiguration() |
HealthCheckConfiguration(HealthCheckMode mode,
String interval,
String timeout,
String startPeriod,
Integer retries,
Arguments cmd) |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckConfiguration.HealthCheckConfigurationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Arguments |
getCmd() |
String |
getInterval() |
HealthCheckMode |
getMode() |
Integer |
getRetries() |
String |
getStartPeriod() |
String |
getTimeout() |
int |
hashCode() |
void |
validate() |
public HealthCheckConfiguration(HealthCheckMode mode, String interval, String timeout, String startPeriod, Integer retries, Arguments cmd)
public HealthCheckConfiguration()
public HealthCheckMode getMode()
public String getInterval()
public String getTimeout()
public String getStartPeriod()
public void validate()
public static HealthCheckConfiguration.HealthCheckConfigurationBuilder builder()
public Integer getRetries()
public Arguments getCmd()
protected boolean canEqual(Object other)
Copyright © 2024. All rights reserved.