Package io.webfolder.cdp.type.network
Class BlockedCookieWithReason
java.lang.Object
io.webfolder.cdp.type.network.BlockedCookieWithReason
A cookie with was not sent with a request with the corresponding reason.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe reason(s) the cookie was blocked.The cookie object representing the cookie which was not sent.void
setBlockedReasons
(List<CookieBlockedReason> blockedReasons) The reason(s) the cookie was blocked.void
The cookie object representing the cookie which was not sent.toString()
-
Constructor Details
-
BlockedCookieWithReason
public BlockedCookieWithReason()
-
-
Method Details
-
getBlockedReasons
The reason(s) the cookie was blocked. -
setBlockedReasons
The reason(s) the cookie was blocked. -
getCookie
The cookie object representing the cookie which was not sent. -
setCookie
The cookie object representing the cookie which was not sent. -
toString
-