public class SwitchRequest extends Object
AuthService request payload.| Constructor and Description |
|---|
SwitchRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCurrentPassword() |
AuthService |
getCurrentService() |
String |
getEmail() |
String |
getLdapId() |
String |
getMfaCode() |
String |
getNewPassword() |
AuthService |
getNewService() |
String |
getPassword() |
int |
hashCode() |
void |
setCurrentPassword(String currentPassword) |
void |
setCurrentService(AuthService currentService) |
void |
setEmail(String email) |
void |
setLdapId(String ldapId) |
void |
setMfaCode(String mfaCode) |
void |
setNewPassword(String newPassword) |
void |
setNewService(AuthService newService) |
void |
setPassword(String password) |
String |
toString() |
@Generated(value="lombok") public SwitchRequest()
@Generated(value="lombok") public AuthService getCurrentService()
@Generated(value="lombok") public AuthService getNewService()
@Generated(value="lombok") public String getEmail()
@Generated(value="lombok") public String getCurrentPassword()
@Generated(value="lombok") public String getPassword()
@Generated(value="lombok") public String getNewPassword()
@Generated(value="lombok") public String getMfaCode()
@Generated(value="lombok") public String getLdapId()
@Generated(value="lombok") public void setCurrentService(AuthService currentService)
@Generated(value="lombok") public void setNewService(AuthService newService)
@Generated(value="lombok") public void setEmail(String email)
@Generated(value="lombok") public void setCurrentPassword(String currentPassword)
@Generated(value="lombok") public void setPassword(String password)
@Generated(value="lombok") public void setNewPassword(String newPassword)
@Generated(value="lombok") public void setMfaCode(String mfaCode)
@Generated(value="lombok") public void setLdapId(String ldapId)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2019. All rights reserved.