Package org.mockserver.model
Class Cookie
-
public class Cookie extends KeyAndValue
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description Cookie(String name, String value)
Cookie(NottableString name, NottableString value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Cookie
cookie(String name, String value)
static Cookie
cookie(NottableString name, NottableString value)
-
Methods inherited from class org.mockserver.model.KeyAndValue
equals, getName, getValue, hashCode
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode, key
-
-
-
-
Constructor Detail
-
Cookie
public Cookie(NottableString name, NottableString value)
-
-
Method Detail
-
cookie
public static Cookie cookie(NottableString name, NottableString value)
-
-