public class CodegenResponse extends Object
Modifier and Type | Field and Description |
---|---|
String |
baseType |
String |
code |
String |
containerType |
String |
dataType |
List<Map<String,Object>> |
examples |
Boolean |
hasMore |
List<CodegenProperty> |
headers |
Boolean |
isBinary |
Boolean |
isDefault |
Boolean |
isListContainer |
Boolean |
isMapContainer |
String |
jsonSchema |
String |
message |
Boolean |
primitiveType |
Object |
schema |
Boolean |
simpleType |
Constructor and Description |
---|
CodegenResponse() |
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 isDefault
public Boolean simpleType
public Boolean primitiveType
public Boolean isMapContainer
public Boolean isListContainer
public Boolean isBinary
public Object schema
public String jsonSchema
Copyright © 2016. All rights reserved.