Class DisplayField


  • @Generated(value="org.openapitools.codegen.languages.SpringCodegen",
               date="2022-09-09T12:46:21.102270Z[GMT]")
    public class DisplayField
    extends Object
    DisplayField
    • Constructor Detail

      • DisplayField

        public DisplayField()
    • Method Detail

      • getLabel

        @NotNull
        public @NotNull String getLabel()
        A label for a display field. Can be either an i18n token, or a plain-text value.
        Returns:
        label
      • setLabel

        public void setLabel​(String label)
      • getTemplate

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

        public void setTemplate​(String template)
      • getArguments

        @Valid
        public @Valid Map<String,​DisplayFieldArgument> getArguments()
        Arguments to be applied to the template. Keyed by replacement token without curly braces.
        Returns:
        arguments
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object