Class AuthResponse
java.lang.Object
com.maplander.backend.model.manage.franchise.AuthResponse
-
Constructor Summary
ConstructorsConstructorDescriptionAuthResponse(String token) AuthResponse(String token, Long creationDate, Long expirationDate) -
Method Summary
Modifier and TypeMethodDescriptiongetToken()voidsetCreationDate(Long creationDate) voidsetExpirationDate(Long expirationDate) void
-
Constructor Details
-
AuthResponse
public AuthResponse() -
AuthResponse
-
AuthResponse
-
-
Method Details
-
getToken
-
setToken
-
getCreationDate
-
setCreationDate
-
getExpirationDate
-
setExpirationDate
-