public class MfaTotpImportRequest extends ManagementRequest
| 构造器和说明 |
|---|
MfaTotpImportRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHttpMethod()
获取 Http 请求方式 GET POST DELETE PUT
|
String |
getMethod()
Http 调用方式
|
String |
getPath()
获取请求调用 Path
|
String |
getRecoveryCode() |
Map<String,Object> |
getRequestBody()
获取请求 body 体
|
String |
getSecret() |
String |
getUserId() |
void |
setRecoveryCode(String recoveryCode) |
void |
setSecret(String secret) |
void |
setUserId(String userId) |
getPathVariables, getQueryParams, getRequestHeaderspublic String getMethod()
OpenapiRequestgetMethod 在类中 OpenapiRequestpublic String getPath()
OpenapiRequestgetPath 在类中 OpenapiRequestpublic String getHttpMethod()
OpenapiRequestgetHttpMethod 在类中 OpenapiRequestpublic Map<String,Object> getRequestBody()
OpenapiRequestgetRequestBody 在类中 OpenapiRequestpublic String getRecoveryCode()
public void setRecoveryCode(String recoveryCode)
public String getSecret()
public void setSecret(String secret)
public String getUserId()
public void setUserId(String userId)
Copyright © 2021. All rights reserved.