Package net.finmath.smartcontract.model
Class ValueResult
java.lang.Object
net.finmath.smartcontract.model.ValueResult
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-12-05T10:54:56.542156+01:00[Europe/Berlin]")
public class ValueResult
extends Object
ValueResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull String
Get currency@NotNull String
Get valuationDate@NotNull @Valid BigDecimal
getValue()
Get valueint
hashCode()
void
setCurrency
(String currency) void
setValuationDate
(String valuationDate) void
setValue
(BigDecimal value) toString()
valuationDate
(String valuationDate) value
(BigDecimal value)
-
Constructor Details
-
ValueResult
public ValueResult()
-
-
Method Details
-
value
-
getValue
-
setValue
-
currency
-
getCurrency
-
setCurrency
-
valuationDate
-
getValuationDate
-
setValuationDate
-
equals
-
hashCode
-
toString
-