Package net.finmath.smartcontract.model
Class ValueResult
java.lang.Object
net.finmath.smartcontract.model.ValueResult
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-01-15T11:50:55.243860+01:00[Europe/Berlin]")
public class ValueResult
extends Object
ValueResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull StringGet currency@NotNull StringGet valuationDate@NotNull @Valid BigDecimalgetValue()Get valueinthashCode()voidsetCurrency(String currency)voidsetValuationDate(String valuationDate)voidsetValue(BigDecimal value)toString()valuationDate(String valuationDate)value(BigDecimal value)
-
Constructor Details
-
ValueResult
public ValueResult()
-
-
Method Details
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
valuationDate
-
getValuationDate
Get valuationDate- Returns:
- valuationDate
-
setValuationDate
-
equals
-
hashCode
public int hashCode() -
toString
-