Class Cookie
java.lang.Object
org.springframework.cloud.contract.spec.internal.DslProperty
org.springframework.cloud.contract.spec.internal.Cookie
- All Implemented Interfaces:
Serializable
Represents a http cookie.
- Since:
- 1.2.5
- Author:
- Alex Xandra Albert Sim
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCookie(String key, DslProperty dslProperty) Cookie(String key, MatchingStrategy value) -
Method Summary
Methods inherited from class org.springframework.cloud.contract.spec.internal.DslProperty
getClientValue, getServerValue, isSingleValue
-
Constructor Details
-
Cookie
-
Cookie
-
Cookie
-
-
Method Details
-
build
-
getKey
-
setKey
-
equals
- Overrides:
equalsin classDslProperty
-
hashCode
public int hashCode()- Overrides:
hashCodein classDslProperty
-
toString
- Overrides:
toStringin classDslProperty
-