public class Cookie extends DslProperty
| Constructor and Description |
|---|
Cookie(String key,
DslProperty dslProperty) |
Cookie(String key,
MatchingStrategy value) |
Cookie(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
build(String key,
Object value) |
boolean |
equals(Object o) |
String |
getKey() |
int |
hashCode() |
void |
setKey(String key) |
String |
toString() |
getClientValue, getServerValue, isSingleValuepublic Cookie(String key, DslProperty dslProperty)
public Cookie(String key, MatchingStrategy value)
public String getKey()
public void setKey(String key)
public boolean equals(Object o)
equals in class DslPropertypublic int hashCode()
hashCode in class DslPropertypublic String toString()
toString in class DslPropertyCopyright © 2016–2020 Spring. All rights reserved.