@Generated(value={"Immutables.generator","FfbLoginKennung"}) public final class ImmutableFfbLoginKennung extends FfbLoginKennung
FfbLoginKennung.
Use the builder to create immutable instances:
ImmutableFfbLoginKennung.builder().
Use the static factory method to create immutable instances:
ImmutableFfbLoginKennung.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFfbLoginKennung.Builder
Builds instances of type
ImmutableFfbLoginKennung. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFfbLoginKennung.Builder |
builder()
Creates a builder for
ImmutableFfbLoginKennung. |
static ImmutableFfbLoginKennung |
copyOf(FfbLoginKennung instance)
Creates an immutable copy of a
FfbLoginKennung value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFfbLoginKennung that have equal attribute values. |
String |
getLoginKennung() |
int |
hashCode()
Computes a hash code from attributes:
loginKennung. |
static ImmutableFfbLoginKennung |
of(String loginKennung)
Construct a new immutable
FfbLoginKennung instance. |
String |
toString()
Prints the immutable value
FfbLoginKennung with attribute values. |
ImmutableFfbLoginKennung |
withLoginKennung(String value)
Copy the current immutable object by setting a value for the
loginKennung attribute. |
public String getLoginKennung()
getLoginKennung in class FfbLoginKennungloginKennung attributepublic final ImmutableFfbLoginKennung withLoginKennung(String value)
loginKennung attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for loginKennungthis objectpublic boolean equals(Object another)
ImmutableFfbLoginKennung that have equal attribute values.public int hashCode()
loginKennung.public String toString()
FfbLoginKennung with attribute values.public static ImmutableFfbLoginKennung of(String loginKennung)
FfbLoginKennung instance.loginKennung - The value for the loginKennung attributepublic static ImmutableFfbLoginKennung copyOf(FfbLoginKennung instance)
FfbLoginKennung value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static ImmutableFfbLoginKennung.Builder builder()
ImmutableFfbLoginKennung.Copyright © 2018. All rights reserved.