Package com.dzidzi.dto
Class AuthenticationResponse
java.lang.Object
com.dzidzi.dto.AuthenticationResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationResponse(String accessToken, String refreshToken, String message) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()voidsetAccessToken(String accessToken) voidsetMessage(String message) voidsetRefreshToken(String refreshToken) toString()
-
Constructor Details
-
AuthenticationResponse
@ConstructorProperties({"accessToken","refreshToken","message"}) public AuthenticationResponse(String accessToken, String refreshToken, String message) -
AuthenticationResponse
public AuthenticationResponse()
-
-
Method Details