Class FrontendItemSpec

java.lang.Object
net.finmath.smartcontract.model.FrontendItemSpec

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-03-05T11:55:17.433196+01:00[Europe/Berlin]") public class FrontendItemSpec extends Object
FrontendItemSpec
  • Constructor Details

    • FrontendItemSpec

      public FrontendItemSpec()
  • Method Details

    • symbol

      public FrontendItemSpec symbol(String symbol)
    • getSymbol

      @NotNull public @NotNull String getSymbol()
      Get symbol
      Returns:
      symbol
    • setSymbol

      public void setSymbol(String symbol)
    • curve

      public FrontendItemSpec curve(String curve)
    • getCurve

      @NotNull public @NotNull String getCurve()
      Get curve
      Returns:
      curve
    • setCurve

      public void setCurve(String curve)
    • itemType

      public FrontendItemSpec itemType(String itemType)
    • getItemType

      @NotNull public @NotNull String getItemType()
      Get itemType
      Returns:
      itemType
    • setItemType

      public void setItemType(String itemType)
    • tenor

      public FrontendItemSpec tenor(String tenor)
    • getTenor

      @NotNull @Pattern(regexp="^[0-9]+[DMY]$") public @NotNull @Pattern(regexp="^[0-9]+[DMY]$") String getTenor()
      Get tenor
      Returns:
      tenor
    • setTenor

      public void setTenor(String tenor)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object