- java.lang.Object
-
- net.bis5.mattermost.model.SwitchRequest
-
public class SwitchRequest extends Object
SwitchAuthServicerequest payload.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description SwitchRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCurrentPassword()AuthServicegetCurrentService()StringgetEmail()StringgetLdapId()StringgetMfaCode()StringgetNewPassword()AuthServicegetNewService()StringgetPassword()inthashCode()voidsetCurrentPassword(String currentPassword)voidsetCurrentService(AuthService currentService)voidsetEmail(String email)voidsetLdapId(String ldapId)voidsetMfaCode(String mfaCode)voidsetNewPassword(String newPassword)voidsetNewService(AuthService newService)voidsetPassword(String password)StringtoString()
-
-
-
Method Detail
-
getCurrentService
public AuthService getCurrentService()
-
getNewService
public AuthService getNewService()
-
getEmail
public String getEmail()
-
getCurrentPassword
public String getCurrentPassword()
-
getPassword
public String getPassword()
-
getNewPassword
public String getNewPassword()
-
getMfaCode
public String getMfaCode()
-
getLdapId
public String getLdapId()
-
setCurrentService
public void setCurrentService(AuthService currentService)
-
setNewService
public void setNewService(AuthService newService)
-
setEmail
public void setEmail(String email)
-
setCurrentPassword
public void setCurrentPassword(String currentPassword)
-
setPassword
public void setPassword(String password)
-
setNewPassword
public void setNewPassword(String newPassword)
-
setMfaCode
public void setMfaCode(String mfaCode)
-
setLdapId
public void setLdapId(String ldapId)
-
canEqual
protected boolean canEqual(Object other)
-
-