@Generated(value="org.immutables.processor.ProxyProcessor") 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
|
Double |
getCpuEntitlement()
The CPU entitlement
|
Long |
getDisk()
The disk
|
Integer |
getLogRateLimit()
The current logging usage of the instance
|
Long |
getMemory()
The memory
|
String |
getTime()
The time
|
int |
hashCode()
Computes a hash code from attributes:
cpu, disk, memory, time, cpuEntitlement, logRateLimit. |
String |
toString()
Prints the immutable value
ProcessUsage with attribute values. |
public Double getCpu()
public Long getDisk()
public Long getMemory()
public String getTime()
public Double getCpuEntitlement()
public Integer getLogRateLimit()
public boolean equals(Object another)
ProcessUsage that have equal attribute values.public int hashCode()
cpu, disk, memory, time, cpuEntitlement, logRateLimit.public String toString()
ProcessUsage with attribute values.public static ProcessUsage.Builder builder()
ProcessUsage.
ProcessUsage.builder()
.cpu(Double | null) // nullable cpu
.disk(Long | null) // nullable disk
.memory(Long | null) // nullable memory
.time(String | null) // nullable time
.cpuEntitlement(Double | null) // nullable cpuEntitlement
.logRateLimit(Integer | null) // nullable logRateLimit
.build();
Copyright © 2026. All rights reserved.