@Generated(value={"Immutables.generator","_Group"}) public final class Group extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Group.Builder
Builds instances of type
Group. |
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder |
builder()
Creates a builder for
Group. |
boolean |
equals(Object another)
This instance is equal to all instances of
Group that have equal attribute values. |
String |
getDisplay()
The client id
|
MembershipType |
getType()
The type of membership
|
String |
getValue()
The group value
|
int |
hashCode()
Computes a hash code from attributes:
display, type, value. |
String |
toString()
Prints the immutable value
Group with attribute values. |
public String getDisplay()
public MembershipType getType()
public String getValue()
public boolean equals(Object another)
Group that have equal attribute values.public int hashCode()
display, type, value.public String toString()
Group with attribute values.public static Group.Builder builder()
Group.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.