public class CodegenResponse extends CodegenObject
| Modifier and Type | Field and Description |
|---|---|
String |
baseType |
String |
code |
String |
containerType |
List<CodegenContent> |
contents |
String |
dataType |
List<Map<String,Object>> |
examples |
List<CodegenProperty> |
headers |
String |
jsonSchema |
String |
message |
Object |
schema |
vendorExtensionsPREFIX_HAS, PREFIX_IS| Constructor and Description |
|---|
CodegenResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBaseType() |
String |
getCode() |
String |
getContainerType() |
List<CodegenContent> |
getContents() |
String |
getDataType() |
List<Map<String,Object>> |
getExamples() |
List<CodegenProperty> |
getHeaders() |
String |
getJsonSchema() |
String |
getMessage() |
Boolean |
getPrimitiveType() |
Object |
getSchema() |
Boolean |
getSimpleType() |
int |
hashCode() |
boolean |
isWildcard() |
String |
toString() |
getBooleanValue, getHasHeaders, getHasMore, getIsAlias, getIsArrayModel, getIsBinary, getIsBoolean, getIsByteArray, getIsCollectionFormatMulti, getIsContainer, getIsDate, getIsDateTime, getIsDefault, getIsDouble, getIsEnum, getIsFile, getIsFloat, getIsInteger, getIsListContainer, getIsLong, getIsMapContainer, getIsMultipart, getIsNotContainer, getIsNumber, getIsNumeric, getIsPrimitiveType, getIsReadOnly, getIsResponseBinary, getIsResponseFile, getIsString, getIsUuid, getVendorExtensions, setVendorExtensionspublic final List<CodegenProperty> headers
public String code
public String message
public List<CodegenContent> contents
public String dataType
public String baseType
public String containerType
public Object schema
public String jsonSchema
public boolean isWildcard()
public Boolean getSimpleType()
public Boolean getPrimitiveType()
public List<CodegenProperty> getHeaders()
public String getCode()
public String getMessage()
public String getDataType()
public String getBaseType()
public String getContainerType()
public Object getSchema()
public String getJsonSchema()
public List<CodegenContent> getContents()
Copyright © 2020. All rights reserved.