@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:54.528Z[UTC]") public class LoginRequest extends Object
Constructor and Description |
---|
LoginRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull String |
getPassword()
Get password
|
@NotNull String |
getUsername()
Get username
|
int |
hashCode() |
LoginRequest |
password(String password) |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
LoginRequest |
username(String username) |
public LoginRequest username(String username)
@NotNull public @NotNull String getUsername()
public void setUsername(String username)
public LoginRequest password(String password)
@NotNull public @NotNull String getPassword()
public void setPassword(String password)
Copyright © 2020. All rights reserved.