@Generated(value={"Immutables.generator","_InstanceDetail"}) public final class InstanceDetail extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InstanceDetail.Builder
Builds instances of type
InstanceDetail. |
| Modifier and Type | Method and Description |
|---|---|
static InstanceDetail.Builder |
builder()
Creates a builder for
InstanceDetail. |
boolean |
equals(Object another)
This instance is equal to all instances of
InstanceDetail that have equal attribute values. |
Double |
getCpu()
The CPU consumption of this instance
|
Long |
getDiskQuota()
The diskUsage quota, in bytes, of this instance
|
Long |
getDiskUsage()
The disk usage, in bytes, of this instance
|
String |
getIndex()
The index of this instance
|
Long |
getMemoryQuota()
The memoryUsage quota, in bytes, of this instance
|
Long |
getMemoryUsage()
The memory usage, in bytes, of this instance
|
Date |
getSince()
The time this instance was created
|
String |
getState()
The state of the instance
|
int |
hashCode()
Computes a hash code from attributes:
cpu, diskQuota, diskUsage, index, memoryQuota, memoryUsage, since, state. |
String |
toString()
Prints the immutable value
InstanceDetail with attribute values. |
public Double getCpu()
public Long getDiskQuota()
public Long getDiskUsage()
public String getIndex()
public Long getMemoryQuota()
public Long getMemoryUsage()
public Date getSince()
public String getState()
public boolean equals(Object another)
InstanceDetail that have equal attribute values.public int hashCode()
cpu, diskQuota, diskUsage, index, memoryQuota, memoryUsage, since, state.public String toString()
InstanceDetail with attribute values.public static InstanceDetail.Builder builder()
InstanceDetail.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.