@Generated(value="org.immutables.processor.ProxyProcessor") public final class HealthCheck extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthCheck.Builder
Builds instances of type
HealthCheck. |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheck.Builder |
builder()
Creates a builder for
HealthCheck. |
boolean |
equals(Object another)
This instance is equal to all instances of
HealthCheck that have equal attribute values. |
Data |
getData()
The data
|
HealthCheckType |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
data, type. |
String |
toString()
Prints the immutable value
HealthCheck with attribute values. |
public Data getData()
public HealthCheckType getType()
public boolean equals(Object another)
HealthCheck that have equal attribute values.public int hashCode()
data, type.public String toString()
HealthCheck with attribute values.public static HealthCheck.Builder builder()
HealthCheck.
HealthCheck.builder()
.data(org.cloudfoundry.client.v3.processes.Data | null) // nullable data
.type(org.cloudfoundry.client.v3.processes.HealthCheckType) // required type
.build();
Copyright © 2020. All rights reserved.