Module com.hack23.cia.service.api
Class DisableGoogleAuthenticatorCredentialResponse
java.lang.Object
com.hack23.cia.service.api.action.common.AbstractMessage
com.hack23.cia.service.api.action.common.AbstractResponse
com.hack23.cia.service.api.action.user.DisableGoogleAuthenticatorCredentialResponse
- All Implemented Interfaces:
ServiceMessage,ServiceResponse,java.io.Serializable
The Class DisableGoogleAuthenticatorCredentialResponse.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.action.common.ServiceResponse
ServiceResponse.ServiceResult -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new disable google authenticator credential response. -
Method Summary
Methods inherited from class com.hack23.cia.service.api.action.common.AbstractResponse
getErrorMessage, getResult, setErrorMessageMethods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
DisableGoogleAuthenticatorCredentialResponse
Instantiates a new disable google authenticator credential response.- Parameters:
result- the result
-