public class CodegenResponse extends Object implements IJsonSchemaValidationProperties
| Modifier and Type | Field and Description |
|---|---|
String |
baseType |
String |
code |
String |
containerType |
String |
dataType |
List<Map<String,Object>> |
examples |
boolean |
hasHeaders |
boolean |
hasMore |
List<CodegenProperty> |
headers |
boolean |
isBinary |
boolean |
isBoolean |
boolean |
isByteArray |
boolean |
isDate |
boolean |
isDateTime |
boolean |
isDefault |
boolean |
isDouble |
boolean |
isEmail |
boolean |
isFile |
boolean |
isFloat |
boolean |
isFreeFormObject |
boolean |
isInteger |
boolean |
isListContainer |
boolean |
isLong |
boolean |
isMapContainer |
boolean |
isModel |
boolean |
isNumber |
boolean |
isNumeric |
boolean |
isString |
boolean |
isUuid |
String |
jsonSchema |
String |
message |
Number |
multipleOf |
String |
pattern |
boolean |
primitiveType |
Object |
schema |
boolean |
simpleType |
Map<String,Object> |
vendorExtensions |
| Constructor and Description |
|---|
CodegenResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
getExclusiveMaximum() |
boolean |
getExclusiveMinimum() |
String |
getMaximum() |
Integer |
getMaxItems() |
Integer |
getMaxLength() |
Integer |
getMaxProperties() |
String |
getMinimum() |
Integer |
getMinItems() |
Integer |
getMinLength() |
Integer |
getMinProperties() |
Number |
getMultipleOf() |
String |
getPattern() |
boolean |
getUniqueItems() |
int |
hashCode() |
boolean |
isWildcard() |
void |
setExclusiveMaximum(boolean exclusiveMaximum) |
void |
setExclusiveMinimum(boolean exclusiveMinimum) |
void |
setMaximum(String maximum) |
void |
setMaxItems(Integer maxItems) |
void |
setMaxLength(Integer maxLength) |
void |
setMaxProperties(Integer maxProperties) |
void |
setMinimum(String minimum) |
void |
setMinItems(Integer minItems) |
void |
setMinLength(Integer minLength) |
void |
setMinProperties(Integer minProperties) |
void |
setMultipleOf(Number multipleOf) |
void |
setPattern(String pattern) |
void |
setUniqueItems(boolean uniqueItems) |
String |
toString() |
public final List<CodegenProperty> headers
public String code
public String message
public boolean hasMore
public String dataType
public String baseType
public String containerType
public boolean hasHeaders
public boolean isString
public boolean isNumeric
public boolean isInteger
public boolean isLong
public boolean isNumber
public boolean isFloat
public boolean isDouble
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 isDefault
public boolean simpleType
public boolean primitiveType
public boolean isMapContainer
public boolean isListContainer
public boolean isBinary
public boolean isFile
public Object schema
public String jsonSchema
public String pattern
public Number multipleOf
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 boolean isWildcard()
Copyright © 2020. All rights reserved.