public class BlockedCookieWithReason extends Object
| Constructor and Description |
|---|
BlockedCookieWithReason() |
| Modifier and Type | Method and Description |
|---|---|
CookieBlockedReason |
getBlockedReason()
The reason the cookie was blocked.
|
Cookie |
getCookie()
The cookie object representing the cookie which was not sent.
|
void |
setBlockedReason(CookieBlockedReason blockedReason)
The reason the cookie was blocked.
|
void |
setCookie(Cookie cookie)
The cookie object representing the cookie which was not sent.
|
public CookieBlockedReason getBlockedReason()
public void setBlockedReason(CookieBlockedReason blockedReason)
public Cookie getCookie()
public void setCookie(Cookie cookie)
Copyright © 2020. All rights reserved.