public class CommonRequest extends Request
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CommonRequest.Builder |
RequestModel.BuilderImpl<ProviderT extends RequestModel,BuilderT extends RequestModel.Builder>| 限定符和类型 | 方法和说明 |
|---|---|
static CommonRequest.Builder |
builder() |
static CommonRequest |
create() |
String |
getAction() |
HttpMethod |
getHttpMethod() |
String |
getPath() |
String |
getProduct() |
String |
getRequestBodyType() |
String |
getResponseBodyType() |
String |
getVersion() |
Boolean |
isFormData() |
CommonRequest.Builder |
toBuilder() |
getBodyParameters, getHeaderParameters, getHostParameters, getPathParameters, getQueryParameters, getRequestConfigurationadjustToModel, build, buildMap, confirmType, confirmType, toMap, toMap, toMap, toMap, toModel, validate, validateParamspublic static CommonRequest.Builder builder()
public static CommonRequest create()
public String getProduct()
public String getVersion()
public String getAction()
public String getPath()
public HttpMethod getHttpMethod()
public String getRequestBodyType()
public String getResponseBodyType()
public Boolean isFormData()
public CommonRequest.Builder toBuilder()
Copyright © 2024. All rights reserved.