Package com.mt.ecommerce.product.model
Class AuthRequest
java.lang.Object
com.mt.ecommerce.product.model.AuthRequest
Represents an authentication request containing username and password.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setPassword
(String password) void
setUsername
(String username)
-
Constructor Details
-
AuthRequest
public AuthRequest()
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-