public class CookieParameter extends AbstractParameter implements SerializableParameter
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
_enum |
protected String |
collectionFormat |
protected String |
defaultValue |
protected String |
format |
protected Property |
items |
protected String |
type |
access, description, in, name, pattern, required| Constructor and Description |
|---|
CookieParameter() |
| Modifier and Type | Method and Description |
|---|---|
CookieParameter |
_enum(List<String> value) |
CookieParameter |
array(boolean isArray) |
CookieParameter |
collectionFormat(String collectionFormat) |
CookieParameter |
description(String description) |
String |
getCollectionFormat() |
String |
getDefaultValue() |
List<String> |
getEnum() |
String |
getFormat() |
Property |
getItems() |
String |
getType() |
CookieParameter |
items(Property items) |
CookieParameter |
name(String name) |
CookieParameter |
property(Property property) |
void |
setArray(boolean isArray) |
void |
setCollectionFormat(String collectionFormat) |
void |
setDefaultValue(String defaultValue) |
void |
setEnum(List<String> _enum) |
void |
setFormat(String format) |
void |
setItems(Property items) |
void |
setProperty(Property property) |
void |
setType(String type) |
getAccess, getDescription, getIn, getName, getPattern, getRequired, getVendorExtensions, setAccess, setDescription, setIn, setName, setPattern, setRequired, setVendorExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccess, getDescription, getIn, getName, getPattern, getRequired, getVendorExtensions, setAccess, setDescription, setIn, setName, setPattern, setRequiredprotected String type
protected String format
protected String collectionFormat
protected Property items
protected String defaultValue
public CookieParameter property(Property property)
public CookieParameter description(String description)
public CookieParameter name(String name)
public CookieParameter collectionFormat(String collectionFormat)
public CookieParameter array(boolean isArray)
public CookieParameter items(Property items)
public CookieParameter _enum(List<String> value)
public List<String> getEnum()
getEnum in interface SerializableParameterpublic void setEnum(List<String> _enum)
setEnum in interface SerializableParameterpublic void setArray(boolean isArray)
public void setItems(Property items)
setItems in interface SerializableParameterpublic Property getItems()
getItems in interface SerializableParameterpublic String getType()
getType in interface SerializableParameterpublic void setType(String type)
setType in interface SerializableParameterpublic String getFormat()
getFormat in interface SerializableParameterpublic void setFormat(String format)
setFormat in interface SerializableParameterpublic String getCollectionFormat()
getCollectionFormat in interface SerializableParameterpublic void setCollectionFormat(String collectionFormat)
setCollectionFormat in interface SerializableParameterpublic void setProperty(Property property)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
Copyright © 2015. All Rights Reserved.