@Generated(value="org.immutables.processor.ProxyProcessor") 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()
When the resource was created
|
Integer |
getDiskInMb()
The disk in megabytes
|
HealthCheck |
getHealthCheck()
The health check
|
String |
getId()
The resource's id
|
Integer |
getInstances()
The instances
|
Map<String,Link> |
getLinks()
Links to related resources and actions for the resource
|
Integer |
getMemoryInMb()
The memory in megabytes
|
Metadata |
getMetadata()
The metadata
|
ProcessRelationships |
getRelationships()
The relationships
|
String |
getType()
The type
|
String |
getUpdatedAt()
When the resource was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, command, diskInMb, healthCheck, instances, memoryInMb, metadata, relationships, type. |
String |
toString()
Prints the immutable value
GetProcessResponse with attribute values. |
public String getCreatedAt()
getCreatedAt in class Resourcepublic String getUpdatedAt()
getUpdatedAt in class Resourcepublic String getCommand()
getCommand 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 Metadata getMetadata()
getMetadata in class Processpublic ProcessRelationships getRelationships()
getRelationships in class Processpublic boolean equals(Object another)
GetProcessResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, command, diskInMb, healthCheck, instances, memoryInMb, metadata, relationships, type.public String toString()
GetProcessResponse with attribute values.public static GetProcessResponse.Builder builder()
GetProcessResponse.
GetProcessResponse.builder()
.createdAt(String) // required createdAt
.id(String) // required id
.link|putAllLinks(String => Link) // links mappings
.updatedAt(String | null) // nullable updatedAt
.command(String) // required command
.diskInMb(Integer) // required diskInMb
.healthCheck(org.cloudfoundry.client.v3.processes.HealthCheck) // required healthCheck
.instances(Integer) // required instances
.memoryInMb(Integer) // required memoryInMb
.metadata(org.cloudfoundry.client.v3.Metadata) // required metadata
.relationships(org.cloudfoundry.client.v3.processes.ProcessRelationships) // required relationships
.type(String) // required type
.build();
Copyright © 2020. All rights reserved.