public static class ExchangeRateValue.ExchangeRateValueBuilder extends Object
String
is a non negative numerical value. Also, trims the input value
for white space and creates the corresponding BigDecimal
.Modifier and Type | Method and Description |
---|---|
ExchangeRateValue |
build()
A build method to validate if the input
String is a non negative numerical value. |
ExchangeRateValue.ExchangeRateValueBuilder |
rateValue(@NonNull String rateValue) |
String |
toString() |
@Nonnull public ExchangeRateValue build()
String
is a non negative numerical value. Also, trims the
value for white space and creates the corresponding BigDecimal
.@Nonnull public ExchangeRateValue.ExchangeRateValueBuilder rateValue(@NonNull @NonNull String rateValue)
this
.Copyright © 2021 SAP SE. All rights reserved.