public static class TotpAssociateResponse.Data extends BasicEntity
| 构造器和说明 |
|---|
Data() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthenticator_type() |
String |
getQrcode_data_url() |
String |
getQrCodeUri() |
String |
getRecovery_code() |
String |
getSecret() |
void |
setAuthenticator_type(String authenticator_type) |
void |
setQrcode_data_url(String qrcode_data_url) |
void |
setQrCodeUri(String qrCodeUri) |
void |
setRecovery_code(String recovery_code) |
void |
setSecret(String secret) |
public String getAuthenticator_type()
public void setAuthenticator_type(String authenticator_type)
public String getQrCodeUri()
public void setQrCodeUri(String qrCodeUri)
public String getQrcode_data_url()
public void setQrcode_data_url(String qrcode_data_url)
public String getRecovery_code()
public void setRecovery_code(String recovery_code)
public String getSecret()
public void setSecret(String secret)
Copyright © 2021. All rights reserved.