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