@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class UserProfileDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_EMAIL |
static String |
SERIALIZED_NAME_FIRST_NAME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LAST_NAME |
Constructor and Description |
---|
UserProfileDto() |
Modifier and Type | Method and Description |
---|---|
UserProfileDto |
email(String email) |
boolean |
equals(Object o) |
UserProfileDto |
firstName(String firstName) |
String |
getEmail()
The email of the user.
|
String |
getFirstName()
The first name of the user.
|
String |
getId()
The id of the user.
|
String |
getLastName()
The first name of the user.
|
int |
hashCode() |
UserProfileDto |
id(String id) |
UserProfileDto |
lastName(String lastName) |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setId(String id) |
void |
setLastName(String lastName) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_FIRST_NAME
public static final String SERIALIZED_NAME_LAST_NAME
public static final String SERIALIZED_NAME_EMAIL
public UserProfileDto id(String id)
public void setId(String id)
public UserProfileDto firstName(String firstName)
public void setFirstName(String firstName)
public UserProfileDto lastName(String lastName)
public void setLastName(String lastName)
public UserProfileDto email(String email)
public void setEmail(String email)
Copyright © 2022. All rights reserved.