Package io.swagger.codegen.v3
Class CodegenResponse
java.lang.Object
io.swagger.codegen.v3.CodegenObject
io.swagger.codegen.v3.CodegenResponse
- All Implemented Interfaces:
VendorExtendable
-
Field Summary
FieldsFields inherited from class io.swagger.codegen.v3.CodegenObject
vendorExtensionsFields inherited from interface io.swagger.codegen.v3.VendorExtendable
PREFIX_HAS, PREFIX_IS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.swagger.codegen.v3.CodegenObject
getBooleanValue, getHasHeaders, getHasInnerObject, getHasMore, getIsAlias, getIsArrayModel, getIsBinary, getIsBoolean, getIsByteArray, getIsCollectionFormatMulti, getIsContainer, getIsDate, getIsDateTime, getIsDefault, getIsDouble, getIsEnum, getIsFile, getIsFloat, getIsInteger, getIsListContainer, getIsLong, getIsMapContainer, getIsMultipart, getIsNotContainer, getIsNullable, getIsNumber, getIsNumeric, getIsObject, getIsPrimitiveType, getIsReadOnly, getIsResponseBinary, getIsResponseFile, getIsString, getIsUuid, getVendorExtensions, setVendorExtensions
-
Field Details
-
headers
-
code
-
message
-
contents
-
examples
-
dataType
-
baseType
-
containerType
-
schema
-
jsonSchema
-
-
Constructor Details
-
CodegenResponse
public CodegenResponse()
-
-
Method Details
-
isWildcard
public boolean isWildcard() -
getSimpleType
-
getPrimitiveType
-
toString
-
equals
-
hashCode
public int hashCode() -
getHeaders
-
getCode
-
getMessage
-
getExamples
-
getDataType
-
getBaseType
-
getContainerType
-
getSchema
-
getJsonSchema
-
getContents
-