Package org.mockserver.model
Class Cookies
-
public class Cookies extends KeysAndValues<Cookie,Cookies>
- Author:
- jamesdbloom
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cookie
build(NottableString name, NottableString value)
Cookies
clone()
-
Methods inherited from class org.mockserver.model.KeysAndValues
getEntries, getMap, isEmpty, toCaseInsensitiveRegexMultiMap, toCaseInsensitiveRegexMultiMap, withEntries, withEntries, withEntry, withEntry, withEntry
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
-
-
-
-
Method Detail
-
build
public Cookie build(NottableString name, NottableString value)
- Specified by:
build
in classKeysAndValues<Cookie,Cookies>
-
-