@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class UserDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CREDENTIALS |
static String |
SERIALIZED_NAME_PROFILE |
Constructor and Description |
---|
UserDto() |
Modifier and Type | Method and Description |
---|---|
UserDto |
credentials(UserCredentialsDto credentials) |
boolean |
equals(Object o) |
UserCredentialsDto |
getCredentials()
Get credentials
|
UserProfileDto |
getProfile()
Get profile
|
int |
hashCode() |
UserDto |
profile(UserProfileDto profile) |
void |
setCredentials(UserCredentialsDto credentials) |
void |
setProfile(UserProfileDto profile) |
String |
toString() |
public static final String SERIALIZED_NAME_PROFILE
public static final String SERIALIZED_NAME_CREDENTIALS
public UserDto profile(UserProfileDto profile)
@Nullable public UserProfileDto getProfile()
public void setProfile(UserProfileDto profile)
public UserDto credentials(UserCredentialsDto credentials)
@Nullable public UserCredentialsDto getCredentials()
public void setCredentials(UserCredentialsDto credentials)
Copyright © 2022. All rights reserved.