-
public final class ReplayXHRRequestRequest object containing input parameters for the NetworkDomain.replayXHR command.
-
-
Constructor Summary
Constructors Constructor Description ReplayXHRRequest(String requestId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final ReplayXHRRequestcopy(String requestId)final StringgetRequestId()Identifier of XHR to replay. -
-
Constructor Detail
-
ReplayXHRRequest
ReplayXHRRequest(String requestId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final ReplayXHRRequest copy(String requestId)
-
getRequestId
final String getRequestId()
Identifier of XHR to replay.
-
-
-
-