@Generated(value="org.immutables.processor.ProxyProcessor") public final class ProcessStatisticsResource extends ProcessStatistics
_ProcessStatisticsResource.
Use the builder to create immutable instances:
ProcessStatisticsResource.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessStatisticsResource.Builder
Builds instances of type
ProcessStatisticsResource. |
| Modifier and Type | Method and Description |
|---|---|
static ProcessStatisticsResource.Builder |
builder()
Creates a builder for
ProcessStatisticsResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
ProcessStatisticsResource that have equal attribute values. |
String |
getDetails()
Information about errors placing the instance
|
Integer |
getDiskQuota()
The disk quota
|
Integer |
getFileDescriptorQuota()
The file descriptor quota
|
String |
getHost()
The host
|
Integer |
getIndex()
The index
|
List<PortMapping> |
getInstancePorts()
The instance port mappings
|
String |
getIsolationSegment()
The isolation segment
|
Integer |
getMemoryQuota()
The memory quota
|
ProcessState |
getState()
The state
|
String |
getType()
The type
|
Integer |
getUptime()
The uptime
|
ProcessUsage |
getUsage()
The usage
|
int |
hashCode()
Computes a hash code from attributes:
details, diskQuota, fileDescriptorQuota, host, index, instancePorts, isolationSegment, memoryQuota, state, type, uptime, usage. |
String |
toString()
Prints the immutable value
ProcessStatisticsResource with attribute values. |
public String getDetails()
getDetails in class ProcessStatisticspublic Integer getDiskQuota()
getDiskQuota in class ProcessStatisticspublic Integer getFileDescriptorQuota()
getFileDescriptorQuota in class ProcessStatisticspublic String getHost()
getHost in class ProcessStatisticspublic Integer getIndex()
getIndex in class ProcessStatisticspublic List<PortMapping> getInstancePorts()
getInstancePorts in class ProcessStatisticspublic String getIsolationSegment()
getIsolationSegment in class ProcessStatisticspublic Integer getMemoryQuota()
getMemoryQuota in class ProcessStatisticspublic ProcessState getState()
getState in class ProcessStatisticspublic String getType()
getType in class ProcessStatisticspublic Integer getUptime()
getUptime in class ProcessStatisticspublic ProcessUsage getUsage()
getUsage in class ProcessStatisticspublic boolean equals(Object another)
ProcessStatisticsResource that have equal attribute values.public int hashCode()
details, diskQuota, fileDescriptorQuota, host, index, instancePorts, isolationSegment, memoryQuota, state, type, uptime, usage.public String toString()
ProcessStatisticsResource with attribute values.public static ProcessStatisticsResource.Builder builder()
ProcessStatisticsResource.
ProcessStatisticsResource.builder()
.details(String | null) // nullable details
.diskQuota(Integer) // required diskQuota
.fileDescriptorQuota(Integer) // required fileDescriptorQuota
.host(String) // required host
.index(Integer) // required index
.instancePort|addAllInstancePorts(PortMapping) // instancePorts elements
.isolationSegment(String | null) // nullable isolationSegment
.memoryQuota(Integer) // required memoryQuota
.state(org.cloudfoundry.client.v3.processes.ProcessState | null) // nullable state
.type(String) // required type
.uptime(Integer) // required uptime
.usage(org.cloudfoundry.client.v3.processes.ProcessUsage) // required usage
.build();
Copyright © 2020. All rights reserved.