@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateRouterGroupResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateRouterGroupResponse.Builder
Builds instances of type
UpdateRouterGroupResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRouterGroupResponse.Builder |
builder()
Creates a builder for
UpdateRouterGroupResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateRouterGroupResponse 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
UpdateRouterGroupResponse with attribute values. |
public String getName()
public String getReservablePorts()
public String getRouterGroupId()
public String getType()
public boolean equals(Object another)
UpdateRouterGroupResponse that have equal attribute values.public int hashCode()
name, reservablePorts, routerGroupId, type.public String toString()
UpdateRouterGroupResponse with attribute values.public static UpdateRouterGroupResponse.Builder builder()
UpdateRouterGroupResponse.
UpdateRouterGroupResponse.builder()
.name(String) // required name
.reservablePorts(String) // required reservablePorts
.routerGroupId(String) // required routerGroupId
.type(String) // required type
.build();
Copyright © 2020. All rights reserved.