@Generated(value="org.immutables.processor.ProxyProcessor") public final class Apps extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Apps.Builder
Builds instances of type
Apps. |
| Modifier and Type | Method and Description |
|---|---|
static Apps.Builder |
builder()
Creates a builder for
Apps. |
boolean |
equals(Object another)
This instance is equal to all instances of
Apps that have equal attribute values. |
Integer |
getLogRateLimitInBytesPerSecond()
Total log rate limit allowed for all the started processes and running tasks
|
Integer |
getPerAppTasks()
Maximum number of running tasks
|
Integer |
getPerProcessMemoryInMb()
Maximum memory for a single process or task
|
Integer |
getTotalInstances()
Total instances of all the started processes allowed
|
Integer |
getTotalMemoryInMb()
Total memory allowed for all the started processes and running tasks
|
int |
hashCode()
Computes a hash code from attributes:
perProcessMemoryInMb, totalMemoryInMb, totalInstances, logRateLimitInBytesPerSecond, perAppTasks. |
String |
toString()
Prints the immutable value
Apps with attribute values. |
public Integer getPerProcessMemoryInMb()
public Integer getTotalMemoryInMb()
public Integer getTotalInstances()
public Integer getLogRateLimitInBytesPerSecond()
public Integer getPerAppTasks()
public boolean equals(Object another)
Apps that have equal attribute values.public int hashCode()
perProcessMemoryInMb, totalMemoryInMb, totalInstances, logRateLimitInBytesPerSecond, perAppTasks.public String toString()
Apps with attribute values.public static Apps.Builder builder()
Apps.
Apps.builder()
.perProcessMemoryInMb(Integer | null) // nullable perProcessMemoryInMb
.totalMemoryInMb(Integer | null) // nullable totalMemoryInMb
.totalInstances(Integer | null) // nullable totalInstances
.logRateLimitInBytesPerSecond(Integer | null) // nullable logRateLimitInBytesPerSecond
.perAppTasks(Integer | null) // nullable perAppTasks
.build();
Copyright © 2026. All rights reserved.