public class BlockedSetCookieWithReason extends Object
| Constructor and Description |
|---|
BlockedSetCookieWithReason() |
| Modifier and Type | Method and Description |
|---|---|
SetCookieBlockedReason |
getBlockedReason()
The reason this cookie was blocked.
|
Cookie |
getCookie()
The cookie object which represents the cookie which was not stored.
|
String |
getCookieLine()
The string representing this individual cookie as it would appear in the header.
|
void |
setBlockedReason(SetCookieBlockedReason blockedReason)
The reason this cookie was blocked.
|
void |
setCookie(Cookie cookie)
The cookie object which represents the cookie which was not stored.
|
void |
setCookieLine(String cookieLine)
The string representing this individual cookie as it would appear in the header.
|
public SetCookieBlockedReason getBlockedReason()
public void setBlockedReason(SetCookieBlockedReason blockedReason)
public String getCookieLine()
public void setCookieLine(String cookieLine)
public Cookie getCookie()
public void setCookie(Cookie cookie)
Copyright © 2020. All rights reserved.