@Generated(value={"Immutables.generator","_GetProcessResponse"}) public final class GetProcessResponse extends Process
| Modifier and Type | Class and Description |
|---|---|
static class |
GetProcessResponse.Builder
Builds instances of type
GetProcessResponse. |
| Modifier and Type | Method and Description |
|---|---|
static GetProcessResponse.Builder |
builder()
Creates a builder for
GetProcessResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetProcessResponse that have equal attribute values. |
String |
getCommand()
The command
|
String |
getCreatedAt()
The created at
|
Integer |
getDiskInMb()
The disk in megabytes
|
HealthCheck |
getHealthCheck()
The health check
|
String |
getId()
The id
|
Integer |
getInstances()
The instances
|
Map<String,Link> |
getLinks()
The links
|
Integer |
getMemoryInMb()
The memory in megabytes
|
List<Integer> |
getPorts()
The ports opened to the application
|
String |
getType()
The type
|
String |
getUpdatedAt()
The updated at
|
int |
hashCode()
Computes a hash code from attributes:
command, createdAt, diskInMb, healthCheck, id, instances, links, memoryInMb, ports, type, updatedAt. |
String |
toString()
Prints the immutable value
GetProcessResponse with attribute values. |
public String getCommand()
getCommand in class Processpublic String getCreatedAt()
getCreatedAt in class Processpublic Integer getDiskInMb()
getDiskInMb in class Processpublic HealthCheck getHealthCheck()
getHealthCheck in class Processpublic Integer getInstances()
getInstances in class Processpublic Integer getMemoryInMb()
getMemoryInMb in class Processpublic String getUpdatedAt()
getUpdatedAt in class Processpublic boolean equals(Object another)
GetProcessResponse that have equal attribute values.public int hashCode()
command, createdAt, diskInMb, healthCheck, id, instances, links, memoryInMb, ports, type, updatedAt.public String toString()
GetProcessResponse with attribute values.public static GetProcessResponse.Builder builder()
GetProcessResponse.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.