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, isSingleValue
public 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 DslProperty
public int hashCode()
hashCode
in class DslProperty
public String toString()
toString
in class DslProperty
Copyright © 2016–2019 Spring. All rights reserved.