-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class CanClearBrowserCacheResponse
Response type for the NetworkDomain.canClearBrowserCache command.
-
-
Constructor Summary
Constructors Constructor Description CanClearBrowserCacheResponse(Boolean result)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final CanClearBrowserCacheResponsecopy(Boolean result)final BooleangetResult()True if browser cache can be cleared. -
-
Constructor Detail
-
CanClearBrowserCacheResponse
CanClearBrowserCacheResponse(Boolean result)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final CanClearBrowserCacheResponse copy(Boolean result)
-
-
-
-