public class BlockedCookieWithReason extends Object
| Constructor and Description |
|---|
BlockedCookieWithReason() |
| Modifier and Type | Method and Description |
|---|---|
List<CookieBlockedReason> |
getBlockedReasons()
The reason(s) the cookie was blocked.
|
Cookie |
getCookie()
The cookie object representing the cookie which was not sent.
|
void |
setBlockedReasons(List<CookieBlockedReason> blockedReasons)
The reason(s) the cookie was blocked.
|
void |
setCookie(Cookie cookie)
The cookie object representing the cookie which was not sent.
|
public List<CookieBlockedReason> getBlockedReasons()
public void setBlockedReasons(List<CookieBlockedReason> blockedReasons)
public Cookie getCookie()
public void setCookie(Cookie cookie)
Copyright © 2021 Kenan Klisura. All rights reserved.