Package io.swagger.codegen
Class CodegenResponse
- java.lang.Object
-
- io.swagger.codegen.CodegenResponse
-
public class CodegenResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringbaseTypeStringcodeStringcontainerTypeStringdataTypeList<Map<String,Object>>examplesbooleanhasHeadersbooleanhasMoreList<CodegenProperty>headersbooleanisBinarybooleanisBooleanbooleanisByteArraybooleanisDatebooleanisDateTimebooleanisDefaultbooleanisDoublebooleanisFilebooleanisFloatbooleanisIntegerbooleanisListContainerbooleanisLongbooleanisMapContainerbooleanisNumberbooleanisNumericbooleanisStringbooleanisUuidStringjsonSchemaStringmessagebooleanprimitiveTypeObjectschemabooleansimpleTypeMap<String,Object>vendorExtensions
-
Constructor Summary
Constructors Constructor Description CodegenResponse()
-
-
-
Field Detail
-
headers
public final List<CodegenProperty> headers
-
code
public String code
-
message
public String message
-
hasMore
public boolean hasMore
-
dataType
public String dataType
-
baseType
public String baseType
-
containerType
public String containerType
-
hasHeaders
public boolean hasHeaders
-
isString
public boolean isString
-
isNumeric
public boolean isNumeric
-
isInteger
public boolean isInteger
-
isLong
public boolean isLong
-
isNumber
public boolean isNumber
-
isFloat
public boolean isFloat
-
isDouble
public boolean isDouble
-
isByteArray
public boolean isByteArray
-
isBoolean
public boolean isBoolean
-
isDate
public boolean isDate
-
isDateTime
public boolean isDateTime
-
isUuid
public boolean isUuid
-
isDefault
public boolean isDefault
-
simpleType
public boolean simpleType
-
primitiveType
public boolean primitiveType
-
isMapContainer
public boolean isMapContainer
-
isListContainer
public boolean isListContainer
-
isBinary
public boolean isBinary
-
isFile
public boolean isFile
-
schema
public Object schema
-
jsonSchema
public String jsonSchema
-
-