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

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

    • User

      public User()
    • User

      public User(String description)
      Constructor with only required parameters
  • Method Details

    • description

      public User description(String description)
    • getDescription

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

      public void setDescription(String description)
    • accountOverrides

      public User accountOverrides(Map<String,Account> accountOverrides)
    • putAccountOverridesItem

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

      public 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)
    • 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