@Generated(value={"Immutables.generator","_ProcessStatisticsResource"}) 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. |
Long |
getDiskQuota()
The disk quota
|
Long |
getFdsQuota()
The file desriptor quota
|
String |
getHost()
The host
|
Integer |
getIndex()
The index
|
List<PortMapping> |
getInstancePorts()
The instance port mappings
|
Long |
getMemoryQuota()
The memory quota
|
String |
getState()
The state
|
String |
getType()
The type
|
Long |
getUptime()
The uptime
|
ProcessUsage |
getUsage()
The usage
|
int |
hashCode()
Computes a hash code from attributes:
diskQuota, fdsQuota, host, index, instancePorts, memoryQuota, state, type, uptime, usage. |
String |
toString()
Prints the immutable value
ProcessStatisticsResource with attribute values. |
public Long getDiskQuota()
getDiskQuota in class ProcessStatisticspublic Long getFdsQuota()
getFdsQuota in class ProcessStatisticspublic String getHost()
getHost in class ProcessStatisticspublic Integer getIndex()
getIndex in class ProcessStatisticspublic List<PortMapping> getInstancePorts()
getInstancePorts in class ProcessStatisticspublic Long getMemoryQuota()
getMemoryQuota in class ProcessStatisticspublic String getState()
getState in class ProcessStatisticspublic String getType()
getType in class ProcessStatisticspublic Long 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, fdsQuota, host, index, instancePorts, memoryQuota, state, type, uptime, usage.public String toString()
ProcessStatisticsResource with attribute values.public static ProcessStatisticsResource.Builder builder()
ProcessStatisticsResource.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.