@Generated(value="org.immutables.processor.ProxyProcessor") public final class RouterGroup extends _RouterGroup
_RouterGroup.
Use the builder to create immutable instances:
RouterGroup.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
RouterGroup.Builder
Builds instances of type
RouterGroup. |
| Modifier and Type | Method and Description |
|---|---|
static RouterGroup.Builder |
builder()
Creates a builder for
RouterGroup. |
boolean |
equals(Object another)
This instance is equal to all instances of
RouterGroup that have equal attribute values. |
List<String> |
getId()
The id of the desired router group to route tcp traffic through
|
int |
hashCode()
Computes a hash code from attributes:
id. |
String |
toString()
Prints the immutable value
RouterGroup with attribute values. |
public List<String> getId()
getId in class _RouterGrouppublic boolean equals(Object another)
RouterGroup that have equal attribute values.public int hashCode()
id.public String toString()
RouterGroup with attribute values.public static RouterGroup.Builder builder()
RouterGroup.
RouterGroup.builder()
.id|addAllId(String) // id elements
.build();
Copyright © 2020. All rights reserved.