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