@Generated(value={"Immutables.generator","_UpdateProcessRequest"}) public final class UpdateProcessRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateProcessRequest.Builder
Builds instances of type
UpdateProcessRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateProcessRequest.Builder |
builder()
Creates a builder for
UpdateProcessRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateProcessRequest that have equal attribute values. |
String |
getCommand()
The command
|
HealthCheck |
getHealthCheck()
The health check
|
List<Integer> |
getPorts()
The ports
|
String |
getProcessId()
The process id
|
int |
hashCode()
Computes a hash code from attributes:
command, healthCheck, ports, processId. |
String |
toString()
Prints the immutable value
UpdateProcessRequest with attribute values. |
public String getCommand()
public HealthCheck getHealthCheck()
public String getProcessId()
public boolean equals(Object another)
UpdateProcessRequest that have equal attribute values.public int hashCode()
command, healthCheck, ports, processId.public String toString()
UpdateProcessRequest with attribute values.public static UpdateProcessRequest.Builder builder()
UpdateProcessRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.