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() |
public AuthService getCurrentService()
public AuthService getNewService()
public String getEmail()
public String getCurrentPassword()
public String getPassword()
public String getNewPassword()
public String getMfaCode()
public String getLdapId()
public void setCurrentService(AuthService currentService)
public void setNewService(AuthService newService)
public void setEmail(String email)
public void setCurrentPassword(String currentPassword)
public void setPassword(String password)
public void setNewPassword(String newPassword)
public void setMfaCode(String mfaCode)
public void setLdapId(String ldapId)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.