@Generated(value={"Immutables.generator","FfbUmsatzResponse"}) public final class ImmutableFfbUmsatzResponse extends Object implements FfbUmsatzResponse
FfbUmsatzResponse.
Use the builder to create immutable instances:
ImmutableFfbUmsatzResponse.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFfbUmsatzResponse.Builder
Builds instances of type
ImmutableFfbUmsatzResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFfbUmsatzResponse.Builder |
builder()
Creates a builder for
ImmutableFfbUmsatzResponse. |
static ImmutableFfbUmsatzResponse |
copyOf(FfbUmsatzResponse instance)
Creates an immutable copy of a
FfbUmsatzResponse value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFfbUmsatzResponse that have equal attribute values. |
String |
getAnzahlUmsaetze() |
String |
getError() |
String |
getHash() |
String |
getlogin() |
List<FfbUmsatz> |
getUmsaetze() |
String |
getUrlFactsheetOverlay()
Example: "/de/fonds/quick-factsheet-overlay.page?
|
int |
hashCode()
Computes a hash code from attributes:
getlogin, error, anzahlUmsaetze, urlFactsheetOverlay, hash, umsaetze. |
String |
toString()
Prints the immutable value
FfbUmsatzResponse with attribute values. |
ImmutableFfbUmsatzResponse |
withAnzahlUmsaetze(String value)
Copy the current immutable object by setting a value for the
anzahlUmsaetze attribute. |
ImmutableFfbUmsatzResponse |
withError(String value)
Copy the current immutable object by setting a value for the
error attribute. |
ImmutableFfbUmsatzResponse |
withGetlogin(String value)
Copy the current immutable object by setting a value for the
getlogin attribute. |
ImmutableFfbUmsatzResponse |
withHash(String value)
Copy the current immutable object by setting a value for the
hash attribute. |
ImmutableFfbUmsatzResponse |
withUmsaetze(FfbUmsatz... elements)
Copy the current immutable object with elements that replace the content of
umsaetze. |
ImmutableFfbUmsatzResponse |
withUmsaetze(Iterable<? extends FfbUmsatz> elements)
Copy the current immutable object with elements that replace the content of
umsaetze. |
ImmutableFfbUmsatzResponse |
withUrlFactsheetOverlay(String value)
Copy the current immutable object by setting a value for the
urlFactsheetOverlay attribute. |
public String getlogin()
getlogin in interface FfbUmsatzResponsegetlogin attributepublic String getError()
getError in interface FfbUmsatzResponseerror attributepublic String getAnzahlUmsaetze()
getAnzahlUmsaetze in interface FfbUmsatzResponseanzahlUmsaetze attributepublic String getUrlFactsheetOverlay()
Example: "/de/fonds/quick-factsheet-overlay.page?"
getUrlFactsheetOverlay in interface FfbUmsatzResponsepublic String getHash()
getHash in interface FfbUmsatzResponsehash attributepublic List<FfbUmsatz> getUmsaetze()
getUmsaetze in interface FfbUmsatzResponseumsaetze attributepublic final ImmutableFfbUmsatzResponse withGetlogin(String value)
getlogin attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for getloginthis objectpublic final ImmutableFfbUmsatzResponse withError(String value)
error attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for errorthis objectpublic final ImmutableFfbUmsatzResponse withAnzahlUmsaetze(String value)
anzahlUmsaetze attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for anzahlUmsaetzethis objectpublic final ImmutableFfbUmsatzResponse withUrlFactsheetOverlay(String value)
urlFactsheetOverlay attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for urlFactsheetOverlaythis objectpublic final ImmutableFfbUmsatzResponse withHash(String value)
hash attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for hashthis objectpublic final ImmutableFfbUmsatzResponse withUmsaetze(FfbUmsatz... elements)
umsaetze.elements - The elements to setthis objectpublic final ImmutableFfbUmsatzResponse withUmsaetze(Iterable<? extends FfbUmsatz> elements)
umsaetze.
A shallow reference equality check is used to prevent copying of the same value by returning this.elements - An iterable of umsaetze elements to setthis objectpublic boolean equals(Object another)
ImmutableFfbUmsatzResponse that have equal attribute values.public int hashCode()
getlogin, error, anzahlUmsaetze, urlFactsheetOverlay, hash, umsaetze.public String toString()
FfbUmsatzResponse with attribute values.public static ImmutableFfbUmsatzResponse copyOf(FfbUmsatzResponse instance)
FfbUmsatzResponse 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 ImmutableFfbUmsatzResponse.Builder builder()
ImmutableFfbUmsatzResponse.Copyright © 2018. All rights reserved.