|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.model.KeyAndValue
org.mockserver.model.Cookie
public class Cookie
| Field Summary |
|---|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Constructor Summary | |
|---|---|
Cookie(NottableString name,
NottableString value)
|
|
Cookie(String name,
String value)
|
|
| Method Summary | |
|---|---|
static Cookie |
cookie(NottableString name,
NottableString value)
|
static Cookie |
cookie(String name,
String value)
|
| Methods inherited from class org.mockserver.model.KeyAndValue |
|---|
getName, getValue, toHashMap, toHashMap |
| Methods inherited from class org.mockserver.model.ObjectWithJsonToString |
|---|
toString |
| Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Cookie(String name,
String value)
public Cookie(NottableString name,
NottableString value)
| Method Detail |
|---|
public static Cookie cookie(String name,
String value)
public static Cookie cookie(NottableString name,
NottableString value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||