public final class SetGoogleAuthenticatorCredentialResponse extends AbstractResponse
ServiceResponse.ServiceResult
Constructor and Description |
---|
SetGoogleAuthenticatorCredentialResponse(ServiceResponse.ServiceResult result)
Instantiates a new sets the google authenticator credential response.
|
Modifier and Type | Method and Description |
---|---|
String |
getGoogleAuthKey()
Gets the google auth key.
|
List<Integer> |
getGoogleAuthScratchCodes()
Gets the google auth scratch codes.
|
Integer |
getGoogleAuthVerificationCode()
Gets the google auth verification code.
|
String |
getOtpAuthTotpURL()
Gets the otp auth totp url.
|
void |
setGoogleAuthKey(String googleAuthKey)
Sets the google auth key.
|
void |
setGoogleAuthScratchCodes(List<Integer> googleAuthScratchCodes)
Sets the google auth scratch codes.
|
void |
setGoogleAuthVerificationCode(Integer googleAuthVerificationCode)
Sets the google auth verification code.
|
void |
setOtpAuthTotpURL(String otpAuthTotpURL)
Sets the otp auth totp url.
|
equals, getResult, hashCode, toString
public SetGoogleAuthenticatorCredentialResponse(ServiceResponse.ServiceResult result)
result
- the resultpublic String getGoogleAuthKey()
public void setGoogleAuthKey(String googleAuthKey)
googleAuthKey
- the new google auth keypublic Integer getGoogleAuthVerificationCode()
public void setGoogleAuthVerificationCode(Integer googleAuthVerificationCode)
googleAuthVerificationCode
- the new google auth verification codepublic List<Integer> getGoogleAuthScratchCodes()
public void setGoogleAuthScratchCodes(List<Integer> googleAuthScratchCodes)
googleAuthScratchCodes
- the new google auth scratch codespublic String getOtpAuthTotpURL()
public void setOtpAuthTotpURL(String otpAuthTotpURL)
otpAuthTotpURL
- the new otp auth totp urlCopyright © 2010–2017 www.hack23.com. All rights reserved.