Class User


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

      • User

        public User()
    • Method Detail

      • description

        public User description​(String description)
      • getDescription

        @NotNull
        public @NotNull String getDescription()
        Get description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • putAccountOverridesItem

        public User putAccountOverridesItem​(String key,
                                            Account accountOverridesItem)
      • getAccountOverrides

        @Valid
        public @Valid Map<String,​Account> getAccountOverrides()
        Overrides the entity account list if present. By default a user should be associated with the accounts of its parent entity.
        Returns:
        accountOverrides
      • setAccountOverrides

        public void setAccountOverrides​(Map<String,​Account> accountOverrides)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object