@Generated(value="org.immutables.processor.ProxyProcessor") public final class Routes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Routes.Builder
Builds instances of type
Routes. |
| Modifier and Type | Method and Description |
|---|---|
static Routes.Builder |
builder()
Creates a builder for
Routes. |
boolean |
equals(Object another)
This instance is equal to all instances of
Routes that have equal attribute values. |
Integer |
getTotalReservedPorts()
Total number of ports that are reservable by routes
|
Integer |
getTotalRoutes()
Total number of routes allowed
|
int |
hashCode()
Computes a hash code from attributes:
totalRoutes, totalReservedPorts. |
String |
toString()
Prints the immutable value
Routes with attribute values. |
public Integer getTotalRoutes()
public Integer getTotalReservedPorts()
public boolean equals(Object another)
Routes that have equal attribute values.public int hashCode()
totalRoutes, totalReservedPorts.public String toString()
Routes with attribute values.public static Routes.Builder builder()
Routes.
Routes.builder()
.totalRoutes(Integer | null) // nullable totalRoutes
.totalReservedPorts(Integer | null) // nullable totalReservedPorts
.build();
Copyright © 2026. All rights reserved.