@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListRouterGroupsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRouterGroupsResponse.Builder
Builds instances of type
ListRouterGroupsResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListRouterGroupsResponse.Builder |
builder()
Creates a builder for
ListRouterGroupsResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListRouterGroupsResponse that have equal attribute values. |
List<RouterGroup> |
getRouterGroups()
The Router Groups
|
int |
hashCode()
Computes a hash code from attributes:
routerGroups. |
String |
toString()
Prints the immutable value
ListRouterGroupsResponse with attribute values. |
public List<RouterGroup> getRouterGroups()
public boolean equals(Object another)
ListRouterGroupsResponse that have equal attribute values.public int hashCode()
routerGroups.public String toString()
ListRouterGroupsResponse with attribute values.public static ListRouterGroupsResponse.Builder builder()
ListRouterGroupsResponse.
ListRouterGroupsResponse.builder()
.routerGroup|addAllRouterGroups(RouterGroup) // routerGroups elements
.build();
Copyright © 2020. All rights reserved.