public static final class ImmutableFfbPerformanceResponse.Builder extends Object
ImmutableFfbPerformanceResponse.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
@CanIgnoreReturnValue public final ImmutableFfbPerformanceResponse.Builder from(FfbPerformanceResponse instance)
FfbPerformanceResponse instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbPerformanceResponse.Builder isLogin(boolean isLogin)
isLogin attribute.isLogin - The value for isLoginthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbPerformanceResponse.Builder performanceGesamt(BigDecimal performanceGesamt)
performanceGesamt attribute.performanceGesamt - The value for performanceGesamtthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbPerformanceResponse.Builder performanceDurchschnitt(BigDecimal performanceDurchschnitt)
performanceDurchschnitt attribute.performanceDurchschnitt - The value for performanceDurchschnittthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbPerformanceResponse.Builder ersterZufluss(java.time.LocalDate ersterZufluss)
ersterZufluss attribute.ersterZufluss - The value for ersterZuflussthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFfbPerformanceResponse.Builder errormessage(String errormessage)
errormessage to errormessage.errormessage - The value for errormessagethis builder for chained invocation@CanIgnoreReturnValue public final ImmutableFfbPerformanceResponse.Builder errormessage(Optional<String> errormessage)
errormessage to errormessage.errormessage - The value for errormessagethis builder for use in a chained invocationpublic ImmutableFfbPerformanceResponse build()
ImmutableFfbPerformanceResponse.IllegalStateException - if any required attributes are missingCopyright © 2018. All rights reserved.