Class BlockedCookieWithReason

java.lang.Object
io.webfolder.cdp.type.network.BlockedCookieWithReason

public class BlockedCookieWithReason extends Object
A cookie with was not sent with a request with the corresponding reason.
  • Constructor Details

    • BlockedCookieWithReason

      public BlockedCookieWithReason()
  • Method Details

    • getBlockedReasons

      public List<CookieBlockedReason> getBlockedReasons()
      The reason(s) the cookie was blocked.
    • setBlockedReasons

      public void setBlockedReasons(List<CookieBlockedReason> blockedReasons)
      The reason(s) the cookie was blocked.
    • getCookie

      public Cookie getCookie()
      The cookie object representing the cookie which was not sent.
    • setCookie

      public void setCookie(Cookie cookie)
      The cookie object representing the cookie which was not sent.
    • toString

      public String toString()
      Overrides:
      toString in class Object