Class TestCaseRunSummary
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.TestCaseRunSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestCaseRunSummary.Builder,TestCaseRunSummary>
@Generated("software.amazon.awssdk:codegen") public final class TestCaseRunSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestCaseRunSummary.Builder,TestCaseRunSummary>
Specifies the test case run summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestCaseRunSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestCaseRunSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantrunEndTime()The run end time of the test case run summary.InstantrunStartTime()The run start time of the test case run summary.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TestCaseRunSummary.Builder>serializableBuilderClass()TestCaseRunStatusstatus()The status of the test case run summary.StringstatusAsString()The status of the test case run summary.StringstatusReason()The status reason of the test case run summary.StringtestCaseId()The test case id of the test case run summary.IntegertestCaseVersion()The test case version of the test case run summary.StringtestRunId()The test run id of the test case run summary.TestCaseRunSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
testCaseId
public final String testCaseId()
The test case id of the test case run summary.
- Returns:
- The test case id of the test case run summary.
-
testCaseVersion
public final Integer testCaseVersion()
The test case version of the test case run summary.
- Returns:
- The test case version of the test case run summary.
-
testRunId
public final String testRunId()
The test run id of the test case run summary.
- Returns:
- The test run id of the test case run summary.
-
status
public final TestCaseRunStatus status()
The status of the test case run summary.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestCaseRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test case run summary.
- See Also:
TestCaseRunStatus
-
statusAsString
public final String statusAsString()
The status of the test case run summary.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTestCaseRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test case run summary.
- See Also:
TestCaseRunStatus
-
statusReason
public final String statusReason()
The status reason of the test case run summary.
- Returns:
- The status reason of the test case run summary.
-
runStartTime
public final Instant runStartTime()
The run start time of the test case run summary.
- Returns:
- The run start time of the test case run summary.
-
runEndTime
public final Instant runEndTime()
The run end time of the test case run summary.
- Returns:
- The run end time of the test case run summary.
-
toBuilder
public TestCaseRunSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestCaseRunSummary.Builder,TestCaseRunSummary>
-
builder
public static TestCaseRunSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestCaseRunSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-