public class CodegenParameter extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
_enum |
Map<String,Object> |
allowableValues |
String |
baseName |
String |
baseType |
String |
collectionFormat |
String |
dataType |
String |
defaultValue |
String |
description |
Boolean |
exclusiveMaximum
See http://json-schema.org/latest/json-schema-validation.html#anchor17
|
Boolean |
exclusiveMinimum
See http://json-schema.org/latest/json-schema-validation.html#anchor21
|
Boolean |
hasMore |
Boolean |
isBinary |
Boolean |
isBodyParam |
Boolean |
isCollectionFormatMulti |
Boolean |
isContainer |
Boolean |
isCookieParam |
boolean |
isEnum |
Boolean |
isFile |
Boolean |
isFormParam |
Boolean |
isHeaderParam |
Boolean |
isPathParam |
Boolean |
isQueryParam |
String |
jsonSchema |
Number |
maximum
See http://json-schema.org/latest/json-schema-validation.html#anchor17.
|
Integer |
maxItems
See http://json-schema.org/latest/json-schema-validation.html#anchor42
|
Integer |
maxLength
See http://json-schema.org/latest/json-schema-validation.html#anchor26
|
Number |
minimum
See http://json-schema.org/latest/json-schema-validation.html#anchor21
|
Integer |
minItems
See http://json-schema.org/latest/json-schema-validation.html#anchor45
|
Integer |
minLength
See http://json-schema.org/latest/json-schema-validation.html#anchor29
|
Number |
multipleOf
See http://json-schema.org/latest/json-schema-validation.html#anchor14
|
Boolean |
notFile |
String |
paramName |
String |
pattern
See http://json-schema.org/latest/json-schema-validation.html#anchor33
|
Boolean |
required
Determines whether this parameter is mandatory.
|
Boolean |
secondaryParam |
Boolean |
uniqueItems
See http://json-schema.org/latest/json-schema-validation.html#anchor49
|
Map<String,Object> |
vendorExtensions |
Constructor and Description |
---|
CodegenParameter() |
public Boolean isFormParam
public Boolean isQueryParam
public Boolean isPathParam
public Boolean isHeaderParam
public Boolean isCookieParam
public Boolean isBodyParam
public Boolean isFile
public Boolean notFile
public Boolean hasMore
public Boolean isContainer
public Boolean secondaryParam
public Boolean isBinary
public Boolean isCollectionFormatMulti
public String baseName
public String paramName
public String dataType
public String collectionFormat
public String description
public String baseType
public String defaultValue
public String jsonSchema
public boolean isEnum
public Boolean required
public Number maximum
public Boolean exclusiveMaximum
public Number minimum
public Boolean exclusiveMinimum
public Integer maxLength
public Integer minLength
public String pattern
public Integer maxItems
public Integer minItems
public Boolean uniqueItems
public Number multipleOf
public CodegenParameter copy()
Copyright © 2016. All rights reserved.