Class UserProfile

java.lang.Object
ai.reveng.model.UserProfile

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UserProfile extends Object
UserProfile
  • Field Details

  • Constructor Details

    • UserProfile

      public UserProfile()
  • Method Details

    • defaultTeamId

      public UserProfile defaultTeamId(@Nullable Long defaultTeamId)
    • getDefaultTeamId

      @Nullable public Long getDefaultTeamId()
      Get defaultTeamId
      Returns:
      defaultTeamId
    • setDefaultTeamId

      public void setDefaultTeamId(@Nullable Long defaultTeamId)
    • firstName

      public UserProfile firstName(@Nonnull String firstName)
    • getFirstName

      @Nonnull public String getFirstName()
      Get firstName
      Returns:
      firstName
    • setFirstName

      public void setFirstName(@Nonnull String firstName)
    • hideExampleBinaries

      public UserProfile hideExampleBinaries(@Nonnull Boolean hideExampleBinaries)
    • getHideExampleBinaries

      @Nonnull public Boolean getHideExampleBinaries()
      Get hideExampleBinaries
      Returns:
      hideExampleBinaries
    • setHideExampleBinaries

      public void setHideExampleBinaries(@Nonnull Boolean hideExampleBinaries)
    • lastName

      public UserProfile lastName(@Nonnull String lastName)
    • getLastName

      @Nonnull public String getLastName()
      Get lastName
      Returns:
      lastName
    • setLastName

      public void setLastName(@Nonnull String lastName)
    • timeZone

      public UserProfile timeZone(@Nonnull String timeZone)
    • getTimeZone

      @Nonnull public String getTimeZone()
      Get timeZone
      Returns:
      timeZone
    • setTimeZone

      public void setTimeZone(@Nonnull String timeZone)
    • username

      public UserProfile username(@Nonnull String username)
    • getUsername

      @Nonnull public String getUsername()
      Get username
      Returns:
      username
    • setUsername

      public void setUsername(@Nonnull String username)
    • 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
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to UserProfile
    • fromJson

      public static UserProfile fromJson(String jsonString) throws IOException
      Create an instance of UserProfile given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of UserProfile
      Throws:
      IOException - if the JSON string is invalid with respect to UserProfile
    • toJson

      public String toJson()
      Convert an instance of UserProfile to an JSON string
      Returns:
      JSON string