Class ServiceWorkerRouterInfo
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.ServiceWorkerRouterInfo
-
Constructor Summary
ConstructorsConstructorDescriptionServiceWorkerRouterInfo(Optional<Integer> ruleIdMatched, Optional<ServiceWorkerRouterSource> matchedSourceType, Optional<ServiceWorkerRouterSource> actualSourceType) -
Method Summary
Modifier and TypeMethodDescriptionThe actual router source used.The router source of the matched rule.ID of the rule matched.
-
Constructor Details
-
ServiceWorkerRouterInfo
public ServiceWorkerRouterInfo(Optional<Integer> ruleIdMatched, Optional<ServiceWorkerRouterSource> matchedSourceType, Optional<ServiceWorkerRouterSource> actualSourceType)
-
-
Method Details
-
getRuleIdMatched
ID of the rule matched. If there is a matched rule, this field will be set, otherwiser no value will be set. -
getMatchedSourceType
The router source of the matched rule. If there is a matched rule, this field will be set, otherwise no value will be set. -
getActualSourceType
The actual router source used.
-