java.lang.Object
com.caplin.motif.config.definitions.common.TableCell

@Generated("org.openapitools.codegen.languages.SpringCodegen") public class TableCell extends Object
TableCell
  • Constructor Details

    • TableCell

      public TableCell()
    • TableCell

      public TableCell(String template)
      Constructor with only required parameters
  • Method Details

    • template

      public TableCell template(String template)
    • getTemplate

      @NotNull public @NotNull String getTemplate()
      Value template, can consist of multiple tokens, for which value and formatting options can be provided with field arguments. Example template: {{settlementDate}} ({{tenor}})
      Returns:
      template
    • setTemplate

      public void setTemplate(String template)
    • tooltip

      public TableCell tooltip(String tooltip)
    • getTooltip

      public String getTooltip()
      Tooltip template, can consist of multiple tokens, for which value and formatting options can be provided with field arguments. Example template: {{tooltipMessage}}
      Returns:
      tooltip
    • setTooltip

      public void setTooltip(String tooltip)
    • arguments

      public TableCell arguments(Map<String,DisplayFieldArgument> arguments)
    • putArgumentsItem

      public TableCell putArgumentsItem(String key, DisplayFieldArgument argumentsItem)
    • getArguments

      public Map<String,DisplayFieldArgument> getArguments()
      Arguments to be applied to the template and/or tooltip. Keyed by replacement token without curly braces.
      Returns:
      arguments
    • setArguments

      public void setArguments(Map<String,DisplayFieldArgument> arguments)
    • 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