Class PatchBankBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-10-24T21:40:38.997025Z[Etc/UTC]")
    public class PatchBankBankModel
    extends Object
    Request body for bank modification.
    • Constructor Detail

      • PatchBankBankModel

        public PatchBankBankModel()
    • Method Detail

      • getName

        @Nullable
        public String getName()
        The name of the bank.
        Returns:
        name
      • setName

        public void setName​(String name)
      • addSupportedTradingSymbolsItem

        public PatchBankBankModel addSupportedTradingSymbolsItem​(String supportedTradingSymbolsItem)
      • getSupportedTradingSymbols

        @Nullable
        public List<String> getSupportedTradingSymbols()
        The trading symbols supported by the bank.
        Returns:
        supportedTradingSymbols
      • setSupportedTradingSymbols

        public void setSupportedTradingSymbols​(List<String> supportedTradingSymbols)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object