Package net.finmath.smartcontract.model
Class ValueResult
java.lang.Object
net.finmath.smartcontract.model.ValueResult
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-03-05T11:55:17.433196+01:00[Europe/Berlin]")
public class ValueResult
extends Object
ValueResult
-
Constructor Summary
Constructors -
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
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
-