@Generated(value={"Immutables.generator","_Statistics"}) public final class Statistics extends Object
_Statistics.
Use the builder to create immutable instances:
Statistics.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
Statistics.Builder
Builds instances of type
Statistics. |
| Modifier and Type | Method and Description |
|---|---|
static Statistics.Builder |
builder()
Creates a builder for
Statistics. |
boolean |
equals(Object another)
This instance is equal to all instances of
Statistics that have equal attribute values. |
Long |
getDiskQuota()
The application disk quota
|
Integer |
getFdsQuota()
The application file descriptor quota
|
String |
getHost()
The application host
|
Long |
getMemoryQuota()
The application memory quota
|
String |
getName()
The application name
|
NetInfo |
getNetInfo()
The net info
|
Integer |
getPort()
The application port
|
Long |
getUptime()
The application uptime
|
List<String> |
getUris()
The application uris
|
Usage |
getUsage()
The application usage
|
int |
hashCode()
Computes a hash code from attributes:
diskQuota, fdsQuota, host, memoryQuota, name, netInfo, port, uptime, uris, usage. |
String |
toString()
Prints the immutable value
Statistics with attribute values. |
public Long getDiskQuota()
public Integer getFdsQuota()
public String getHost()
public Long getMemoryQuota()
public String getName()
public NetInfo getNetInfo()
public Integer getPort()
public Long getUptime()
public Usage getUsage()
public boolean equals(Object another)
Statistics that have equal attribute values.public int hashCode()
diskQuota, fdsQuota, host, memoryQuota, name, netInfo, port, uptime, uris, usage.public String toString()
Statistics with attribute values.public static Statistics.Builder builder()
Statistics.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.