Package org.mockserver.model
Class Cookie
- Author:
- jamesdbloom
-
Constructor Summary
ConstructorsConstructorDescriptionCookie(NottableString name, String value) Cookie(NottableString name, NottableString value) -
Method Summary
Modifier and TypeMethodDescriptionstatic Cookiestatic Cookiecookie(NottableString name, String value) static Cookiecookie(NottableString name, NottableString value) static CookieoptionalCookie(String name, String value) static CookieoptionalCookie(String name, NottableString value) static CookieschemaCookie(String name, String value) Methods inherited from class org.mockserver.model.KeyAndValue
equals, getName, getValue, hashCodeMethods inherited from class org.mockserver.model.ObjectWithJsonToString
toStringMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode
-
Constructor Details
-
Cookie
-
Cookie
-
Cookie
-
-
Method Details
-
cookie
-
cookie
-
cookie
-
schemaCookie
-
optionalCookie
-
optionalCookie
-