@Generated(value={"Immutables.generator","_RouterGroup"}) 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 |
getId()
The id
|
String |
getName()
The name of the router group
|
String |
getType()
Type of the router group, e.g.
|
int |
hashCode()
Computes a hash code from attributes:
id, name, type. |
String |
toString()
Prints the immutable value
RouterGroup with attribute values. |
public String getId()
public String getName()
public String getType()
public boolean equals(Object another)
RouterGroup that have equal attribute values.public int hashCode()
id, name, type.public String toString()
RouterGroup with attribute values.public static RouterGroup.Builder builder()
RouterGroup.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.