@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. |
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
|
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:
diskQuota, fileDescriptorQuota, host, index, instancePorts, memoryQuota, state, type, uptime, usage. |
String |
toString()
Prints the immutable value
ProcessStatisticsResource with attribute values. |
public 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 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()
diskQuota, fileDescriptorQuota, host, index, instancePorts, memoryQuota, state, type, uptime, usage.public String toString()
ProcessStatisticsResource with attribute values.public static ProcessStatisticsResource.Builder builder()
ProcessStatisticsResource.Copyright © 2018. All rights reserved.