Class DisableGoogleAuthenticatorCredentialRequest
java.lang.Object
com.hack23.cia.service.api.action.common.AbstractMessage
com.hack23.cia.service.api.action.common.AbstractRequest
com.hack23.cia.service.api.action.user.DisableGoogleAuthenticatorCredentialRequest
- All Implemented Interfaces:
ServiceMessage
,ServiceRequest
,Serializable
The Class DisableGoogleAuthenticatorCredentialRequest.
- See Also:
-
Constructor Summary
ConstructorDescriptionInstantiates a new disable google authenticator credential request. -
Method Summary
Modifier and TypeMethodDescriptionGets the session id.Gets the userpassword.void
setSessionId
(String sessionId) Sets the session id.void
setUserpassword
(String userpassword) Sets the userpassword.Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage
equals, hashCode, toString
-
Constructor Details
-
DisableGoogleAuthenticatorCredentialRequest
public DisableGoogleAuthenticatorCredentialRequest()Instantiates a new disable google authenticator credential request.
-
-
Method Details
-
getSessionId
Gets the session id.- Returns:
- the session id
-
setSessionId
Sets the session id.- Parameters:
sessionId
- the new session id
-
getUserpassword
Gets the userpassword.- Returns:
- the userpassword
-
setUserpassword
Sets the userpassword.- Parameters:
userpassword
- the new userpassword
-