public class PasswordCheckRequest extends BeforeLoginRequest
| 构造器和说明 |
|---|
PasswordCheckRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHttpMethod()
获取 Http 请求方式 GET POST DELETE PUT
|
String |
getMethod()
Http 调用方式
|
String |
getPassword() |
String |
getPath()
获取请求调用 Path
|
Map<String,Object> |
getRequestBody()
获取请求 body 体
|
void |
setPassword(String password) |
getPathVariables, getQueryParams, getRequestHeaderspublic String getMethod()
OpenapiRequestgetMethod 在类中 OpenapiRequestpublic String getPath()
OpenapiRequestgetPath 在类中 OpenapiRequestpublic String getHttpMethod()
OpenapiRequestgetHttpMethod 在类中 OpenapiRequestpublic Map<String,Object> getRequestBody()
OpenapiRequestgetRequestBody 在类中 OpenapiRequestpublic String getPassword()
public void setPassword(String password)
Copyright © 2021. All rights reserved.