public class ResourceUpdateRequest extends ManagementRequest
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ResourceUpdateRequest.ResourceAction
ResourceAction
描述: 资源操作
|
| 构造器和说明 |
|---|
ResourceUpdateRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ResourceUpdateRequest.ResourceAction> |
getActions() |
String |
getApiIdentifier() |
String |
getCode() |
String |
getDescription() |
String |
getHttpMethod()
获取 Http 请求方式 GET POST DELETE PUT
|
String |
getMethod()
Http 调用方式
|
String |
getNamespace() |
String |
getPath()
获取请求调用 Path
|
Map<String,String> |
getPathVariables()
获取路径变量
|
Map<String,Object> |
getRequestBody()
获取请求 body 体
|
String |
getType() |
void |
setActions(List<ResourceUpdateRequest.ResourceAction> actions) |
void |
setApiIdentifier(String apiIdentifier) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setNamespace(String namespace) |
void |
setType(String type) |
getQueryParams, getRequestHeaderspublic String getMethod()
OpenapiRequestgetMethod 在类中 OpenapiRequestpublic String getPath()
OpenapiRequestgetPath 在类中 OpenapiRequestpublic String getHttpMethod()
OpenapiRequestgetHttpMethod 在类中 OpenapiRequestpublic Map<String,String> getPathVariables()
OpenapiRequestgetPathVariables 在类中 OpenapiRequestpublic Map<String,Object> getRequestBody()
OpenapiRequestgetRequestBody 在类中 OpenapiRequestpublic List<ResourceUpdateRequest.ResourceAction> getActions()
public void setActions(List<ResourceUpdateRequest.ResourceAction> actions)
public String getApiIdentifier()
public void setApiIdentifier(String apiIdentifier)
public String getCode()
public void setCode(String code)
public String getDescription()
public void setDescription(String description)
public String getNamespace()
public void setNamespace(String namespace)
public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.