public class ApiParamsCacheItem extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String[] |
allowableValues |
private String |
defaultValue |
private String |
description |
private String |
docName |
private String |
example |
private String |
htmlType |
private String |
name |
private Integer |
paramIndex |
private List<ParamBean> |
paramInfo |
private String |
paramType |
private Boolean |
required |
private String |
subParamsJson
JSON string corresponding.
|
| 构造器和说明 |
|---|
ApiParamsCacheItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getAllowableValues() |
String |
getDefaultValue() |
String |
getDescription() |
String |
getDocName() |
String |
getExample() |
String |
getHtmlType() |
String |
getName() |
Integer |
getParamIndex() |
List<ParamBean> |
getParamInfo() |
String |
getParamType() |
Boolean |
getRequired() |
String |
getSubParamsJson() |
void |
setAllowableValues(String[] allowableValues) |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setDocName(String docName) |
void |
setExample(String example) |
void |
setHtmlType(String htmlType) |
void |
setName(String name) |
void |
setParamIndex(Integer paramIndex) |
void |
setParamInfo(List<ParamBean> paramInfo) |
void |
setParamType(String paramType) |
void |
setRequired(Boolean required) |
void |
setSubParamsJson(String subParamsJson) |
private String name
private String docName
private String htmlType
private String[] allowableValues
private String paramType
private Integer paramIndex
private String description
private String example
private String defaultValue
private Boolean required
private String subParamsJson
public String getName()
public void setName(String name)
public String getDocName()
public void setDocName(String docName)
public String getHtmlType()
public void setHtmlType(String htmlType)
public String[] getAllowableValues()
public void setAllowableValues(String[] allowableValues)
public String getParamType()
public void setParamType(String paramType)
public Integer getParamIndex()
public void setParamIndex(Integer paramIndex)
public String getDescription()
public void setDescription(String description)
public String getExample()
public void setExample(String example)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getSubParamsJson()
public void setSubParamsJson(String subParamsJson)
Copyright © 2020–2021 The Apache Software Foundation. All rights reserved.