-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class CanEmulateNetworkConditionsResponse
Response type for the NetworkDomain.canEmulateNetworkConditions command.
-
-
Constructor Summary
Constructors Constructor Description CanEmulateNetworkConditionsResponse(Boolean result)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final CanEmulateNetworkConditionsResponsecopy(Boolean result)final BooleangetResult()True if emulation of network conditions is supported. -
-
Constructor Detail
-
CanEmulateNetworkConditionsResponse
CanEmulateNetworkConditionsResponse(Boolean result)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final CanEmulateNetworkConditionsResponse copy(Boolean result)
-
-
-
-