@Generated(value="org.immutables.processor.ProxyProcessor") public final class Usage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Usage.Builder
Builds instances of type
Usage. |
| Modifier and Type | Method and Description |
|---|---|
static Usage.Builder |
builder()
Creates a builder for
Usage. |
boolean |
equals(Object another)
This instance is equal to all instances of
Usage that have equal attribute values. |
Double |
getCpu()
The CPU usage
|
Long |
getDisk()
The disk usage
|
Long |
getMemory()
The memory usage
|
String |
getTime()
The time since start
|
int |
hashCode()
Computes a hash code from attributes:
cpu, disk, memory, time. |
String |
toString()
Prints the immutable value
Usage with attribute values. |
public Double getCpu()
public Long getDisk()
public Long getMemory()
public String getTime()
public boolean equals(Object another)
Usage that have equal attribute values.public int hashCode()
cpu, disk, memory, time.public String toString()
Usage with attribute values.Copyright © 2020. All rights reserved.