@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 |
getLogRateLimitInBytesPerSecond()
The log rate limit
|
Integer |
getMemoryInMb()
The memory in megabytes
|
Metadata |
getMetadata()
The metadata
|
ReadinessHealthCheck |
getReadinessHealthCheck()
The readiness health check
|
ProcessRelationships |
getRelationships()
The relationships
|
String |
getType()
The type
|
String |
getUpdatedAt()
When the resource was last updated
|
String |
getUser()
The user
|
String |
getVersion()
The version UUID
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, links, updatedAt, command, diskInMb, healthCheck, readinessHealthCheck, instances, memoryInMb, metadata, relationships, type, version, logRateLimitInBytesPerSecond, user. |
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 ReadinessHealthCheck getReadinessHealthCheck()
getReadinessHealthCheck 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 String getVersion()
getVersion in class Processpublic Integer getLogRateLimitInBytesPerSecond()
getLogRateLimitInBytesPerSecond in class Processpublic boolean equals(Object another)
GetProcessResponse that have equal attribute values.public int hashCode()
createdAt, id, links, updatedAt, command, diskInMb, healthCheck, readinessHealthCheck, instances, memoryInMb, metadata, relationships, type, version, logRateLimitInBytesPerSecond, user.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
.readinessHealthCheck(org.cloudfoundry.client.v3.processes.ReadinessHealthCheck | null) // nullable readinessHealthCheck
.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
.version(String | null) // nullable version
.logRateLimitInBytesPerSecond(Integer | null) // nullable logRateLimitInBytesPerSecond
.user(String | null) // nullable user
.build();
Copyright © 2026. All rights reserved.