-
public final class GetResponseBodyForInterceptionRequestRequest object containing input parameters for the NetworkDomain.getResponseBodyForInterception command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringinterceptionId
-
Constructor Summary
Constructors Constructor Description GetResponseBodyForInterceptionRequest(String interceptionId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetResponseBodyForInterceptionRequestcopy(String interceptionId)final StringgetInterceptionId()Identifier for the intercepted request to get body for. -
-
Constructor Detail
-
GetResponseBodyForInterceptionRequest
GetResponseBodyForInterceptionRequest(String interceptionId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetResponseBodyForInterceptionRequest copy(String interceptionId)
-
getInterceptionId
final String getInterceptionId()
Identifier for the intercepted request to get body for.
-
-
-
-