@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestRunSummary extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a test run summary.
Constructor and Description |
---|
TestRunSummary() |
Modifier and Type | Method and Description |
---|---|
TestRunSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getRunEndTime()
The run end time of the test run summary.
|
Date |
getRunStartTime()
The run start time of the test run summary.
|
String |
getStatus()
The status of the test run summary.
|
String |
getStatusReason()
The status reason of the test run summary.
|
String |
getTestConfigurationId()
The test configuration ID of the test run summary.
|
Integer |
getTestConfigurationVersion()
The test configuration version of the test run summary.
|
String |
getTestRunArn()
The test run ARN of the test run summary.
|
String |
getTestRunId()
The test run ID of the test run summary.
|
String |
getTestSuiteId()
The test suite ID of the test run summary.
|
Integer |
getTestSuiteVersion()
The test suite version of the test run summary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRunEndTime(Date runEndTime)
The run end time of the test run summary.
|
void |
setRunStartTime(Date runStartTime)
The run start time of the test run summary.
|
void |
setStatus(String status)
The status of the test run summary.
|
void |
setStatusReason(String statusReason)
The status reason of the test run summary.
|
void |
setTestConfigurationId(String testConfigurationId)
The test configuration ID of the test run summary.
|
void |
setTestConfigurationVersion(Integer testConfigurationVersion)
The test configuration version of the test run summary.
|
void |
setTestRunArn(String testRunArn)
The test run ARN of the test run summary.
|
void |
setTestRunId(String testRunId)
The test run ID of the test run summary.
|
void |
setTestSuiteId(String testSuiteId)
The test suite ID of the test run summary.
|
void |
setTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run summary.
|
String |
toString()
Returns a string representation of this object.
|
TestRunSummary |
withRunEndTime(Date runEndTime)
The run end time of the test run summary.
|
TestRunSummary |
withRunStartTime(Date runStartTime)
The run start time of the test run summary.
|
TestRunSummary |
withStatus(String status)
The status of the test run summary.
|
TestRunSummary |
withStatus(TestRunStatus status)
The status of the test run summary.
|
TestRunSummary |
withStatusReason(String statusReason)
The status reason of the test run summary.
|
TestRunSummary |
withTestConfigurationId(String testConfigurationId)
The test configuration ID of the test run summary.
|
TestRunSummary |
withTestConfigurationVersion(Integer testConfigurationVersion)
The test configuration version of the test run summary.
|
TestRunSummary |
withTestRunArn(String testRunArn)
The test run ARN of the test run summary.
|
TestRunSummary |
withTestRunId(String testRunId)
The test run ID of the test run summary.
|
TestRunSummary |
withTestSuiteId(String testSuiteId)
The test suite ID of the test run summary.
|
TestRunSummary |
withTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run summary.
|
public void setTestRunId(String testRunId)
The test run ID of the test run summary.
testRunId
- The test run ID of the test run summary.public String getTestRunId()
The test run ID of the test run summary.
public TestRunSummary withTestRunId(String testRunId)
The test run ID of the test run summary.
testRunId
- The test run ID of the test run summary.public void setTestRunArn(String testRunArn)
The test run ARN of the test run summary.
testRunArn
- The test run ARN of the test run summary.public String getTestRunArn()
The test run ARN of the test run summary.
public TestRunSummary withTestRunArn(String testRunArn)
The test run ARN of the test run summary.
testRunArn
- The test run ARN of the test run summary.public void setTestSuiteId(String testSuiteId)
The test suite ID of the test run summary.
testSuiteId
- The test suite ID of the test run summary.public String getTestSuiteId()
The test suite ID of the test run summary.
public TestRunSummary withTestSuiteId(String testSuiteId)
The test suite ID of the test run summary.
testSuiteId
- The test suite ID of the test run summary.public void setTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run summary.
testSuiteVersion
- The test suite version of the test run summary.public Integer getTestSuiteVersion()
The test suite version of the test run summary.
public TestRunSummary withTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run summary.
testSuiteVersion
- The test suite version of the test run summary.public void setTestConfigurationId(String testConfigurationId)
The test configuration ID of the test run summary.
testConfigurationId
- The test configuration ID of the test run summary.public String getTestConfigurationId()
The test configuration ID of the test run summary.
public TestRunSummary withTestConfigurationId(String testConfigurationId)
The test configuration ID of the test run summary.
testConfigurationId
- The test configuration ID of the test run summary.public void setTestConfigurationVersion(Integer testConfigurationVersion)
The test configuration version of the test run summary.
testConfigurationVersion
- The test configuration version of the test run summary.public Integer getTestConfigurationVersion()
The test configuration version of the test run summary.
public TestRunSummary withTestConfigurationVersion(Integer testConfigurationVersion)
The test configuration version of the test run summary.
testConfigurationVersion
- The test configuration version of the test run summary.public void setStatus(String status)
The status of the test run summary.
status
- The status of the test run summary.TestRunStatus
public String getStatus()
The status of the test run summary.
TestRunStatus
public TestRunSummary withStatus(String status)
The status of the test run summary.
status
- The status of the test run summary.TestRunStatus
public TestRunSummary withStatus(TestRunStatus status)
The status of the test run summary.
status
- The status of the test run summary.TestRunStatus
public void setStatusReason(String statusReason)
The status reason of the test run summary.
statusReason
- The status reason of the test run summary.public String getStatusReason()
The status reason of the test run summary.
public TestRunSummary withStatusReason(String statusReason)
The status reason of the test run summary.
statusReason
- The status reason of the test run summary.public void setRunStartTime(Date runStartTime)
The run start time of the test run summary.
runStartTime
- The run start time of the test run summary.public Date getRunStartTime()
The run start time of the test run summary.
public TestRunSummary withRunStartTime(Date runStartTime)
The run start time of the test run summary.
runStartTime
- The run start time of the test run summary.public void setRunEndTime(Date runEndTime)
The run end time of the test run summary.
runEndTime
- The run end time of the test run summary.public Date getRunEndTime()
The run end time of the test run summary.
public TestRunSummary withRunEndTime(Date runEndTime)
The run end time of the test run summary.
runEndTime
- The run end time of the test run summary.public String toString()
toString
in class Object
Object.toString()
public TestRunSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.