public static interface TestGridSessionAction.Builder extends SdkPojo, CopyableBuilder<TestGridSessionAction.Builder,TestGridSessionAction>
| Modifier and Type | Method and Description |
|---|---|
TestGridSessionAction.Builder |
action(String action)
The action taken by the session.
|
TestGridSessionAction.Builder |
duration(Long duration)
The time, in milliseconds, that the action took to complete in the browser.
|
TestGridSessionAction.Builder |
requestMethod(String requestMethod)
HTTP method that the browser used to make the request.
|
TestGridSessionAction.Builder |
started(Instant started)
The time that the session invoked the action.
|
TestGridSessionAction.Builder |
statusCode(String statusCodeValue)
HTTP status code returned to the browser when the action was taken.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestGridSessionAction.Builder action(String action)
The action taken by the session.
action - The action taken by the session.TestGridSessionAction.Builder started(Instant started)
The time that the session invoked the action.
started - The time that the session invoked the action.TestGridSessionAction.Builder duration(Long duration)
The time, in milliseconds, that the action took to complete in the browser.
duration - The time, in milliseconds, that the action took to complete in the browser.TestGridSessionAction.Builder statusCode(String statusCodeValue)
HTTP status code returned to the browser when the action was taken.
statusCodeValue - HTTP status code returned to the browser when the action was taken.TestGridSessionAction.Builder requestMethod(String requestMethod)
HTTP method that the browser used to make the request.
requestMethod - HTTP method that the browser used to make the request.Copyright © 2020. All rights reserved.