Class Entity


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

      • Entity

        public Entity()
    • Method Detail

      • description

        public Entity description​(String description)
      • getDescription

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

        public void setDescription​(String description)
      • getUsers

        @Valid
        public @Valid Map<String,​User> getUsers()
        Users belonging to this entity, keyed by their User ID
        Returns:
        users
      • getAccounts

        @Valid
        public @Valid Map<String,​Account> getAccounts()
        Accounts belonging to this entity, keyed by their Account ID
        Returns:
        accounts
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object