Class ServerVariableProperties
java.lang.Object
com.github.chhorz.openapi.common.properties.domain.ServerVariableProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDefaultValue
(String defaultValue) void
setDescription
(String description) void
setEnumValues
(List<String> enumValues)
-
Constructor Details
-
ServerVariableProperties
public ServerVariableProperties()
-
-
Method Details
-
getEnumValues
-
setEnumValues
-
getDefaultValue
-
setDefaultValue
-
getDescription
-
setDescription
-