public class CodegenResponse extends Object implements IJsonSchemaValidationProperties
| Modifier and Type | Field and Description |
|---|---|
CodegenProperty |
additionalProperties |
String |
baseType |
String |
code |
String |
containerType |
String |
dataType |
List<Map<String,Object>> |
examples |
boolean |
hasHeaders |
List<CodegenProperty> |
headers |
boolean |
is1xx |
boolean |
is2xx |
boolean |
is3xx |
boolean |
is4xx |
boolean |
is5xx |
boolean |
isAnyType |
boolean |
isArray |
boolean |
isBinary |
boolean |
isBoolean |
boolean |
isByteArray |
boolean |
isDate |
boolean |
isDateTime |
boolean |
isDecimal |
boolean |
isDefault |
boolean |
isDouble |
boolean |
isEmail |
boolean |
isFile |
boolean |
isFloat |
boolean |
isFreeFormObject |
boolean |
isInteger |
boolean |
isLong |
boolean |
isMap |
boolean |
isModel |
boolean |
isNull |
boolean |
isNumber |
boolean |
isNumeric |
boolean |
isShort |
boolean |
isString |
boolean |
isUnboundedInteger |
boolean |
isUuid |
CodegenProperty |
items |
String |
jsonSchema |
String |
message |
Number |
multipleOf |
String |
pattern |
boolean |
primitiveType |
List<CodegenProperty> |
requiredVars |
Object |
schema |
boolean |
simpleType |
List<CodegenProperty> |
vars |
Map<String,Object> |
vendorExtensions |
| Constructor and Description |
|---|
CodegenResponse() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsetTypePropertiespublic final List<CodegenProperty> headers
public String code
public boolean is1xx
public boolean is2xx
public boolean is3xx
public boolean is4xx
public boolean is5xx
public String message
public String dataType
public String baseType
public String containerType
public boolean hasHeaders
public boolean isString
public boolean isNumeric
public boolean isInteger
public boolean isShort
public boolean isLong
public boolean isUnboundedInteger
public boolean isNumber
public boolean isFloat
public boolean isDouble
public boolean isDecimal
public boolean isByteArray
public boolean isBoolean
public boolean isDate
public boolean isDateTime
public boolean isUuid
public boolean isEmail
public boolean isModel
public boolean isFreeFormObject
public boolean isAnyType
public boolean isDefault
public boolean simpleType
public boolean primitiveType
public boolean isMap
public boolean isArray
public boolean isBinary
public boolean isFile
public boolean isNull
public Object schema
public String jsonSchema
public String pattern
public Number multipleOf
public CodegenProperty items
public CodegenProperty additionalProperties
public List<CodegenProperty> vars
public List<CodegenProperty> requiredVars
public LinkedHashMap<String,CodegenMediaType> getContent()
public void setContent(LinkedHashMap<String,CodegenMediaType> content)
public List<CodegenParameter> getResponseHeaders()
public void setResponseHeaders(List<CodegenParameter> responseHeaders)
public String getPattern()
getPattern in interface IJsonSchemaValidationPropertiespublic void setPattern(String pattern)
setPattern in interface IJsonSchemaValidationPropertiespublic String getMaximum()
getMaximum in interface IJsonSchemaValidationPropertiespublic void setMaximum(String maximum)
setMaximum in interface IJsonSchemaValidationPropertiespublic String getMinimum()
getMinimum in interface IJsonSchemaValidationPropertiespublic void setMinimum(String minimum)
setMinimum in interface IJsonSchemaValidationPropertiespublic boolean getExclusiveMaximum()
getExclusiveMaximum in interface IJsonSchemaValidationPropertiespublic void setExclusiveMaximum(boolean exclusiveMaximum)
setExclusiveMaximum in interface IJsonSchemaValidationPropertiespublic boolean getExclusiveMinimum()
getExclusiveMinimum in interface IJsonSchemaValidationPropertiespublic void setExclusiveMinimum(boolean exclusiveMinimum)
setExclusiveMinimum in interface IJsonSchemaValidationPropertiespublic Integer getMinLength()
getMinLength in interface IJsonSchemaValidationPropertiespublic void setMinLength(Integer minLength)
setMinLength in interface IJsonSchemaValidationPropertiespublic Integer getMaxLength()
getMaxLength in interface IJsonSchemaValidationPropertiespublic void setMaxLength(Integer maxLength)
setMaxLength in interface IJsonSchemaValidationPropertiespublic Integer getMinItems()
getMinItems in interface IJsonSchemaValidationPropertiespublic void setMinItems(Integer minItems)
setMinItems in interface IJsonSchemaValidationPropertiespublic Integer getMaxItems()
getMaxItems in interface IJsonSchemaValidationPropertiespublic void setMaxItems(Integer maxItems)
setMaxItems in interface IJsonSchemaValidationPropertiespublic boolean getUniqueItems()
getUniqueItems in interface IJsonSchemaValidationPropertiespublic void setUniqueItems(boolean uniqueItems)
setUniqueItems in interface IJsonSchemaValidationPropertiespublic Integer getMinProperties()
getMinProperties in interface IJsonSchemaValidationPropertiespublic void setMinProperties(Integer minProperties)
setMinProperties in interface IJsonSchemaValidationPropertiespublic Integer getMaxProperties()
getMaxProperties in interface IJsonSchemaValidationPropertiespublic void setMaxProperties(Integer maxProperties)
setMaxProperties in interface IJsonSchemaValidationPropertiespublic Number getMultipleOf()
getMultipleOf in interface IJsonSchemaValidationPropertiespublic void setMultipleOf(Number multipleOf)
setMultipleOf in interface IJsonSchemaValidationPropertiespublic CodegenProperty getItems()
getItems in interface IJsonSchemaValidationPropertiespublic void setItems(CodegenProperty items)
setItems in interface IJsonSchemaValidationPropertiespublic boolean getIsModel()
getIsModel in interface IJsonSchemaValidationPropertiespublic boolean getIsArray()
getIsArray in interface IJsonSchemaValidationPropertiespublic void setIsArray(boolean isArray)
setIsArray in interface IJsonSchemaValidationPropertiespublic boolean getIsShort()
getIsShort in interface IJsonSchemaValidationPropertiespublic void setIsShort(boolean isShort)
setIsShort in interface IJsonSchemaValidationPropertiespublic boolean getIsBoolean()
getIsBoolean in interface IJsonSchemaValidationPropertiespublic void setIsBoolean(boolean isBoolean)
setIsBoolean in interface IJsonSchemaValidationPropertiespublic boolean getIsUnboundedInteger()
getIsUnboundedInteger in interface IJsonSchemaValidationPropertiespublic void setIsUnboundedInteger(boolean isUnboundedInteger)
setIsUnboundedInteger in interface IJsonSchemaValidationPropertiespublic void setIsModel(boolean isModel)
setIsModel in interface IJsonSchemaValidationPropertiespublic boolean getIsDate()
getIsDate in interface IJsonSchemaValidationPropertiespublic void setIsDate(boolean isDate)
setIsDate in interface IJsonSchemaValidationPropertiespublic boolean getIsDateTime()
getIsDateTime in interface IJsonSchemaValidationPropertiespublic void setIsDateTime(boolean isDateTime)
setIsDateTime in interface IJsonSchemaValidationPropertiespublic boolean getIsMap()
getIsMap in interface IJsonSchemaValidationPropertiespublic void setIsMap(boolean isMap)
setIsMap in interface IJsonSchemaValidationPropertiespublic CodegenProperty getAdditionalProperties()
getAdditionalProperties in interface IJsonSchemaValidationPropertiespublic void setAdditionalProperties(CodegenProperty additionalProperties)
setAdditionalProperties in interface IJsonSchemaValidationPropertiespublic List<CodegenProperty> getVars()
getVars in interface IJsonSchemaValidationPropertiespublic void setVars(List<CodegenProperty> vars)
setVars in interface IJsonSchemaValidationPropertiespublic List<CodegenProperty> getRequiredVars()
getRequiredVars in interface IJsonSchemaValidationPropertiespublic void setRequiredVars(List<CodegenProperty> requiredVars)
setRequiredVars in interface IJsonSchemaValidationPropertiespublic boolean getHasRequired()
getHasRequired in interface IJsonSchemaValidationPropertiespublic void setHasRequired(boolean hasRequired)
setHasRequired in interface IJsonSchemaValidationPropertiespublic boolean isWildcard()
public boolean isRange()
public boolean getIsNull()
getIsNull in interface IJsonSchemaValidationPropertiespublic void setIsNull(boolean isNull)
setIsNull in interface IJsonSchemaValidationPropertiespublic boolean getHasValidation()
getHasValidation in interface IJsonSchemaValidationPropertiespublic void setHasValidation(boolean hasValidation)
setHasValidation in interface IJsonSchemaValidationPropertiespublic boolean getAdditionalPropertiesIsAnyType()
getAdditionalPropertiesIsAnyType in interface IJsonSchemaValidationPropertiespublic void setAdditionalPropertiesIsAnyType(boolean additionalPropertiesIsAnyType)
setAdditionalPropertiesIsAnyType in interface IJsonSchemaValidationPropertiespublic boolean getHasVars()
getHasVars in interface IJsonSchemaValidationPropertiespublic void setHasVars(boolean hasVars)
setHasVars in interface IJsonSchemaValidationPropertiespublic boolean getHasDiscriminatorWithNonEmptyMapping()
getHasDiscriminatorWithNonEmptyMapping in interface IJsonSchemaValidationPropertiespublic void setHasDiscriminatorWithNonEmptyMapping(boolean hasDiscriminatorWithNonEmptyMapping)
setHasDiscriminatorWithNonEmptyMapping in interface IJsonSchemaValidationPropertiespublic boolean getIsString()
getIsString in interface IJsonSchemaValidationPropertiespublic void setIsString(boolean isString)
setIsString in interface IJsonSchemaValidationPropertiespublic boolean getIsNumber()
getIsNumber in interface IJsonSchemaValidationPropertiespublic void setIsNumber(boolean isNumber)
setIsNumber in interface IJsonSchemaValidationPropertiespublic boolean getIsAnyType()
getIsAnyType in interface IJsonSchemaValidationPropertiespublic void setIsAnyType(boolean isAnyType)
setIsAnyType in interface IJsonSchemaValidationPropertiespublic void setComposedSchemas(CodegenComposedSchemas composedSchemas)
setComposedSchemas in interface IJsonSchemaValidationPropertiespublic CodegenComposedSchemas getComposedSchemas()
getComposedSchemas in interface IJsonSchemaValidationPropertiespublic boolean getHasMultipleTypes()
getHasMultipleTypes in interface IJsonSchemaValidationPropertiespublic void setHasMultipleTypes(boolean hasMultipleTypes)
setHasMultipleTypes in interface IJsonSchemaValidationPropertiesCopyright © 2021. All rights reserved.