@Generated(value="org.immutables.processor.ProxyProcessor") public final class RouterGroup extends Object
| 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. |
String |
getName()
Name of the Router Group
|
String |
getReservablePorts()
Comma delimited list of reservable port or port ranges
|
String |
getRouterGroupId()
ID of the Router Group
|
String |
getType()
Type of the router group, e.g.
|
int |
hashCode()
Computes a hash code from attributes:
name, reservablePorts, routerGroupId, type. |
String |
toString()
Prints the immutable value
RouterGroup with attribute values. |
public String getName()
public String getReservablePorts()
public String getRouterGroupId()
public String getType()
public boolean equals(Object another)
RouterGroup that have equal attribute values.public int hashCode()
name, reservablePorts, routerGroupId, type.public String toString()
RouterGroup with attribute values.public static RouterGroup.Builder builder()
RouterGroup.
RouterGroup.builder()
.name(String) // required name
.reservablePorts(String) // required reservablePorts
.routerGroupId(String) // required routerGroupId
.type(String) // required type
.build();
Copyright © 2020. All rights reserved.