Package ai.reveng.model
Class UserProfile
java.lang.Object
ai.reveng.model.UserProfile
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class UserProfile
extends Object
UserProfile
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultTeamId(Long defaultTeamId) booleanstatic UserProfileCreate an instance of UserProfile given an JSON stringGet defaultTeamIdGet firstNameGet hideExampleBinariesGet lastNameGet timeZoneGet usernameinthashCode()hideExampleBinaries(Boolean hideExampleBinaries) voidsetDefaultTeamId(Long defaultTeamId) voidsetFirstName(String firstName) voidsetHideExampleBinaries(Boolean hideExampleBinaries) voidsetLastName(String lastName) voidsetTimeZone(String timeZone) voidsetUsername(String username) toJson()Convert an instance of UserProfile to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_DEFAULT_TEAM_ID
- See Also:
-
SERIALIZED_NAME_FIRST_NAME
- See Also:
-
SERIALIZED_NAME_HIDE_EXAMPLE_BINARIES
- See Also:
-
SERIALIZED_NAME_LAST_NAME
- See Also:
-
SERIALIZED_NAME_TIME_ZONE
- See Also:
-
SERIALIZED_NAME_USERNAME
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UserProfile
public UserProfile()
-
-
Method Details
-
defaultTeamId
-
getDefaultTeamId
Get defaultTeamId- Returns:
- defaultTeamId
-
setDefaultTeamId
-
firstName
-
getFirstName
Get firstName- Returns:
- firstName
-
setFirstName
-
hideExampleBinaries
-
getHideExampleBinaries
Get hideExampleBinaries- Returns:
- hideExampleBinaries
-
setHideExampleBinaries
-
lastName
-
getLastName
Get lastName- Returns:
- lastName
-
setLastName
-
timeZone
-
getTimeZone
Get timeZone- Returns:
- timeZone
-
setTimeZone
-
username
-
getUsername
Get username- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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
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
Convert an instance of UserProfile to an JSON string- Returns:
- JSON string
-