@Generated(value="org.immutables.processor.ProxyProcessor") public final class SetApplicationHealthCheckRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SetApplicationHealthCheckRequest.Builder
Builds instances of type
SetApplicationHealthCheckRequest. |
| Modifier and Type | Method and Description |
|---|---|
static SetApplicationHealthCheckRequest.Builder |
builder()
Creates a builder for
SetApplicationHealthCheckRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
SetApplicationHealthCheckRequest that have equal attribute values. |
String |
getName()
The name of the application
|
ApplicationHealthCheck |
getType()
The health check type
|
int |
hashCode()
Computes a hash code from attributes:
name, type. |
String |
toString()
Prints the immutable value
SetApplicationHealthCheckRequest with attribute values. |
public String getName()
public ApplicationHealthCheck getType()
public boolean equals(Object another)
SetApplicationHealthCheckRequest that have equal attribute values.public int hashCode()
name, type.public String toString()
SetApplicationHealthCheckRequest with attribute values.public static SetApplicationHealthCheckRequest.Builder builder()
SetApplicationHealthCheckRequest.
SetApplicationHealthCheckRequest.builder()
.name(String) // required name
.type(org.cloudfoundry.operations.applications.ApplicationHealthCheck) // required type
.build();
Copyright © 2021. All rights reserved.