| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.network |
| Modifier and Type | Method and Description |
|---|---|
CookieBlockedReason |
BlockedCookieWithReason.getBlockedReason()
The reason the cookie was blocked.
|
static CookieBlockedReason |
CookieBlockedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieBlockedReason[] |
CookieBlockedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockedCookieWithReason.setBlockedReason(CookieBlockedReason blockedReason)
The reason the cookie was blocked.
|
Copyright © 2020. All rights reserved.