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