public class MvcApiImplicitParam extends Object
| 构造器和说明 |
|---|
MvcApiImplicitParam() |
MvcApiImplicitParam(String name,
String value,
boolean required,
Class<?> dataTypeClass) |
MvcApiImplicitParam(String name,
String value,
boolean required,
String dataType) |
MvcApiImplicitParam(String name,
String value,
String defaultValue,
String allowableValues,
boolean required,
String access,
boolean allowMultiple,
String dataType,
Class<?> dataTypeClass,
String paramType,
String example,
String type,
String format,
boolean allowEmptyValue,
boolean readOnly,
String collectionFormat) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccess() |
String |
getAllowableValues() |
String |
getCollectionFormat() |
String |
getDataType() |
Class<?> |
getDataTypeClass() |
String |
getDefaultValue() |
String |
getExample() |
String |
getFormat() |
String |
getName() |
String |
getParamType() |
String |
getType() |
String |
getValue() |
boolean |
isAllowEmptyValue() |
boolean |
isAllowMultiple() |
boolean |
isReadOnly() |
boolean |
isRequired() |
void |
setAccess(String access) |
void |
setAllowableValues(String allowableValues) |
void |
setAllowEmptyValue(boolean allowEmptyValue) |
void |
setAllowMultiple(boolean allowMultiple) |
void |
setCollectionFormat(String collectionFormat) |
void |
setDataType(String dataType) |
void |
setDataTypeClass(Class<?> dataTypeClass) |
void |
setDefaultValue(String defaultValue) |
void |
setExample(String example) |
void |
setFormat(String format) |
void |
setName(String name) |
void |
setParamType(String paramType) |
void |
setReadOnly(boolean readOnly) |
void |
setRequired(boolean required) |
void |
setType(String type) |
void |
setValue(String value) |
public MvcApiImplicitParam()
public MvcApiImplicitParam(String name, String value, boolean required, String dataType)
public MvcApiImplicitParam(String name, String value, boolean required, Class<?> dataTypeClass)
public MvcApiImplicitParam(String name, String value, String defaultValue, String allowableValues, boolean required, String access, boolean allowMultiple, String dataType, Class<?> dataTypeClass, String paramType, String example, String type, String format, boolean allowEmptyValue, boolean readOnly, String collectionFormat)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getAllowableValues()
public void setAllowableValues(String allowableValues)
public boolean isRequired()
public void setRequired(boolean required)
public String getAccess()
public void setAccess(String access)
public boolean isAllowMultiple()
public void setAllowMultiple(boolean allowMultiple)
public String getDataType()
public void setDataType(String dataType)
public Class<?> getDataTypeClass()
public void setDataTypeClass(Class<?> dataTypeClass)
public String getParamType()
public void setParamType(String paramType)
public String getExample()
public void setExample(String example)
public String getType()
public void setType(String type)
public String getFormat()
public void setFormat(String format)
public boolean isAllowEmptyValue()
public void setAllowEmptyValue(boolean allowEmptyValue)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public String getCollectionFormat()
public void setCollectionFormat(String collectionFormat)
Copyright © 2019. All rights reserved.