Package org.openapitools.client.model
Class UserDto
- java.lang.Object
-
- org.openapitools.client.model.UserDto
-
public class UserDto extends Object
UserDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREDENTIALSstatic StringSERIALIZED_NAME_PROFILE
-
Constructor Summary
Constructors Constructor Description UserDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDtocredentials(UserCredentialsDto credentials)booleanequals(Object o)UserCredentialsDtogetCredentials()Get credentialsUserProfileDtogetProfile()Get profileinthashCode()UserDtoprofile(UserProfileDto profile)voidsetCredentials(UserCredentialsDto credentials)voidsetProfile(UserProfileDto profile)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PROFILE
public static final String SERIALIZED_NAME_PROFILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIALS
public static final String SERIALIZED_NAME_CREDENTIALS
- See Also:
- Constant Field Values
-
-
Method Detail
-
profile
public UserDto profile(UserProfileDto profile)
-
getProfile
public UserProfileDto getProfile()
Get profile- Returns:
- profile
-
setProfile
public void setProfile(UserProfileDto profile)
-
credentials
public UserDto credentials(UserCredentialsDto credentials)
-
getCredentials
public UserCredentialsDto getCredentials()
Get credentials- Returns:
- credentials
-
setCredentials
public void setCredentials(UserCredentialsDto credentials)
-
-