public class UdfCreateRequest extends ManagementRequest
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UdfCreateRequest.ValidateRule
ValidateRule
描述: 验证规则
|
| 构造器和说明 |
|---|
UdfCreateRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAccessControl() |
Boolean |
getAdminVisible() |
String |
getDataType() |
String |
getDescription() |
String |
getHttpMethod()
获取 Http 请求方式 GET POST DELETE PUT
|
String |
getKey() |
String |
getLabel() |
String |
getMethod()
Http 调用方式
|
Object |
getOptions() |
String |
getPath()
获取请求调用 Path
|
Map<String,Object> |
getRequestBody()
获取请求 body 体
|
String |
getTargetType() |
Boolean |
getUserVisible() |
List<UdfCreateRequest.ValidateRule> |
getValidateRules() |
void |
setAccessControl(Boolean accessControl) |
void |
setAdminVisible(Boolean adminVisible) |
void |
setDataType(String dataType) |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setLabel(String label) |
void |
setOptions(Object options) |
void |
setTargetType(String targetType) |
void |
setUserVisible(Boolean userVisible) |
void |
setValidateRules(List<UdfCreateRequest.ValidateRule> validateRules) |
getPathVariables, getQueryParams, getRequestHeaderspublic String getMethod()
OpenapiRequestgetMethod 在类中 OpenapiRequestpublic String getPath()
OpenapiRequestgetPath 在类中 OpenapiRequestpublic String getHttpMethod()
OpenapiRequestgetHttpMethod 在类中 OpenapiRequestpublic Map<String,Object> getRequestBody()
OpenapiRequestgetRequestBody 在类中 OpenapiRequestpublic Boolean getAccessControl()
public void setAccessControl(Boolean accessControl)
public Boolean getAdminVisible()
public void setAdminVisible(Boolean adminVisible)
public String getDataType()
public void setDataType(String dataType)
public String getDescription()
public void setDescription(String description)
public String getKey()
public void setKey(String key)
public String getLabel()
public void setLabel(String label)
public Object getOptions()
public void setOptions(Object options)
public String getTargetType()
public void setTargetType(String targetType)
public Boolean getUserVisible()
public void setUserVisible(Boolean userVisible)
public List<UdfCreateRequest.ValidateRule> getValidateRules()
public void setValidateRules(List<UdfCreateRequest.ValidateRule> validateRules)
Copyright © 2021. All rights reserved.