-
public final class BlockedCookieWithReasonA cookie with was not sent with a request with the corresponding reason.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CookieBlockedReason>blockedReasonsprivate final Cookiecookie
-
Constructor Summary
Constructors Constructor Description BlockedCookieWithReason(List<CookieBlockedReason> blockedReasons, Cookie cookie)
-
Method Summary
Modifier and Type Method Description final List<CookieBlockedReason>component1()final Cookiecomponent2()final BlockedCookieWithReasoncopy(List<CookieBlockedReason> blockedReasons, Cookie cookie)final List<CookieBlockedReason>getBlockedReasons()The reason(s) the cookie was blocked. final CookiegetCookie()The cookie object representing the cookie which was not sent. -
-
Constructor Detail
-
BlockedCookieWithReason
BlockedCookieWithReason(List<CookieBlockedReason> blockedReasons, Cookie cookie)
-
-
Method Detail
-
component1
final List<CookieBlockedReason> component1()
-
component2
final Cookie component2()
-
copy
final BlockedCookieWithReason copy(List<CookieBlockedReason> blockedReasons, Cookie cookie)
-
getBlockedReasons
final List<CookieBlockedReason> getBlockedReasons()
The reason(s) the cookie was blocked.
-
-
-
-