@Generated(value="software.amazon.awssdk:codegen") public final class TestGridSessionAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestGridSessionAction.Builder,TestGridSessionAction>
An action taken by a TestGridSession browser instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestGridSessionAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
action()
The action taken by the session.
|
static TestGridSessionAction.Builder |
builder() |
Long |
duration()
The time, in milliseconds, that the action took to complete in the browser.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
requestMethod()
HTTP method that the browser used to make the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestGridSessionAction.Builder> |
serializableBuilderClass() |
Instant |
started()
The time that the session invoked the action.
|
String |
statusCode()
HTTP status code returned to the browser when the action was taken.
|
TestGridSessionAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String action()
The action taken by the session.
public Instant started()
The time that the session invoked the action.
public Long duration()
The time, in milliseconds, that the action took to complete in the browser.
public String statusCode()
HTTP status code returned to the browser when the action was taken.
public String requestMethod()
HTTP method that the browser used to make the request.
public TestGridSessionAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestGridSessionAction.Builder,TestGridSessionAction>public static TestGridSessionAction.Builder builder()
public static Class<? extends TestGridSessionAction.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.